Skip to content

Commit

Permalink
Merge branch 'main' of github.com:artefactory/NLPretext into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric-Magnan committed Sep 16, 2021
2 parents aa9bafe + 8549469 commit 6426e2b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,11 @@ poetry add nlpretext

This library uses Spacy as tokenizer. Current models supported are `en_core_web_sm` and `fr_core_news_sm`. If not installed, run the following commands:
```bash
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz
pip install nlpretext[spacy-tokenizer]
```

```bash
pip install https://github.com/explosion/spacy-models/releases/download/fr_core_news_sm-2.3.0/fr_core_news_sm-2.3.0.tar.gz
```

To use our TextLoader class, you'll need to install Dask as well:
```bash
pip install dask[complete]==2021.3.0
poetry add nlpretext -E spacy-tokenizer
```


Expand Down

0 comments on commit 6426e2b

Please sign in to comment.