nltk interface to stanford parser [duplicate]
问题 This question already has answers here : Stanford Parser and NLTK (18 answers) Closed 3 years ago . I am getting problems to access Stanford parser through python NLTK (they developed an interface for NLTK) import nltk.tag.stanford Traceback (most recent call last): File "", line 1, in ImportError: No module named stanford 回答1: You can use stanford parser from NLTK. Check this link on how to use it - http://www.nltk.org/api/nltk.tag.html#module-nltk.tag.stanford I guess it isn't problem with