0 purchases
reason 1.0.7
Reason
Python lightweight easy-to-use natural language processing toolbox with integrated
machine learning packages.
Features
Tokenization (word, sentence)
Tagging (part-of-speech, regex)
Lemmatization and word stemming (Porter, regex)
Frequency distribution analysis
N-grams
Classification (naive bayes, confusion matrix)
Clustering (k-means, elbow method, DBSCAN)
Installation
Install latest stable version using pip:
pip install --upgrade reason
The dependencies of the package will also be installed automatically.
Quick-Start
See Quick-Start Guide
License
MIT -- See LICENSE for details.
Report issues
For reporting issues with the package, please reach out to me directly
at [email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.