Closed reckart closed 1 year ago
There is a method called de.tudarmstadt.ukp.dkpro.core.stanfordnlp.util.TreeUtils.createStanfordTree(Annotation,
TreeFactory) that should help to transform a DKPro Core constituent tree into the Stanford
representation.
Maybe that helps, but maybe it takes us only half the way. Do you know what information
the Stanford sentiment analyzer requires? Only the parse tree or more?
Original issue reported on code.google.com by richard.eckart
on 2014-07-21 20:07:38
The dependency on the models artifact seems to be required right now because the sentiment
component does not use the DKPro Core model provisioning mechanism.
This mechanism should be used and the dependency on the models should be removed:
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>3.4</version>
<classifier>models</classifier>
</dependency>
Original issue reported on code.google.com by richard.eckart
on 2014-07-30 08:52:36
(No text was entered with this change)
Original issue reported on code.google.com by richard.eckart
on 2014-08-14 10:05:39
(No text was entered with this change)
Original issue reported on code.google.com by richard.eckart
on 2014-10-02 21:32:33
Original issue reported on code.google.com by
ivan.habernal
on 2014-07-18 11:56:51