alishia / tt4j

Automatically exported from code.google.com/p/tt4j
0 stars 0 forks source link

Support for reading TreeTagger model files #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some basic support for reading and decoding TreeTagger model files would be 
nice. In particular, some way to extract the tag set would be useful.

Original issue reported on code.google.com by richard.eckart on 13 Jul 2012 at 6:32

GoogleCodeExporter commented 9 years ago
Added support for basic decoding of TreeTagger model files. Tagset, lemma 
dictionary and token dictionary can be read. Token data (frequencies, tags, etc 
etc) are not decoded, neither is any other data that may be in the model file.

Original comment by richard.eckart on 14 Jul 2012 at 1:53