codeaudit / dkpro-core-asl

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

[TextMarker] Add convenience module for TextMarker #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since TextMarker is not a uimaFIT component at the moment, including it in a 
uimaFIT/DKPro pipeline is a bit annoying because the parameters have no default 
values - all needs to be set manually.

Add a simple wrapper component which provides the default values.

Original issue reported on code.google.com by richard.eckart on 17 Dec 2012 at 2:11

GoogleCodeExporter commented 9 years ago
uimaFIT 1.4.0 doesn't support the declaration of type priorities via 
META-INF/org.uimafit. It's only supported for types and indexes.

Original comment by richard.eckart on 17 Dec 2012 at 3:18

GoogleCodeExporter commented 9 years ago
Committed an initial version. It's still not as simple as other DKPro 
components, because: 

* the type priorities need to be set manually (see test case). (uimaFIT)
* new types cannot be declared in scripts. All types must be defined before. 
* scripts and resources cannot be loaded from the classpath, only from the file 
system. (TextMarker)

Original comment by richard.eckart on 18 Dec 2012 at 8:13