public class IpadicPreprocessor extends Object
| Constructor and Description |
|---|
IpadicPreprocessor(String charset,
String inputDirectory)
Creates a new preprocessor for the unpacked dictionary in the given
directory
|
| Modifier and Type | Method and Description |
|---|---|
void |
build(String outputDirectory)
Preprocesses the dictionary
|
void |
buildConnectionCSV(String outputFilename)
Builds a connection CSV file from an unpacked ipadic
|
public void buildConnectionCSV(String outputFilename) throws UnsupportedEncodingException, FileNotFoundException, IOException
outputFilename - The output filename for the connection CSV fileUnsupportedEncodingExceptionFileNotFoundExceptionIOExceptionpublic void build(String outputDirectory) throws IOException
outputDirectory - The directory to write the preprocessed dictionary toIOException