matejklemen
commited on
Commit
•
496c000
1
Parent(s):
2c4441c
Update README.md
Browse files
README.md
CHANGED
@@ -27,12 +27,12 @@ See usage example below for more details.
|
|
27 |
Imagine we have the following Slovenian text. Asterisked words have an incorrect word casing.
|
28 |
```
|
29 |
Linus *torvalds* je *Finski* programer, Poznan kot izumitelj operacijskega sistema Linux.
|
|
|
30 |
```
|
31 |
|
32 |
The model expects an all-lowercased input, so we pass it the following text:
|
33 |
```
|
34 |
linus *torvalds* je finski programer, poznan kot izumitelj operacijskega sistema linux.
|
35 |
-
(EN: Linus Torvalds is a Finnish programer, known as the inventor of the Linux operating sistem)
|
36 |
```
|
37 |
|
38 |
The model might return the following predictions (note: predictions chosen for demonstration/explanation, not reproducibility!):
|
|
|
27 |
Imagine we have the following Slovenian text. Asterisked words have an incorrect word casing.
|
28 |
```
|
29 |
Linus *torvalds* je *Finski* programer, Poznan kot izumitelj operacijskega sistema Linux.
|
30 |
+
(EN: Linus Torvalds is a Finnish programer, known as the inventor of the Linux operating sistem)
|
31 |
```
|
32 |
|
33 |
The model expects an all-lowercased input, so we pass it the following text:
|
34 |
```
|
35 |
linus *torvalds* je finski programer, poznan kot izumitelj operacijskega sistema linux.
|
|
|
36 |
```
|
37 |
|
38 |
The model might return the following predictions (note: predictions chosen for demonstration/explanation, not reproducibility!):
|