Class ReadingAttribute
Attribute for Kuromoji reading data
Inheritance
System.Object
ReadingAttribute
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public class ReadingAttribute : Attribute, IReadingAttribute, IAttribute
Methods
|
Improve this Doc
View Source
Clear()
Declaration
public override void Clear()
Overrides
|
Improve this Doc
View Source
CopyTo(IAttribute)
Declaration
public override void CopyTo(IAttribute target)
Parameters
Overrides
|
Improve this Doc
View Source
GetPronunciation()
Declaration
public virtual string GetPronunciation()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetReading()
Declaration
public virtual string GetReading()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ReflectWith(IAttributeReflector)
Declaration
public override void ReflectWith(IAttributeReflector reflector)
Parameters
Overrides
|
Improve this Doc
View Source
SetToken(Token)
Declaration
public virtual void SetToken(Token token)
Parameters
Type |
Name |
Description |
Token |
token |
|
Implements