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