Update README.md
Browse files
README.md
CHANGED
@@ -51,5 +51,7 @@ punctuate("Човекът искащ безгрижно писане ме пом
|
|
51 |
```
|
52 |
|
53 |
Basically, `B-CMA` means the token that's before the comma, and `I-CMA` is the token after it.
|
|
|
54 |
Therefore, if we place the commas based on these tags, the result is:
|
55 |
-
|
|
|
|
51 |
```
|
52 |
|
53 |
Basically, `B-CMA` means the token that's before the comma, and `I-CMA` is the token after it.
|
54 |
+
|
55 |
Therefore, if we place the commas based on these tags, the result is:
|
56 |
+
|
57 |
+
*"Човекът, искащ безгрижно писане, ме помоли да създам този модел."*
|