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
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Analysis.Ja.Dict
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public sealed class TokenInfoDictionary : BinaryDictionary, IDictionary
  Fields
| Improve this Doc View SourceFST_FILENAME_SUFFIX
Declaration
public static readonly string FST_FILENAME_SUFFIX
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Properties
| Improve this Doc View SourceFST
Declaration
public TokenInfoFST FST { get; }
  Property Value
| Type | Description | 
|---|---|
| TokenInfoFST | 
Instance
Declaration
public static TokenInfoDictionary Instance { get; }
  Property Value
| Type | Description | 
|---|---|
| TokenInfoDictionary |