Commit
·
616ca55
1
Parent(s):
310f415
Update README
Browse files
README.md
CHANGED
|
@@ -19,6 +19,6 @@ Language detection is an important task and identification with n-gram models is
|
|
| 19 |
```python
|
| 20 |
from staticvectors import StaticVectors
|
| 21 |
|
| 22 |
-
model = StaticVectors("
|
| 23 |
model.predict(["What language is this text?"])
|
| 24 |
```
|
|
|
|
| 19 |
```python
|
| 20 |
from staticvectors import StaticVectors
|
| 21 |
|
| 22 |
+
model = StaticVectors("neuml/language-id")
|
| 23 |
model.predict(["What language is this text?"])
|
| 24 |
```
|