Class RSLPStemmerBase.RuleWithSuffixExceptions
A rule with a set of exceptional suffixes.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Analysis.Pt
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
protected class RuleWithSuffixExceptions : RSLPStemmerBase.RuleConstructors
| Improve this Doc View SourceRuleWithSuffixExceptions(String, Int32, String, String[])
Declaration
public RuleWithSuffixExceptions(string suffix, int min, string replacement, string[] exceptions)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | suffix | |
| System.Int32 | min | |
| System.String | replacement | |
| System.String[] | exceptions | 
Fields
| Improve this Doc View Sourcem_exceptions
Declaration
protected readonly char[][] m_exceptionsField Value
| Type | Description | 
|---|---|
| System.Char[][] | 
Methods
| Improve this Doc View SourceMatches(Char[], Int32)
Declaration
public override bool Matches(char[] s, int len)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Char[] | s | |
| System.Int32 | len | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |