Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zamgi/lingvo--textsegmenter
- Owner: zamgi
- License: mit
- Created: 2018-04-20T12:06:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T16:49:47.000Z (12 months ago)
- Last Synced: 2023-11-25T17:41:01.529Z (12 months ago)
- Topics: linguistics, lingvo, natural-language-processing, nlp, text-segmentation, viterbi-algorithm
- Language: C#
- Homepage:
- Size: 38 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- 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.