net.java.sen.tools
Class DictionaryPreprocessor
java.lang.Object
net.java.sen.tools.DictionaryPreprocessor
public class DictionaryPreprocessor
- extends Object
Preprocesses an input dictionary into the intermediate CSV format used by the
dictionary compiler. Currently assumes an ipadic dictionary
|
Method Summary |
static void |
main(String[] args)
Precompiles a dictionary into the intermediate form used by the
dictionary compiler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DictionaryPreprocessor
public DictionaryPreprocessor()
main
public static void main(String[] args)
throws FileNotFoundException,
IOException
- Precompiles a dictionary into the intermediate form used by the
dictionary compiler
- Parameters:
args - The directory of the unpacked input dictionary
- Throws:
FileNotFoundException
IOException
Copyright © 2012. All Rights Reserved.