Hangulpy icon indicating copy to clipboard operation
Hangulpy copied to clipboard

Hangulpy - Python Module for Hangul. 한글파이 - 한글 관련 파이썬 모듈.

Results 4 Hangulpy issues
Sort by recently updated
recently updated
newest added

파이썬 3.6에서 문법 에러가 있어서 다음과 같이 수정이 필요합니다. 121 except Exception as e: 134-139 code = ord(hangul_letter) - FIRST_HANGUL_UNICODE jongsung_index = int(code % NUM_JONGSUNGS) code /= NUM_JONGSUNGS joongsung_index =...

BLOSUM (http://en.wikipedia.org/wiki/BLOSUM) -like matrix curated for each part of speech entry: 1 (spacing necessary), 0 (no spacing), NA (not determined) example for 1: 수사 + 명사 example for 0: 명사...

1. at the start of a word? 羅 -> (at_the_start_of_a_word)? 나 : 라 2. at the end of a word? (couldn't find the need yet)

Is it already supported in unicode? If so, we must provide in addition to this: apply 두음법칙 to the table example: if Hanja is at the first syllable of a...