org.apache.lucene.analysis.pt
Class RSLPStemmerBase.RuleWithSetExceptions
java.lang.Object
  
org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
      
org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSetExceptions
- Enclosing class:
 - RSLPStemmerBase
 
protected static class RSLPStemmerBase.RuleWithSetExceptions
- extends RSLPStemmerBase.Rule
 
A rule with a set of whole-word exceptions.
 
 
 
| 
Method Summary | 
 boolean | 
matches(char[] s,
        int len)
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
exceptions
protected final CharArraySet exceptions
RSLPStemmerBase.RuleWithSetExceptions
public RSLPStemmerBase.RuleWithSetExceptions(String suffix,
                                             int min,
                                             String replacement,
                                             String[] exceptions)
matches
public boolean matches(char[] s,
                       int len)
- Overrides:
 matches in class RSLPStemmerBase.Rule
 
- Returns:
 - true if the word matches this rule.
 
 
          Copyright © 2000-2012 Apache Software Foundation.  All Rights Reserved.