Welcome to fastcountvectorizer¶
fastcountvectorizer is a faster alternative to scikit-learn CountVectorizer.
Unless noted otherwise, usage is the same as the scikit-learn’s CountVectorizer.
We provide two APIs: fastcountvectorizer.FastCountVectorizer, focusing on performance
and fastcountvectorizer.CountVectorizer, providing higher compatibility with the
scikit-learn’s CountVectorizer.
API Reference