nltk/nltk

In CoreNLPParser, how can I get output as different formats, e.g., 'wordsAndTags' or 'typedDependencies'

Lopa07 opened this issue · 0 comments

Lopa07 commented

The default output format in CoreNLPParser in 'penn'. How can I change the output format to 'wordsAndTags' or 'typedDependencies'?