net.java.sen.tools
クラス CompoundWordTableCompiler

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

public class CompoundWordTableCompiler
extends java.lang.Object

Compiles a table for the CompoundWordFilter


コンストラクタの概要
CompoundWordTableCompiler()
           
 
メソッドの概要
static void buildTable(java.io.BufferedReader reader, int partOfSpeechStart, int partOfSpeechSize, java.lang.String tableFilename)
          Builds a compound word table
static void main(java.lang.String[] args)
          Main method
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CompoundWordTableCompiler

public CompoundWordTableCompiler()
メソッドの詳細

buildTable

public static void buildTable(java.io.BufferedReader reader,
                              int partOfSpeechStart,
                              int partOfSpeechSize,
                              java.lang.String tableFilename)
                       throws java.io.IOException
Builds a compound word table

パラメータ:
reader - The input compound word data
partOfSpeechStart - The start of the part-of-speech data within the CSV
partOfSpeechSize - The number of elements of part-of-speech data within the CSV
tableFilename - The filename for the compiled table
例外:
java.io.IOException

main

public static void main(java.lang.String[] args)
Main method

パラメータ:
args - Ignored


Copyright ? 2008. All Rights Reserved.