Class OpenNLPTokenizerFactory
  
  Factory for OpenNLPTokenizer.
<fieldType name="text_opennlp" class="solr.TextField" positionIncrementGap="100"
  <analyzer>
    <tokenizer class="solr.OpenNLPTokenizerFactory" sentenceModel="filename" tokenizerModel="filename"/>
  </analyzer>
</fieldType>
 
  
  
    Inheritance
    System.Object
    
    
    OpenNLPTokenizerFactory
   
  
  
  
  Assembly: Lucene.Net.Analysis.OpenNLP.dll
  Syntax
  
    public class OpenNLPTokenizerFactory : TokenizerFactory, IResourceLoaderAware
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OpenNLPTokenizerFactory(IDictionary<String, String>)
  
  
  Declaration
  
    public OpenNLPTokenizerFactory(IDictionary<string, string> args)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | IDictionary<System.String, System.String> | 
        args | 
         | 
      
    
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  SENTENCE_MODEL
  
  
  Declaration
  
    public const string SENTENCE_MODEL = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  TOKENIZER_MODEL
  
  
  Declaration
  
    public const string TOKENIZER_MODEL = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Create(AttributeSource.AttributeFactory, TextReader)
  
  
  Declaration
  
    public override Tokenizer Create(AttributeSource.AttributeFactory factory, TextReader reader)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public virtual void Inform(IResourceLoader loader)
   
  Parameters
  
  Implements