Uses of Class
org.apache.uima.lucas.indexer.analysis.InvalidTokenSourceException

Packages that use InvalidTokenSourceException
org.apache.uima.lucas.indexer.analysis   
 

Uses of InvalidTokenSourceException in org.apache.uima.lucas.indexer.analysis
 

Constructors in org.apache.uima.lucas.indexer.analysis that throw InvalidTokenSourceException
AnnotationTokenStream(org.apache.uima.jcas.JCas jCas, String sofaName, String typeName)
          Creates a TokenStream which extracts all coveredText feature values of annotations of a given type from a JCas object.
AnnotationTokenStream(org.apache.uima.jcas.JCas jCas, String sofaName, String typeName, List<String> featureNames, Map<String,Format> featureFormats)
          Creates a TokenStream which extracts all feature values of a given feature name list from annotations with a given type from a given JCas object.
AnnotationTokenStream(org.apache.uima.jcas.JCas jCas, String sofaName, String typeName, List<String> featureNames, String delimiter, Map<String,Format> featureFormats)
          Creates a TokenStream which extracts all feature values of a given feature name list from annotations with a given type from a given JCas object.
AnnotationTokenStream(org.apache.uima.jcas.JCas jCas, String sofaName, String typeName, String featureName, Format featureFormat)
          Creates a TokenStream which extracts all feature values of a given feature name from annotations with a given type from a given JCas object.
AnnotationTokenStream(org.apache.uima.jcas.JCas jCas, String sofaName, String typeName, String featurePath, List<String> featureNames, Map<String,Format> featureFormats)
          Creates a TokenStream which extracts all feature values of a given feature name list from annotations with a given type from a given JCas object.
AnnotationTokenStream(org.apache.uima.jcas.JCas jCas, String sofaName, String typeName, String featurePath, List<String> featureNames, String delimiter, Map<String,Format> featureFormats)
          Creates a TokenStream which extracts all feature values of a given feature name list from annotations with a given type from a given JCas object.
 



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.