Class TokenInfoDictionary
Binary dictionary implementation for a known-word dictionary model:
Words are encoded into an FST mapping to a list of wordIDs.
Inheritance
System.Object
TokenInfoDictionary
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public sealed class TokenInfoDictionary : BinaryDictionary, IDictionary
Fields
|
Improve this Doc
View Source
FST_FILENAME_SUFFIX
Declaration
public static readonly string FST_FILENAME_SUFFIX
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
FST
Declaration
public TokenInfoFST FST { get; }
Property Value
|
Improve this Doc
View Source
Instance
Declaration
public static TokenInfoDictionary Instance { get; }
Property Value
Implements