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.