Package org.apache.lucene.analysis.uima

Classes that integrate UIMA with Lucene's analysis API.

See:
          Description

Class Summary
BaseUIMATokenizer Abstract base implementation of a Tokenizer which is able to analyze the given input with a UIMA AnalysisEngine
UIMAAnnotationsTokenizer a Tokenizer which creates tokens from UIMA Annotations
UIMABaseAnalyzer An Analyzer which use the UIMAAnnotationsTokenizer for creating tokens
UIMATypeAwareAnalyzer Analyzer which uses the UIMATypeAwareAnnotationsTokenizer for the tokenization phase
UIMATypeAwareAnnotationsTokenizer A Tokenizer which creates token from UIMA Annotations filling also their TypeAttribute according to FeaturePaths specified
 

Package org.apache.lucene.analysis.uima Description

Classes that integrate UIMA with Lucene's analysis API.



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.