1 Matching Annotations
- Sep 2019
-
jrnold.github.io jrnold.github.io
-
Exercise 14.4.2.2
Exercise 14.4.2.2 Q 2 - this misses words that are at the end of the sentence with a period after them. I use this: str_extract(sentences, "[A-za-z]+ing[ .]")
-