Installation

Python Version

We recommend using the version of Python 3. Chana supports Python 3.4 and newer.

Dependencies

To make chana work it is needed to have the following packages.

  • NumPy the fundamental package for scientific computing with Python.
  • Scikit-learn a package for machine learning in Python.
  • Python-crfsuite a python binding to CRFsuite.

Install Chana

If you already have a working installation of numpy, scipy, and python-crfsuite the easiest way to install chana is using pip

pip install chana