Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ model.predict("Debatt er bra og sunt for demokratier, og en forutsetning for pol
|
|
31 |
# (('__label__nob',), array([0.95482141]))
|
32 |
```
|
33 |
|
34 |
-
Alternatively, these models are also integrated into the the experimental `
|
35 |
|
36 |
```bash
|
37 |
$ echo "Jeg leser en bok" | nbailab langid --model-name nordic-lid.ftz
|
|
|
31 |
# (('__label__nob',), array([0.95482141]))
|
32 |
```
|
33 |
|
34 |
+
Alternatively, these models are also integrated into the the experimental `nbailab` CLI application:
|
35 |
|
36 |
```bash
|
37 |
$ echo "Jeg leser en bok" | nbailab langid --model-name nordic-lid.ftz
|