Class DictionaryBuilder
LUCENENET specific: In the Java implementation, this class' Main method was intended to be called from the command line. However, in .NET a method within a DLL can't be directly called from the command line so we provide a .NET tool, lucene-cli, with a command that maps to that method: analysis kuromoji-build-dictionary.
Inherited Members
Namespace: Lucene.Net.Analysis.Ja.Util
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public static class DictionaryBuilder
Methods
Build(DictionaryFormat, string, string, string, bool)
LUCENENET specific: In the Java implementation, this class' Main method was intended to be called from the command line. However, in .NET a method within a DLL can't be directly called from the command line so we provide a .NET tool, lucene-cli, with a command that maps to that method: analysis kuromoji-build-dictionary.
Declaration
public static void Build(DictionaryBuilder.DictionaryFormat format, string inputDirname, string outputDirname, string encoding, bool normalizeEntry)
Parameters
Type | Name | Description |
---|---|---|
DictionaryBuilder.DictionaryFormat | format | |
string | inputDirname | |
string | outputDirname | |
string | encoding | |
bool | normalizeEntry |
Main(string[])
LUCENENET specific: In the Java implementation, this Main method was intended to be called from the command line. However, in .NET a method within a DLL can't be directly called from the command line so we provide a .NET tool, lucene-cli, with a command that maps to this method: analysis kuromoji-build-dictionary.
Declaration
public static void Main(string[] args)
Parameters
Type | Name | Description |
---|---|---|
string[] | args |