Giters
pharo-ai
/
NgramModel
Ngram language model implemented in Pharo
Geek Repo:
Geek Repo
Github PK Tool:
Github PK Tool
Stargazers:
4
Watchers:
3
Issues:
19
Forks:
4
pharo-ai/NgramModel Issues
Use the AI prefix for all the classes
Closed
2 years ago
Use GitBridge to access corpus
Updated
2 years ago
Examples in README are out of date
Updated
2 years ago
Saving frequencies as Dictionaries may be faster than Bags
Updated
2 years ago
Comments count
1
Create bigram from String
Updated
4 years ago
Vocabulary needs to also be shortened in #removeNgramsWithCountsLessThan:
Updated
5 years ago
Comments count
1
Fails to parse n-grams when reading from file if n-grams contain commas
Closed
5 years ago
Change olekscode to pharo-ai in baseline
Closed
5 years ago
Change configurations of CI from Pharo 6, 7, 8 to Pharo 7, 8, 9
Closed
5 years ago
Infer the order of n-grams when reading count dictionaries from files
Closed
5 years ago
Implement Good-Turing smoothing
Updated
5 years ago
Implement Kneser-Ney smoothing
Updated
5 years ago
Remove TextGenerator and Corpora from this repository
Updated
5 years ago
Update README
Updated
5 years ago
Write tests for reading and writing ngram models to files
Updated
5 years ago
Add writing to and reading from file for NgramModel
Closed
5 years ago
Improve test coverage in NgramModel
Closed
5 years ago
Add functionality for filtering the table of ngrams
Closed
5 years ago
#ngramCounts method should be added to NgramModel
Closed
5 years ago
Comments count
3