1-800-BAD-CODE commited on
Commit
c7bbf57
1 Parent(s): 3151c36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -209,7 +209,7 @@ Next, we see that "`.`" and "`?`" are exactly the same, because w.r.t. SBD these
209
  (Though, we may expect some difference between these tokens, given that "`.`" is predicted after abbreviations, e.g., 'Mr.', that are not full stops.)
210
 
211
  Further, we see that "`.`" and "`?`" are exactly the opposite of `NULL`.
212
- This is expected since these tokens typically imply sentence boundaries, whereas `NULL` and "`,`" do not.
213
 
214
  Lastly, we see that `ACRONYM` is very, but not totally, similar to the full stops "`.`" and "`?`",
215
  and almost, but not totally, the opposite of `NULL` and "`,`".
 
209
  (Though, we may expect some difference between these tokens, given that "`.`" is predicted after abbreviations, e.g., 'Mr.', that are not full stops.)
210
 
211
  Further, we see that "`.`" and "`?`" are exactly the opposite of `NULL`.
212
+ This is expected since these tokens typically imply sentence boundaries, whereas `NULL` and "`,`" never do.
213
 
214
  Lastly, we see that `ACRONYM` is very, but not totally, similar to the full stops "`.`" and "`?`",
215
  and almost, but not totally, the opposite of `NULL` and "`,`".