Stanford Dependency Parser Setup and NLTK

后端 未结 2 1357
野的像风
野的像风 2020-12-16 06:25

So I got the \"standard\" Stanford Parser to work thanks to danger89\'s answers to this previous post, Stanford Parser and NLTK.

However, I am now trying to get the

2条回答
  •  我在风中等你
    2020-12-16 06:48

    If the only thing you changed was 'StanfordDependencyParser' and the error states: module' object has no attribute 'StanfordDependencyParser' I would assume that StanfordDependencyParser was the wrong thing to change it to. Have you copied all of the code that you linked to verbatim?

提交回复
热议问题