Naive Bayes classifier for use in Lua
Stars
31
Forks
3
Watchers
31
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
227
commits
improve url tokenizer to handle domain hiding through username@
6b4b26aView on GitHublift domains before sampling so that domains can be captured
6521e7cView on GitHubremove legacy alternate classifiers that never really worked
67ad221View on GitHubchange where unaccent takes place to clean up before splitting
3338153View on GitHubfixing up tokenization merging a bit, add domain_tokens_first option
4f37ca4View on GitHubadd filter tokens callback to the train_text method on classifier
c80a97cView on GitHubadd a train_text method to the classifier to simplify the bundling of the tokenizer and training
83a7f6fView on GitHub