Package org.annolab.tt4j

Interface Summary
ExecutableResolver Resolve the location of the TreeTagger executable.
Model A TreeTagger model.
ModelResolver Resolve the location of the TreeTagger model.
TokenAdapter<O> Adapter to extract a token from the list of objects passed to TreeTaggerWrapper.process(java.util.Collection).
TokenHandler<O> A token handler receives a notification for each tagged token.
 

Class Summary
DefaultExecutableResolver Assume that TreeTagger is installed and available in the path.
DefaultModel  
DefaultModelResolver Simple model provider.
PlatformDetector Detect platform information and normalize it.
RingBuffer  
TreeTaggerWrapper<O> Main TreeTagger wrapper class.
Util Utility functions.
 

Exception Summary
TreeTaggerException Exception throw if an error occurs while tagging is in process.
 



Copyright © 2011. All Rights Reserved.