pharo-ai / NgramModel

Ngram language model implemented in Pharo
MIT License
4 stars 4 forks source link

Add functionality for filtering the table of ngrams #2

Closed myroslavarm closed 4 years ago

myroslavarm commented 4 years ago

Sometimes the table is too big so we want to be able to filter n-grams that appeared less than k times (based on the discussions from #1).