Uses of Interface
org.annolab.tt4j.TokenHandler

Uses of TokenHandler in org.annolab.tt4j
 

Subinterfaces of TokenHandler in org.annolab.tt4j
 interface ProbabilityHandler<O>
          A TokenHandler can implement this interface to get probability information when TreeTaggerWrapper.setProbabilityThreshold(Double) is used.
 

Methods in org.annolab.tt4j that return TokenHandler
 TokenHandler<O> TreeTaggerWrapper.getHandler()
          Get the current token handler.
 

Methods in org.annolab.tt4j with parameters of type TokenHandler
 void TreeTaggerWrapper.setHandler(TokenHandler<O> aHandler)
          Set a TokenHandler to receive the analyzed tokens.
 



Copyright © 2012. All Rights Reserved.