Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zamgi/lingvo--textsegmenter

Text segmentation into separate words using a simple unigram model and the Viterbi algorithm
https://github.com/zamgi/lingvo--textsegmenter

linguistics lingvo natural-language-processing nlp text-segmentation viterbi-algorithm

Last synced: 10 days ago
JSON representation

Text segmentation into separate words using a simple unigram model and the Viterbi algorithm

Awesome Lists containing this project

README

        

# lingvo--TextSegmenter

[ live demo ]

Text segmentation into separate words using a simple unigram model and the Viterbi algorithm.