Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 459 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 459 Bytes

text-miner

Full python (>=3.5) text mining utility for extract and pre-process text from documents, incluiding language detection and tf (l1 and l2 normalization) vector space model representation.

How to install

  1. pip3 install -r requirements.txt
  2. python3 -m spacy download [model]

Replace [model] with the pretrained model choosed for your language (English, Spanish or both). Visit here for more information.