Skip to content

alisoltanirad/reason

Repository files navigation

Reason

License PyPI Downloads Activity

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 soltaniradali@gmail.com