Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sagorbrur committed Aug 14, 2023
1 parent 38e471e commit f6847bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ trainer.pretrain(trained_model_path, data_file, model_name, vector_name, epochs=

### Bengali FastText

To use `fasttext` you need to install fasttext manually by `pip install fasttext==0.9.2`
To use `fasttext` you need to install fasttext manually by `pip install fasttext==0.9.2` or install via bnlp by `pip install bnlp_toolkit[fasttext]`

NB: To use `fasttext` on `windows`, install `fasttext` by following [this article](https://medium.com/@oleg.tarasov/building-fasttext-python-wrapper-from-source-under-windows-68e693a68cbb).

Expand Down

0 comments on commit f6847bb

Please sign in to comment.