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