Commit
·
c194811
1
Parent(s):
eefab51
Update README.md
Browse files
README.md
CHANGED
@@ -31,8 +31,6 @@ Here is how to use this model to detect the language of a given text:
|
|
31 |
>>> model = fasttext.load_model(model_path)
|
32 |
>>> model.predict("Hello, world!")
|
33 |
|
34 |
-
>>> model.predict("Hello, world!", k=2)
|
35 |
-
|
36 |
```
|
37 |
|
38 |
## License
|
|
|
31 |
>>> model = fasttext.load_model(model_path)
|
32 |
>>> model.predict("Hello, world!")
|
33 |
|
|
|
|
|
34 |
```
|
35 |
|
36 |
## License
|