net.java.sen.compiler
クラス DictionaryBuilder

java.lang.Object
  上位を拡張 net.java.sen.compiler.DictionaryBuilder

public class DictionaryBuilder
extends java.lang.Object

Compiles CSV source data into the data files used for analysis


コンストラクタの概要
DictionaryBuilder(java.lang.String[] customDictionaryCSVFilenames)
          Compiles CSV source data into the data files used for analysis
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DictionaryBuilder

public DictionaryBuilder(java.lang.String[] customDictionaryCSVFilenames)
                  throws java.io.IOException
Compiles CSV source data into the data files used for analysis

パラメータ:
customDictionaryCSVFilenames - The filenames of custom dictionaries, or null
例外:
java.io.IOException


Copyright ? 2008. All Rights Reserved.