Interface IPartOfSpeechAttribute
Attribute for GetPartOfSpeech().
Inherited Members
IAttribute.CopyTo(IAttribute)
Namespace: Lucene.Net.Analysis.Ja.TokenAttributes
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public interface IPartOfSpeechAttribute : IAttribute
Methods
GetPartOfSpeech()
Attribute for GetPartOfSpeech().
Declaration
string GetPartOfSpeech()
Returns
| Type | Description |
|---|---|
| string |
SetToken(Token)
Attribute for GetPartOfSpeech().
Declaration
void SetToken(Token token)
Parameters
| Type | Name | Description |
|---|---|---|
| Token | token |