JoseVL92 / text-miner

Utilities for text mining processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Utilities for text mining processing

License:MIT License


Languages

Language:Python 100.0%