Class TokenInfoFST
  Thin wrapper around an FST with root-arc caching for Japanese.
Depending upon fasterButMoreRam, either just kana (191 arcs),
or kana and han (28,607 arcs) are cached. The latter offers
additional performance at the cost of more RAM.
 
  
  
  
  
  Assembly: Lucene.Net.Analysis.Kuromoji.dll
  Syntax
  
    public sealed class TokenInfoFST
   
  Constructors
  
  TokenInfoFST(FST<Int64>, bool)
  Thin wrapper around an FST with root-arc caching for Japanese.
Depending upon fasterButMoreRam, either just kana (191 arcs),
or kana and han (28,607 arcs) are cached. The latter offers
additional performance at the cost of more RAM.
 
  
  Declaration
  
    public TokenInfoFST(FST<Int64> fst, bool fasterButMoreRam)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | FST<Int64> | 
        fst | 
         | 
      
      
        | bool | 
        fasterButMoreRam | 
         | 
      
    
  
  Properties
  
  NoOutput
  Thin wrapper around an FST with root-arc caching for Japanese.
Depending upon fasterButMoreRam, either just kana (191 arcs),
or kana and han (28,607 arcs) are cached. The latter offers
additional performance at the cost of more RAM.
 
  
  Declaration
  
    public Int64 NoOutput { get; }
   
  Property Value
  
  Methods
  
  FindTargetArc(int, Arc<Int64>, Arc<Int64>, bool, BytesReader)
  Thin wrapper around an FST with root-arc caching for Japanese.
Depending upon fasterButMoreRam, either just kana (191 arcs),
or kana and han (28,607 arcs) are cached. The latter offers
additional performance at the cost of more RAM.
 
  
  Declaration
  
    public FST.Arc<Int64> FindTargetArc(int ch, FST.Arc<Int64> follow, FST.Arc<Int64> arc, bool useCache, FST.BytesReader fstReader)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        ch | 
         | 
      
      
        | FST.Arc<Int64> | 
        follow | 
         | 
      
      
        | FST.Arc<Int64> | 
        arc | 
         | 
      
      
        | bool | 
        useCache | 
         | 
      
      
        | FST.BytesReader | 
        fstReader | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | FST.Arc<Int64> | 
         | 
      
    
  
  
  GetBytesReader()
  Thin wrapper around an FST with root-arc caching for Japanese.
Depending upon fasterButMoreRam, either just kana (191 arcs),
or kana and han (28,607 arcs) are cached. The latter offers
additional performance at the cost of more RAM.
 
  
  Declaration
  
    public FST.BytesReader GetBytesReader()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | FST.BytesReader | 
         | 
      
    
  
  
  GetFirstArc(Arc<Int64>)
  Thin wrapper around an FST with root-arc caching for Japanese.
Depending upon fasterButMoreRam, either just kana (191 arcs),
or kana and han (28,607 arcs) are cached. The latter offers
additional performance at the cost of more RAM.
 
  
  Declaration
  
    public FST.Arc<Int64> GetFirstArc(FST.Arc<Int64> arc)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | FST.Arc<Int64> | 
        arc | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | FST.Arc<Int64> | 
         |