Interface IDictionary
Dictionary interface for retrieving morphological data by id.
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public interface IDictionary
Methods
Name | Description |
---|---|
GetBaseForm(Int32, Char[], Int32, Int32) | Get base form of word. |
GetInflectionForm(Int32) | Get inflection form of tokens. |
GetInflectionType(Int32) | Get inflection type of tokens. |
GetLeftId(Int32) | Get left id of specified word. |
GetPartOfSpeech(Int32) | Get Part-Of-Speech of tokens |
GetPronunciation(Int32, Char[], Int32, Int32) | Get pronunciation of tokens |
GetReading(Int32, Char[], Int32, Int32) | Get reading of tokens. |
GetRightId(Int32) | Get right id of specified word. |
GetWordCost(Int32) | Get word cost of specified word |