Class UnknownDictionaryWriter
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 UnknownDictionaryWriter : BinaryDictionaryWriter
Constructors
| Improve this Doc View SourceUnknownDictionaryWriter(Int32)
Declaration
public UnknownDictionaryWriter(int size)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | size |
Methods
| Improve this Doc View SourcePut(String[])
Declaration
public override int Put(string[] entry)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | entry |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourcePutCharacterCategory(Int32, String)
Put mapping from unicode code point to character class.
Declaration
public virtual void PutCharacterCategory(int codePoint, string characterClassName)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | codePoint | Code point. |
System.String | characterClassName | Character class name. |
PutInvokeDefinition(String, Int32, Int32, Int32)
Declaration
public virtual void PutInvokeDefinition(string characterClassName, int invoke, int group, int length)
Parameters
Type | Name | Description |
---|---|---|
System.String | characterClassName | |
System.Int32 | invoke | |
System.Int32 | group | |
System.Int32 | length |
Write(String)
Declaration
public override void Write(string baseDir)
Parameters
Type | Name | Description |
---|---|---|
System.String | baseDir |