vnadgir / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

[TreeTagger] Specify executable and model via parameters #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would be nice to optionally secify all neccessary properties, executables and 
resources in the parameters of the analysis engine.

Example:
The TreeTagger installation for its wrapper in DKPro is currently only added by 
maven. It's not possible for other developers to include DKPro components only 
with the descriptors.

Original issue reported on code.google.com by pklu...@gmx.de on 1 Feb 2011 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 3 Feb 2011 at 10:29

GoogleCodeExporter commented 9 years ago
Issue 1 has been merged into this issue.

Original comment by richard.eckart on 3 Feb 2011 at 10:52

GoogleCodeExporter commented 9 years ago
Added the parameters, but did not test.

Path to TreeTagger binary can be specified with a parameter.

If a model is specified, three parameters need to be set for the model path, 
the model encoding and the tag-type mapping properties file. An example for 
such a file can be found here:

https://code.google.com/p/dkpro-core-asl/source/browse/de.tudarmstadt.ukp.dkpro.
core-asl/trunk/de.tudarmstadt.ukp.dkpro.core.treetagger/src/main/resources/de/tu
darmstadt/ukp/dkpro/core/treetagger/map/en-tagger.map

Original comment by richard.eckart on 3 Feb 2011 at 11:04