Uses of Interface
org.annolab.tt4j.TokenAdapter

Uses of TokenAdapter in org.annolab.tt4j
 

Methods in org.annolab.tt4j that return TokenAdapter
 TokenAdapter<O> TreeTaggerWrapper.getAdapter()
          Get the current token adapter.
 

Methods in org.annolab.tt4j with parameters of type TokenAdapter
 void TreeTaggerWrapper.setAdapter(TokenAdapter<O> aAdapter)
          Set a TokenAdapter used to extract the token string from a token objects passed to TreeTaggerWrapper.process(Collection).
 



Copyright © 2011. All Rights Reserved.