i installed and can run the default configuration. if i try to enable the more complex analysis (enable dependency or ConstituencyParser) i get the error message:
Exception occurred See ddw.log for more details.
ERROR: Exception occurred See ddw.log for more details.
ERROR: Processing failed for file: EffiBriestKurz.txt, Message: null, Cause: Unable to load resource [classpath:/de/tudarmstadt/ukp/dkpro/core/opennlp/lib/chunker-de-default.properties]:
FileNotFoundException: No file found at [classpath:/de/tudarmstadt/ukp/dkpro/core/opennlp/lib/chunker-de-default.properties]
Please make sure that [de.tudarmstadt.ukp.dkpro.core.opennlp-model-chunker-de-default] is on the classpath.
i do not have a file called chunker-de-default.properties
i have installed the treetagger but are not certain what the treetagger.properties should be. i have (linux):
# This is an example how the treetagger can be used for POS and Lemma annotation
posTagger = de.tudarmstadt.ukp.dkpro.core.treetagger.TreeTaggerPosTagger
posTaggerArguments = executablePath,string,/home/frank/additionalSpace/AF_amd_install/germanNLP/bin/tree-tagger,\
modelLocation,string,/home/frank/additionalSpace/AF_amd_install/germanNLP/lib/german-chunker-utf8.par,\
modelEncoding,string,utf-8
# Treetagger adds lemmas, no need for an additional lemmatizer
useLemmatizer = false
what is wrong? (i have not installed openNLP - i did not find instructions to do so. should I?).
thank you for the help!
andrew
i installed and can run the default configuration. if i try to enable the more complex analysis (enable dependency or ConstituencyParser) i get the error message:
i do not have a file called
chunker-de-default.propertiesi have installed the treetagger but are not certain what the treetagger.properties should be. i have (linux):
what is wrong? (i have not installed openNLP - i did not find instructions to do so. should I?).
thank you for the help!
andrew