In some cases, a quotation mark is not separated from the following token.
Example
import spacy
German = spacy.load('de')
analysis = list(German(u'"Ich mag keine Anführungszeichen."'))
print(analysis[0])
=> "Ich
Your Environment
- Operating System: OSX 10.11.6
- Python Version Used: 2.7.12
- spaCy Version Used: 1.1.2