net.moraleboost.junsai
クラス TaggerConfig
java.lang.Object
net.moraleboost.junsai.TaggerConfig
- すべての実装されたインタフェース:
- Config
public class TaggerConfig
- extends java.lang.Object
- implements Config
インタフェース 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 |
クラス 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()