#46 · Primary category: NLP Tools & Text Processing
gse
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
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量