|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectnet.java.sen.compiler.IpadicPreprocessor
public class IpadicPreprocessor
Preprocesses an unpacked Ipadic dictionary into the CSV form used for compilation
| コンストラクタの概要 | |
|---|---|
IpadicPreprocessor(java.lang.String charset,
java.lang.String inputDirectory)
Creates a new preprocessor for the unpacked dictionary in the given directory |
|
| メソッドの概要 | |
|---|---|
void |
build(java.lang.String outputDirectory)
Preprocesses the dictionary |
void |
buildConnectionCSV(java.lang.String outputFilename)
Builds a connection CSV file from an unpacked ipadic |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public IpadicPreprocessor(java.lang.String charset,
java.lang.String inputDirectory)
charset - The charset used to read the dictionaryinputDirectory - The directory of the unpacked dictionary| メソッドの詳細 |
|---|
public void buildConnectionCSV(java.lang.String outputFilename)
throws java.io.UnsupportedEncodingException,
java.io.FileNotFoundException,
java.io.IOException
outputFilename - The output filename for the connection CSV file
java.io.UnsupportedEncodingException
java.io.FileNotFoundException
java.io.IOException
public void build(java.lang.String outputDirectory)
throws java.io.IOException
outputDirectory - The directory to write the preprocessed dictionary to
java.io.IOException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||