#46 · Primary category: NLP Tools & Text Processing

gse

chinese english go gse hmm hmm-viterbi-algorithm japanese jieba nlp segment trie

Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others.

Project last updated:06/10/26

GitHub Stars

2.8K

Forks

232

Contributors

8

License

Apache-2.0

Why we included this project

Gse brings the jieba segmentation approach to Go, which is useful when Chinese, Japanese, and English text share one codebase and you want dictionary-driven tokenization without running a Python service on the side. It provides several segmentation modes, including precise, common, search-engine, full, and HMM, and the Viterbi machinery handles words that never appear in the dictionary, a familiar problem with CJK input. Companion adapters connect it to Elasticsearch and Bleve, so teams already indexing multilingual content can keep tokenization close to their data. Because it is a library.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category