Skip to content

Commit

Permalink
flairNLPGH-5-Updated the documentation as per latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pranay-phenom committed Jul 16, 2019
1 parent ba4252e commit 8ce3cce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resources/docs/TUTORIAL_3_WORD_EMBEDDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ You can initialize the class by passing the remote downloadable URL as well.
embedding = FastTextEmbeddings('/path/to/remote/downloadable/custom_fasttext_embeddings.bin', use_local=False)
```

If your embeddings are trained with FastText version less than 0.9.1 then set the `use_gensim` parameter to `True` in the constructor as shown:

```python
embedding = FastTextEmbeddings('/path/to/local/custom_fasttext_embeddings.bin', use_gensim=True)
```

## Character Embeddings

Expand Down

0 comments on commit 8ce3cce

Please sign in to comment.