auhide commited on
Commit
7805754
1 Parent(s): 3059ab4

Update README.md

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