net.moraleboost.junsai
クラス TaggerConfig

java.lang.Object
  上位を拡張 net.moraleboost.junsai.TaggerConfig
すべての実装されたインタフェース:
Config

public class TaggerConfig
extends java.lang.Object
implements Config


フィールドの概要
static java.lang.String DEFAULT_BOS_FORMAT
           
static int DEFAULT_COST_FACTOR
           
static java.lang.String DEFAULT_EON_FORMAT
           
static java.lang.String DEFAULT_EOS_FORMAT
           
static int DEFAULT_NBEST
           
static java.lang.String DEFAULT_NODE_FORMAT
           
static float DEFAULT_THETA
           
static java.lang.String DEFAULT_UNK_FORMAT
           
 
インタフェース net.moraleboost.junsai.Config から継承されたフィールド
DEFAULT_CHAR_PROPERTY_BIN_FILENAME, DEFAULT_CHAR_PROPERTY_FILENAME, DEFAULT_CHARSET, DEFAULT_LEFT_ID_FILENAME, DEFAULT_MATRIX_BIN_FILENAME, DEFAULT_MATRIX_FILENAME, DEFAULT_POS_ID_FILENAME, DEFAULT_REWRITE_FILENAME, DEFAULT_RIGHT_ID_FILENAME, DEFAULT_SYS_DIC_FILENAME, DEFAULT_UNKNOWN_BIN_FILENAME, DEFAULT_UNKNOWN_FILENAME, DEFAULT_USR_DIC_FILENAME
 
コンストラクタの概要
TaggerConfig()
           
 
メソッドの概要
 void addUserDictionaryFile(java.lang.String userDictionaryFile)
           
 void clearUserDictionaryFiles()
           
 boolean getAllMorphs()
           
 java.lang.String getBosFeature()
           
 java.lang.String getBosFormat()
           
 java.lang.String getCharPropertyFile()
           
 int getCostFactor()
           
 java.lang.String getEonFormat()
           
 java.lang.String getEosFormat()
           
 int getLatticeLevel()
           
 java.lang.String getMatrixFile()
           
 int getMaxGroupingSize()
           
 int getNbest()
           
 java.lang.String getNodeFormat()
           
 int getOutputFormatType()
           
 boolean getPartial()
           
 java.lang.String getSystemDictionaryFile()
           
 float getTheta()
           
 java.lang.String getUnkFeature()
           
 java.lang.String getUnkFormat()
           
 java.lang.String getUnknownDictionaryFile()
           
 boolean getUseMemory()
           
 java.util.List<java.lang.String> getUserDictionaryFiles()
           
 void setAllMorphs(boolean allMorphs)
           
 void setBosFeature(java.lang.String bosFeature)
           
 void setBosFormat(java.lang.String bosFormat)
           
 void setCharPropertyFile(java.lang.String charPropertyFile)
           
 void setCostFactor(int costFactor)
           
 void setEonFormat(java.lang.String eonFormat)
           
 void setEosFormat(java.lang.String eosFormat)
           
 void setLatticeLevel(int latticeLevel)
           
 void setMatrixFile(java.lang.String matrixFile)
           
 void setMaxGroupingSize(int maxGroupingSize)
           
 void setNbest(int nbest)
           
 void setNodeFormat(java.lang.String nodeFormat)
           
 void setOutputFormatType(int outputFormatType)
           
 void setPartial(boolean partial)
           
 void setSystemDictionaryFile(java.lang.String systemDictionaryFile)
           
 void setTheta(float theta)
           
 void setUnkFeature(java.lang.String unkFeature)
           
 void setUnkFormat(java.lang.String unkFormat)
           
 void setUnknownDictionaryFile(java.lang.String unknownDictionaryFile)
           
 void setUseMemory(boolean useMemory)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DEFAULT_THETA

public static final float DEFAULT_THETA
関連項目:
定数フィールド値

