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