Text Classification
fastText
2155 languages
language-identification
kargaranamir commited on
Commit
c194811
1 Parent(s): eefab51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
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