NgramModel
Text splitter
A tool for splitting text into sequences of words
Ngram language model implemented in Pharo
4 stars
3 watching
4 forks
Language: Smalltalk
last commit: almost 2 years ago
Linked from 1 awesome list
language-modelnatural-language-processingngram-language-modelngramspharostatistics
Related projects:
Repository | Description | Stars |
---|---|---|
tkellen/ruby-ngram | Breaks text into contiguous sequences of words or phrases | 12 |
pharo-ai/tf-idf | An implementation of TF-IDF in Smalltalk for natural language processing and text analysis tasks. | 3 |
pharo-ai/datasets | A Smalltalk library for loading and managing datasets as data frames. | 9 |
pharo-ai/data-partitioners | A Pharo library that enables partitioning of collections into training, validation, and test sets for machine learning and statistical analysis. | 6 |
pharo-ai/k-means | A Smalltalk implementation of the K-means clustering algorithm | 3 |
pharo-ai/naive-bayes-classifier | A simple implementation of a multinomial Naive Bayes classifier for natural language processing and machine learning tasks | 1 |
pharo-project/pharo | A dynamic, reflective, pure object-oriented language for live programming and rapid development | 1,213 |
sergioburdisso/pyss3 | A Python package implementing an interpretable machine learning model for text classification with visualization tools | 336 |
zhezhaoa/ngram2vec | A toolkit for learning high-quality word and text representations from ngram co-occurrence statistics | 846 |
pharo-contributions/ossubprocess | Forking Operating System Processes from within Pharo Language | 34 |
pharo-contributions/clap-st | A command-line argument parser for Pharo image | 33 |
pharo-containers/btree | An implementation of a BTree data structure for use in Smalltalk programming | 0 |
pharo-contributions/soup | An HTML parsing and scraping library for Pharo | 6 |
pharo-ai/a-priori | An implementation of the A-Priori algorithm in Pharo to discover frequent itemsets and generate association rules from transaction data. | 2 |
pharo-containers/containers-hashtable | An alternative implementation of a hash table data structure using the Moose framework in Smalltalk. | 1 |