Class TokenInfoDictionaryWriter
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.Util
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public class TokenInfoDictionaryWriter : BinaryDictionaryWriter
Constructors
| Improve this Doc View SourceTokenInfoDictionaryWriter(Int32)
Declaration
public TokenInfoDictionaryWriter(int size)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | size |
Methods
| Improve this Doc View SourceSetFST(FST<Nullable<Int64>>)
Declaration
public virtual void SetFST(FST<long?> fst)
Parameters
Type | Name | Description |
---|---|---|
FST<System.Nullable<System.Int64>> | fst |
Write(String)
Declaration
public override void Write(string baseDir)
Parameters
Type | Name | Description |
---|---|---|
System.String | baseDir |
Overrides
| Improve this Doc View SourceWriteFST(String)
Declaration
protected virtual void WriteFST(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename |