Interface IReadingAttribute
Attribute for Kuromoji reading data
Note: in some cases this value may not be applicable,
and will be null.
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public interface IReadingAttribute : IAttribute
Methods
|
Improve this Doc
View Source
GetPronunciation()
Declaration
string GetPronunciation()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetReading()
Declaration
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SetToken(Token)
Declaration
void SetToken(Token token)
Parameters
Type |
Name |
Description |
Token |
token |
|