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
- Host: GitHub
- URL: https://github.com/JoseVL92/text-miner
- Owner: JoseVL92
- License: mit
- Created: 2019-09-03T15:03:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T20:31:50.000Z (about 2 years ago)
- Last Synced: 2024-07-31T20:47:59.712Z (9 months ago)
- Language: Python
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- cuban-opensource - text-miner
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.