Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pharo-ai/ngram
N-gram functionality for Pharo
https://github.com/pharo-ai/ngram
language-modeling natural-language-processing ngrams nlp pharo
Last synced: 3 months ago
JSON representation
N-gram functionality for Pharo
- Host: GitHub
- URL: https://github.com/pharo-ai/ngram
- Owner: pharo-ai
- License: mit
- Archived: true
- Created: 2019-04-16T19:41:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T17:07:23.000Z (over 1 year ago)
- Last Synced: 2024-05-18T21:52:17.884Z (6 months ago)
- Topics: language-modeling, natural-language-processing, ngrams, nlp, pharo
- Language: Smalltalk
- Size: 40 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pharo-ml - Ngram - Ngram class and String extensions that provide n-gram functionality for Pharo (splitting text into unigrams, bigrams, trigrams, etc) (Natural Language Processing)
README
Deprecated repository:
NGram was merged into NGramModel (there exists a group in its baseline to load only NGram).
Please refere to https://github.com/pharo-ai/NgramModel now