org.apache.lucene.analysis.uima
Class UIMAAnnotationsTokenizerFactory

java.lang.Object
  extended by org.apache.lucene.analysis.util.AbstractAnalysisFactory
      extended by org.apache.lucene.analysis.util.TokenizerFactory
          extended by org.apache.lucene.analysis.uima.UIMAAnnotationsTokenizerFactory

public class UIMAAnnotationsTokenizerFactory
extends TokenizerFactory

TokenizerFactory for UIMAAnnotationsTokenizer


Field Summary
 
Fields inherited from class org.apache.lucene.analysis.util.AbstractAnalysisFactory
LUCENE_MATCH_VERSION_PARAM, luceneMatchVersion
 
Constructor Summary
UIMAAnnotationsTokenizerFactory(Map<String,String> args)
          Creates a new UIMAAnnotationsTokenizerFactory
 
Method Summary
 UIMAAnnotationsTokenizer create(AttributeSource.AttributeFactory factory, Reader input)
           
 
Methods inherited from class org.apache.lucene.analysis.util.TokenizerFactory
availableTokenizers, create, forName, lookupClass, reloadTokenizers
 
Methods inherited from class org.apache.lucene.analysis.util.AbstractAnalysisFactory
assureMatchVersion, get, get, get, get, get, getBoolean, getChar, getClassArg, getFloat, getInt, getLines, getLuceneMatchVersion, getOriginalArgs, getPattern, getSet, getSnowballWordSet, getWordSet, isExplicitLuceneMatchVersion, require, require, require, requireBoolean, requireChar, requireFloat, requireInt, setExplicitLuceneMatchVersion, splitFileNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIMAAnnotationsTokenizerFactory

public UIMAAnnotationsTokenizerFactory(Map<String,String> args)
Creates a new UIMAAnnotationsTokenizerFactory

Method Detail

create

public UIMAAnnotationsTokenizer create(AttributeSource.AttributeFactory factory,
                                       Reader input)
Specified by:
create in class TokenizerFactory


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