rth / vtext

Simple NLP in Rust with Python bindings
Apache License 2.0
146 stars 11 forks source link

Word n-grams #2

Open rth opened 5 years ago

rth commented 5 years ago

Currently, only bag of word vectorization is implemented. It would be good to extend the code to word n-grams as well.