net.java.sen.tools
Class DictionaryPreprocessor

java.lang.Object
  extended by 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


Constructor Summary
DictionaryPreprocessor()
           
 
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
 

Constructor Detail

DictionaryPreprocessor

public DictionaryPreprocessor()
Method Detail

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.