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.
Inheritance
System.Object
TokenInfoFST
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public sealed class TokenInfoFST : object
Constructors
Name | Description |
---|---|
TokenInfoFST(FST<Nullable<Int64>>, Boolean) |
Properties
Name | Description |
---|---|
NoOutput |
Methods
Name | Description |
---|---|
FindTargetArc(Int32, FST.Arc<Nullable<Int64>>, FST.Arc<Nullable<Int64>>, Boolean, FST.BytesReader) | |
GetBytesReader() | |
GetFirstArc(FST.Arc<Nullable<Int64>>) |