Uses of Interface
org.apache.uima.annotator.dict_annot.dictionary.DictionaryMatch

Packages that use DictionaryMatch
org.apache.uima.annotator.dict_annot.dictionary   
org.apache.uima.annotator.dict_annot.dictionary.impl   
 

Uses of DictionaryMatch in org.apache.uima.annotator.dict_annot.dictionary
 

Methods in org.apache.uima.annotator.dict_annot.dictionary that return DictionaryMatch
 DictionaryMatch Dictionary.matchEntry(int pos, org.apache.uima.cas.text.AnnotationFS[] annotFSs, FeaturePathInfo featPathInfo)
          Checks if at the current position in the token array a match in the dictionary is found.
 

Uses of DictionaryMatch in org.apache.uima.annotator.dict_annot.dictionary.impl
 

Classes in org.apache.uima.annotator.dict_annot.dictionary.impl that implement DictionaryMatch
 class DictionaryMatchImpl
          Implementation of the DictionaryMatch interface.
 

Methods in org.apache.uima.annotator.dict_annot.dictionary.impl that return DictionaryMatch
 DictionaryMatch HashMapDictionary.matchEntry(int pos, org.apache.uima.cas.text.AnnotationFS[] annotFSs, FeaturePathInfo featPathInfo)
           
 



Copyright © 2011. All Rights Reserved.