|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectnet.java.sen.SenFactory
public class SenFactory
A factory to manage creation of Viterbi, StringTagger, and
ReadingProcessor objects
Thread Safety: This class and all its public methods are thread safe.
The objects constructed by the factory are NOT thread safe and should
not be accessed simultaneously by multiple threads
| コンストラクタの概要 | |
|---|---|
SenFactory()
|
|
| メソッドの概要 | |
|---|---|
static ReadingProcessor |
getReadingProcessor(java.lang.String configurationFilename)
Creates a ReadingProcessor from the given configuration file |
static StringTagger |
getStringTagger(java.lang.String configurationFilename)
Creates a StringTagger from the given configuration file |
static Viterbi |
getViterbi(java.lang.String configurationFilename)
Creates a Viterbi from the given configuration file |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public SenFactory()
| メソッドの詳細 |
|---|
public static Viterbi getViterbi(java.lang.String configurationFilename)
configurationFilename - The configuration file
public static StringTagger getStringTagger(java.lang.String configurationFilename)
configurationFilename - The configuration file
public static ReadingProcessor getReadingProcessor(java.lang.String configurationFilename)
configurationFilename - The configuration file
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||