Open GoogleCodeExporter opened 9 years ago
There is a method called
de.tudarmstadt.ukp.dkpro.core.stanfordnlp.util.TreeUtils.createStanfordTree(Anno
tation, 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 comment by richard.eckart
on 21 Jul 2014 at 8:07
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 comment by richard.eckart
on 30 Jul 2014 at 8:52
Original comment by richard.eckart
on 14 Aug 2014 at 10:05
Original comment by richard.eckart
on 2 Oct 2014 at 9:32
Original issue reported on code.google.com by
ivan.hab...@gmail.com
on 18 Jul 2014 at 11:56Attachments: