Interface IBaseFormAttribute
Attribute for GetBaseForm()
Note: depending on part of speech, this value may not be applicable, and will be null.Inherited Members
IAttribute.CopyTo(IAttribute)
Namespace: Lucene.Net.Analysis.Ja.TokenAttributes
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public interface IBaseFormAttribute : IAttribute
Methods
GetBaseForm()
Attribute for GetBaseForm()
Note: depending on part of speech, this value may not be applicable, and will be null.Declaration
string GetBaseForm()
Returns
| Type | Description |
|---|---|
| string |
SetToken(Token)
Attribute for GetBaseForm()
Note: depending on part of speech, this value may not be applicable, and will be null.Declaration
void SetToken(Token token)
Parameters
| Type | Name | Description |
|---|---|---|
| Token | token |