Stanford nlp for python

前端 未结 9 1249
野的像风
野的像风 2020-11-29 17:41

All I want to do is find the sentiment (positive/negative/neutral) of any given string. On researching I came across Stanford NLP. But sadly its in Java. Any ideas on how ca

9条回答
  •  情书的邮戳
    2020-11-29 18:33

    Right now they have STANZA.

    https://stanfordnlp.github.io/stanza/

    Release History Note that prior to version 1.0.0, the Stanza library was named as “StanfordNLP”. To install historical versions prior to to v1.0.0, you’ll need to run pip install stanfordnlp.

    So, it confirms that Stanza is the full python version of stanford NLP.

提交回复
热议问题