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: 3 months ago
JSON representation
Text segmentation into separate words using a simple unigram model and the Viterbi algorithm
- Host: GitHub
- URL: https://github.com/zamgi/lingvo--textsegmenter
- Owner: zamgi
- License: mit
- Created: 2018-04-20T12:06:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T18:44:06.000Z (4 months ago)
- Last Synced: 2025-03-22T03:31:44.561Z (3 months ago)
- Topics: linguistics, lingvo, natural-language-processing, nlp, text-segmentation, viterbi-algorithm
- Language: C#
- Homepage:
- Size: 38 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# lingvo--TextSegmenter
Text segmentation into separate words using a simple unigram model and the Viterbi algorithm.