You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NLTK tokenizer used in the code doesn't handle fancy quotation marks very well. They just end up attached to words rather than being separate tokens.
We should probably either preprocess the input that is passed to the tokenizer, find another tokenizer, or fix the current one.
There may be some issues related to other types of symbols as well.