Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 349 Bytes

PTIC

PTIC tool for texts classification, uses following statistical model:

  • point-wise mutual information for word and a class
  • tf-idf (term frequency-inverse document frequency) for word in a text

Installation

From PyPi

pip install ptic

From source

pip install git+https://github.com/sysbio-vo/ptic.git