aschaeffer / dkpro-core-asl

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

[TreeTagger] Add a standard mapping for non-supported language #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment, languages that are supported by the TreeTagger but do not yet 
have a mapping to the DKPro type system cannot be used with the TreeTagger AE.

We should add a standard-mapping for non-supported languages that maps all 
POS-Tags to some general purpose annotation (I think "O" (=Other) is currently 
used for non-mappable types). The original POS-Values can then be retrieved 
from PosValue-feature of the O-Annotations.

This should not be seen as a replacement for a language mapping - but as a work 
around for new languages until a new mapping to the DKPro-type system has been 
created.

Original issue reported on code.google.com by oliver.ferschke on 9 May 2011 at 10:12

GoogleCodeExporter commented 9 years ago
If no mapping file can be found, a default mapping of "*" to O is set up.
---
Fixed in revision 387. 

Original comment by richard.eckart on 24 Oct 2011 at 6:23