reckart / tt4j

TreeTagger for Java
http://reckart.github.io/tt4j/
Apache License 2.0
16 stars 7 forks source link

Support for reading TreeTagger model files #14

Closed reckart closed 9 years ago

reckart commented 9 years ago

Original issue 14 created by reckart on 2012-07-13T18:32:20.000Z:

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.

reckart commented 9 years ago

Comment #1 originally posted by reckart on 2012-07-14T13:53:00.000Z:

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.