Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sagorbrur committed Dec 28, 2019
1 parent bc3611e commit 6885843
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ download_models()

```
## Predict N Words
`predict_n_words` take three parameter as input:
- input_sen(Your incomplete input text)
- N(Number of word for prediction)
- model_path(Pretrained model path)

```py
from bnlm.bnlm import BengaliTokenizer
from bnlm.bnlm import predict_n_words
Expand Down

0 comments on commit 6885843

Please sign in to comment.