hhsecond / corenlp_pywrap

Powerfull python wrapper for Stanford CoreNLP project
MIT License
31 stars 4 forks source link

'Sentiment' gives assertion error #1

Closed roughcoding closed 8 years ago

roughcoding commented 8 years ago

'Sentiment' annotator tag would not go through. Its throwing an assertion error saying "tag is not supported"

hhsecond commented 8 years ago

Beta version is released for current 'downloadable' version though Sentiment tag support is available in Github version of CoreNLP. Keeping this issue open until I fix it in ALPHA release. Thanks

hhsecond commented 8 years ago

Issue is fixed in production/stable version Sentiment is still not supported by downloadable version of CoreNLP. So sentiment tag is not inherently supported. You can do a hack to get it done. Described in README