hanja icon indicating copy to clipboard operation
hanja copied to clipboard

한글, 한자 라이브러리

Results 14 hanja issues
Sort by recently updated
recently updated
newest added

ImportError: cannot import name 'hangul' from partially initialized module 'hanja' (most likely due to a circular import

𤍠(\u24360) 𨽾(\u28F7E) 이런 한자들을 처리하게 하려면 어떻게 해야 하나요?

Hi. It seems that the same Chinese character can have two versions, which look slightly different and also have different unicode values. And only one version is recognized as hanja....

Some hanjas like 金/讀/畵 can be pronounced in different ways. The current behavior can produce incorrect results in some cases e.g.: - Input: **金**日成綜合大學은 平壤에 있는 朝鮮民主主義人民共和國의 國立大學이다. - Expected...

이 라이브러리가 하는 일과 비슷한 기능을 하는 확장앱/확장 프로그램을 만들고 있는 한 사람입니다. 한자의 음을 굉장히 실하게 정리해놓은 [table.yml](https://github.com/suminb/hanja/blob/develop/hanja/table.yml)을 활용하는(가져다 쓰는) 것에 관심이 있는데, 저를 포함한 다른 많은 사람들이 정당하게...

It is possible to specify a translation mode when calling `translate()`. hanja.translate('大韓民國은 民主共和國이다.', 'substitution') hanja.translate('大韓民國은 民主共和國이다.', 'combination-text') It is also possible to provide a custom translation mode by supplying `format_string`...

enhancement

안녕하세요, 멋진 패키지 만들어 주셔서 감사합니다. 너무 잘 쓰고 있습니다. 저는 주로 중국원서를 읽을 때 가독성 향상 및 독서속도 증진을 위해서 원문 아래에 독음 가이드라인을 붙이는 용도로 사용중인데요. (이렇게 하고...

안녕하세요 龍潭의 한글변환값은 용담이 아닌 龍담으로 출력됨 麗川의 한글변환값은 여천이 아닌 麗천으로 출력됨 아마도 두음법칙의 문제가 있어 보입니다. 확인해주시면 감사하겠습니다.

PyPI로 올라가면서 impl.py 등의 파일이 누락된 것으로 보입니다. ```python >>> hanja.split_hanja("대한민국은 한자로 표현하면 大韓民國이다.") Traceback (most recent call last): File "", line 1, in File "/opt/homebrew/lib/python3.10/site-packages/hanja/__init__.py", line 38, in load_and_call...

안녕하세요! hanja 라이브러리 설치와 관련해서 issue를 하나 남깁니다. pip install hanja로 설치시 다음과 같은 오류가 발생합니다. ``` Collecting hanja Using cached hanja-0.14.1.tar.gz (121 kB) Installing build dependencies ... done Getting...