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