DEFAULT_COST_FACTOR

public static final int DEFAULT_COST_FACTOR
関連項目:
定数フィールド値

DEFAULT_NBEST

public static final int DEFAULT_NBEST
関連項目:
定数フィールド値

DEFAULT_NODE_FORMAT

public static final java.lang.String DEFAULT_NODE_FORMAT
関連項目:
定数フィールド値

DEFAULT_UNK_FORMAT

public static final java.lang.String DEFAULT_UNK_FORMAT
関連項目:
定数フィールド値

DEFAULT_BOS_FORMAT

public static final java.lang.String DEFAULT_BOS_FORMAT
関連項目:
定数フィールド値

DEFAULT_EOS_FORMAT

public static final java.lang.String DEFAULT_EOS_FORMAT
関連項目:
定数フィールド値

DEFAULT_EON_FORMAT

public static final java.lang.String DEFAULT_EON_FORMAT
関連項目:
定数フィールド値
コンストラクタの詳細

TaggerConfig

public TaggerConfig()
メソッドの詳細

setSystemDictionaryFile

public void setSystemDictionaryFile(java.lang.String systemDictionaryFile)

getSystemDictionaryFile

public java.lang.String getSystemDictionaryFile()

addUserDictionaryFile

public void addUserDictionaryFile(java.lang.String userDictionaryFile)

getUserDictionaryFiles

public java.util.List<java.lang.String> getUserDictionaryFiles()

clearUserDictionaryFiles

public void clearUserDictionaryFiles()

setUnknownDictionaryFile

public void setUnknownDictionaryFile(java.lang.String unknownDictionaryFile)

getUnknownDictionaryFile

public java.lang.String getUnknownDictionaryFile()

setMatrixFile

public void setMatrixFile(java.lang.String matrixFile)

getMatrixFile

public java.lang.String getMatrixFile()

setCharPropertyFile

public void setCharPropertyFile(java.lang.String charPropertyFile)

getCharPropertyFile

public java.lang.String getCharPropertyFile()

setOutputFormatType

public void setOutputFormatType(int outputFormatType)

getOutputFormatType

public int getOutputFormatType()

setPartial

public void setPartial(boolean partial)

getPartial

public boolean getPartial()

setTheta

public void setTheta(float theta)

getTheta

public float getTheta()

setCostFactor

public void setCostFactor(int costFactor)

getCostFactor

public int getCostFactor()

setLatticeLevel

public void setLatticeLevel(int latticeLevel)

getLatticeLevel

public int getLatticeLevel()

setAllMorphs

public void setAllMorphs(boolean allMorphs)

getAllMorphs

public boolean getAllMorphs()

setNbest

public void setNbest(int nbest)

getNbest

public int getNbest()

setNodeFormat

public void setNodeFormat(java.lang.String nodeFormat)

getNodeFormat

public java.lang.String getNodeFormat()

setUnkFormat

public void setUnkFormat(java.lang.String unkFormat)

getUnkFormat

public java.lang.String getUnkFormat()

setBosFormat

public void setBosFormat(java.lang.String bosFormat)

getBosFormat

public java.lang.String getBosFormat()

setEosFormat

public void setEosFormat(java.lang.String eosFormat)

getEosFormat

public java.lang.String getEosFormat()

setEonFormat

public void setEonFormat(java.lang.String eonFormat)

getEonFormat

public java.lang.String getEonFormat()

setBosFeature

public void setBosFeature(java.lang.String bosFeature)

getBosFeature

public java.lang.String getBosFeature()

setUnkFeature

public void setUnkFeature(java.lang.String unkFeature)

getUnkFeature

public java.lang.String getUnkFeature()

setMaxGroupingSize

public void setMaxGroupingSize(int maxGroupingSize)

getMaxGroupingSize

public int getMaxGroupingSize()

setUseMemory

public void setUseMemory(boolean useMemory)

getUseMemory

public boolean getUseMemory()