https://github.com/madeindjs/nlp_tests
Some NLP tests with Python and Spacy
https://github.com/madeindjs/nlp_tests
Last synced: about 1 year ago
JSON representation
Some NLP tests with Python and Spacy
- Host: GitHub
- URL: https://github.com/madeindjs/nlp_tests
- Owner: madeindjs
- Archived: true
- Created: 2019-02-21T10:20:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T10:49:57.000Z (over 7 years ago)
- Last Synced: 2025-02-05T21:41:45.611Z (over 1 year ago)
- Language: Python
- Size: 368 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Some NLP tests
## Usage
### `parse_website.py`
~~~
$ python3 parse_website.py --help
usage: parse_website.py [-h] [--limit LIMIT_PAGES] website_url
Crawl website and extract usefull data.
positional arguments:
website_url an integer for the accumulator
optional arguments:
-h, --help show this help message and exit
--limit LIMIT_PAGES Max number of page to scrape
~~~
### `parse_book.py`
Parse a TXT book from
## Instalation
~~~bash
$ pip3 install -r REQUIRMENTS.txt
$ python3 -m spacy download fr # and other lang if needed
~~~