An open API service indexing awesome lists of open source software.

https://github.com/JoseVL92/text-miner

Utilities for text mining processing
https://github.com/JoseVL92/text-miner

Last synced: about 2 months ago
JSON representation

Utilities for text mining processing

Awesome Lists containing this project

README

        

# 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](https://spacy.io/models "here") for more information.