Open LauraS2 opened 8 years ago
Looks like DKPro Keyphrases is incompatible with DKPro Core 1.9.0-SNAPSHOT. I think the last version where the TreeTagger component was still called TreeTaggerPosTaggerTT4J was 1.6.1 (or even before that). DKPro Keyphrases should be upgraded to a more recent DKPro Core release.
Thank you for your reply. I will use an older version then.
Yours, Laura
Hi,
I am currently trying to use the CooccurrenceGraphExtractor. To set up my system, I have installed the TreeTagger. Furthermore, I have build the dkpro core treetagger-asl project using the build.xml.
For my test project I have added the jars for english - created during the treetagger build - as libraries in eclipse.
My Maven POM looks like this (Sry, it is not supported as attachment by GitHub):
My Java program looks like this:
When I try to run it I get the following error message:
Does anyone know how I can fix this? I am using Java 1.8 and my OS is Windows 10, 64-bit.
Yours, Laura