Skip to content

JoseVL92/text-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages