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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ punctuate("Човекът искащ безгрижно писане ме пом
50
  'end': 33}]
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
 
 
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