auhide commited on
Commit
fc74b4a
1 Parent(s): b948ffd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
+ *"Човекът, искащ безгрижно писане, ме помоли да създам този модел."*