net.java.sen.tools
クラス DictionaryPreprocessor

java.lang.Object
  上位を拡張 net.java.sen.tools.DictionaryPreprocessor

public class DictionaryPreprocessor
extends java.lang.Object

Preprocesses an input dictionary into the intermediate CSV format used by the dictionary compiler. Currently assumes an ipadic dictionary


コンストラクタの概要
DictionaryPreprocessor()
           
 
メソッドの概要
static void main(java.lang.String[] args)
          Precompiles a dictionary into the intermediate form used by the dictionary compiler
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DictionaryPreprocessor

public DictionaryPreprocessor()
メソッドの詳細

main

public static void main(java.lang.String[] args)
                 throws java.io.FileNotFoundException,
                        java.io.IOException
Precompiles a dictionary into the intermediate form used by the dictionary compiler

パラメータ:
args - The directory of the unpacked input dictionary
例外:
java.io.FileNotFoundException
java.io.IOException


Copyright ? 2008. All Rights Reserved.