erickguan / pinyin-syllable-segmentation

A implementation of pinyin syllable segmentation (刘政怡, 吴建国 and 刘慧婷, 2008. 音节切分歧义方法研究. 计算机技术与发展, 18(8), pp.35-38.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pinyin Syllable Segmentation

A simple header-only library list all possible syllable lists from a sentence.

It's intended for Chinese input method that based on pinyin.

syllable_list.csv is a dict file of available syllables with the frequency information.

About

A implementation of pinyin syllable segmentation (刘政怡, 吴建国 and 刘慧婷, 2008. 音节切分歧义方法研究. 计算机技术与发展, 18(8), pp.35-38.)


Languages

Language:C++ 99.8%Language:CMake 0.2%