Class InflectionAttribute
Attribute for Kuromoji inflection data.
Inheritance
System.Object
InflectionAttribute
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public class InflectionAttribute : Attribute, IInflectionAttribute, 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
Declaration
public virtual string GetInflectionForm()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetInflectionType()
Declaration
public virtual string GetInflectionType()
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