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
メソッドの概要 |
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 datapartOfSpeechStart
- The start of the part-of-speech data within
the CSVpartOfSpeechSize
- The number of elements of part-of-speech data
within the CSVtableFilename
- 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.