Class StemmerUtil
Some commonly-used stemming functions
@lucene.internal
Inheritance
System.Object
StemmerUtil
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public class StemmerUtil
Methods
Name | Description |
---|---|
Delete(Char[], Int32, Int32) | Delete a character in-place |
DeleteN(Char[], Int32, Int32, Int32) | Delete n characters in-place |
EndsWith(Char[], Int32, Char[]) | Returns true if the character array ends with the suffix. |
EndsWith(Char[], Int32, String) | Returns true if the character array ends with the suffix. |
StartsWith(Char[], Int32, String) | Returns true if the character array starts with the prefix. |