Class EnglishStemmer
This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script.
Inheritance
System.Object
EnglishStemmer
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class EnglishStemmer : SnowballProgram
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Stem()
Declaration
public override bool Stem()
Returns
Type |
Description |
System.Boolean |
|
Overrides