A B C D E F G H I J L M N O P R S T V W

A

add(String, String) - クラス net.moraleboost.junsai.dictionary.ContextID のメソッド
 
add(RewritePattern) - クラス net.moraleboost.junsai.dictionary.RewriteRules のメソッド
 
addBOS(String, String) - クラス net.moraleboost.junsai.dictionary.ContextID のメソッド
 
addDictionaryFile(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
辞書ソースファイルを追加する。
addUserDictionaryFile(String) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
allocate(int) - クラス net.moraleboost.junsai.util.ByteBufferUtil の static メソッド
 
alpha - クラス net.moraleboost.junsai.Node の変数
 
analyze(CharSequence, int, int) - クラス net.moraleboost.junsai.tagger.Viterbi のメソッド
 
Analyze - net.moraleboost.junsai.tool の クラス
形態素解析コマンド
Analyze() - クラス net.moraleboost.junsai.tool.Analyze のコンストラクタ
 

B

baseIndex(Trie.Result) - クラス net.moraleboost.junsai.dictionary.Dictionary の static メソッド
rの示す表層形を持つTokenのうち、最初のもののインデックスを取得する。
begin - クラス net.moraleboost.junsai.Node の変数
センテンス中で、このノードが始まる位置(先頭のスペースを含まない)
beginNodeList - クラス net.moraleboost.junsai.Node の変数
 
beta - クラス net.moraleboost.junsai.Node の変数
 
bnext - クラス net.moraleboost.junsai.Node の変数
 
BOS_KEY - クラス net.moraleboost.junsai.tagger.Tokenizer の static 変数
 
build() - クラス net.moraleboost.junsai.dictionary.ContextID のメソッド
 
build(int, String[], int[], int[]) - クラス net.moraleboost.junsai.doublearray.TrieBuilder のメソッド
 
BYTE - クラス net.moraleboost.junsai.util.Size の static 変数
 
ByteBufferUtil - net.moraleboost.junsai.util の クラス
ファイルを読み込んでByteBufferを作成するためのユーティリティクラス
ByteBufferUtil() - クラス net.moraleboost.junsai.util.ByteBufferUtil のコンストラクタ
 

C

CATEGORY_DEFAULT - クラス net.moraleboost.junsai.dictionary.CharPropertyCompiler の static 変数
 
CATEGORY_SPACE - クラス net.moraleboost.junsai.dictionary.CharPropertyCompiler の static 変数
 
CHAR - クラス net.moraleboost.junsai.util.Size の static 変数
 
CharProperty - net.moraleboost.junsai.dictionary の クラス
文字カテゴリ定義を表す。
CharProperty(String) - クラス net.moraleboost.junsai.dictionary.CharProperty のコンストラクタ
CharProperty.CharProperty(String, boolean)を、map==trueで呼び出すのと同じ。
CharProperty(String, boolean) - クラス net.moraleboost.junsai.dictionary.CharProperty のコンストラクタ
CharPropertyを構築する。
CharProperty.CharInfo - net.moraleboost.junsai.dictionary の クラス
文字情報を表す。
CharProperty.CharInfo() - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のコンストラクタ
 
CharProperty.CharInfo(CharProperty.CharInfo) - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のコンストラクタ
コピーコンストラクタ
CharPropertyCompiler - net.moraleboost.junsai.dictionary の クラス
文字カテゴリ定義ファイルコンパイラ
CharPropertyCompiler() - クラス net.moraleboost.junsai.dictionary.CharPropertyCompiler のコンストラクタ
 
charType - クラス net.moraleboost.junsai.Node の変数
 
cid - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler の変数
 
clear() - クラス net.moraleboost.junsai.dictionary.CharPropertyCompiler のメソッド
 
clear() - クラス net.moraleboost.junsai.dictionary.ContextID のメソッド
 
clear() - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler のメソッド
 
clear() - クラス net.moraleboost.junsai.dictionary.RewriteRules のメソッド
 
clear() - クラス net.moraleboost.junsai.learner.lbfgs.LBFGS のメソッド
 
clear() - クラス net.moraleboost.junsai.learner.lbfgs.LBFGS.SharedParam のメソッド
 
clear() - クラス net.moraleboost.junsai.tagger.Tokenizer のメソッド
 
clear() - クラス net.moraleboost.junsai.tagger.Viterbi のメソッド
 
clearCache() - クラス net.moraleboost.junsai.dictionary.DictionaryRewriter のメソッド
 
clearDictionaryFiles() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
追加した辞書ソースファイルをクリアする。
clearUserDictionaryFiles() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
commonPrefixSearch(CharSequence, int, int, Trie.Result[], int) - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
key内の位置offsetから長さlenまでの部分文字列で始まる見出しを持つ、 辞書エントリを検索する。
commonPrefixSearch(CharSequence, int, int, Trie.Result[], int, int) - クラス net.moraleboost.junsai.doublearray.Trie のメソッド
 
compile(CompilerConfig) - クラス net.moraleboost.junsai.dictionary.CharPropertyCompiler のメソッド
configの情報に従い、char.defを読み込んでchar.binを出力する。
compile(CompilerConfig) - クラス net.moraleboost.junsai.dictionary.ConnectorCompiler のメソッド
 
compile(CompilerConfig) - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler のメソッド
 
Compile - net.moraleboost.junsai.tool の クラス
辞書コンパイルコマンド
Compile() - クラス net.moraleboost.junsai.tool.Compile のコンストラクタ
 
compileCharProperty(CompilerConfig) - クラス net.moraleboost.junsai.tool.Compile の static メソッド
 
compileConnector(CompilerConfig) - クラス net.moraleboost.junsai.tool.Compile の static メソッド
 
compileDictionary(CompilerConfig) - クラス net.moraleboost.junsai.tool.Compile の static メソッド
 
CompilerConfig - net.moraleboost.junsai の クラス
辞書コンパイル時の設定
CompilerConfig() - クラス net.moraleboost.junsai.CompilerConfig のコンストラクタ
 
compileUnknownDictionary(CompilerConfig) - クラス net.moraleboost.junsai.tool.Compile の static メソッド
 
compound - クラス net.moraleboost.junsai.Token の変数
 
Config - net.moraleboost.junsai の インタフェース
設定の既定値を定義したインターフェース
Connector - net.moraleboost.junsai.dictionary の クラス
接続コスト行列
Connector(String) - クラス net.moraleboost.junsai.dictionary.Connector のコンストラクタ
Connector.Connector(String, boolean)のmapにtrueを指定した場合と同じ。
Connector(String, boolean) - クラス net.moraleboost.junsai.dictionary.Connector のコンストラクタ
Connectorを構築する。
Connector(ByteBuffer) - クラス net.moraleboost.junsai.dictionary.Connector のコンストラクタ
bufferを直接与えてConnectorを構築する。
ConnectorCompiler - net.moraleboost.junsai.dictionary の クラス
接続コスト行列コンパイラ
ConnectorCompiler() - クラス net.moraleboost.junsai.dictionary.ConnectorCompiler のコンストラクタ
 
ContextID - net.moraleboost.junsai.dictionary の クラス
文脈ID算出器。
ContextID() - クラス net.moraleboost.junsai.dictionary.ContextID のコンストラクタ
 
ContextID(String, String, String) - クラス net.moraleboost.junsai.dictionary.ContextID のコンストラクタ
 
cost(Node, Node) - クラス net.moraleboost.junsai.dictionary.Connector のメソッド
接続コストを取得する。
cost - クラス net.moraleboost.junsai.Node の変数
累積コスト
cost - クラス net.moraleboost.junsai.Path の変数
 
CsvUtil - net.moraleboost.junsai.util の クラス
CSVデータを解析/作成するためのユーティリティクラス
CsvUtil() - クラス net.moraleboost.junsai.util.CsvUtil のコンストラクタ
 

D

DARESULTS_SIZE - クラス net.moraleboost.junsai.tagger.Tokenizer の static 変数
 
daxpy(double, double[], int, double[]) - クラス net.moraleboost.junsai.learner.lbfgs.LbfgsMath の static メソッド
 
ddot(double[], int, double[], int, int) - クラス net.moraleboost.junsai.learner.lbfgs.LbfgsMath の static メソッド
 
DEFAULT_BOS_FORMAT - クラス net.moraleboost.junsai.TaggerConfig の static 変数
 
DEFAULT_CHAR_DEF - クラス net.moraleboost.junsai.dictionary.CharPropertyCompiler の static 変数
 
DEFAULT_CHAR_PROPERTY_BIN_FILENAME - インタフェース net.moraleboost.junsai.Config の static 変数
コンパイル済み文字カテゴリ定義ファイル名の既定値
DEFAULT_CHAR_PROPERTY_FILENAME - インタフェース net.moraleboost.junsai.Config の static 変数
文字カテゴリ定義ソースファイル名の既定値
DEFAULT_CHARSET - インタフェース net.moraleboost.junsai.Config の static 変数
辞書ソースファイルの文字コードの既定値
DEFAULT_COST_FACTOR - クラス net.moraleboost.junsai.TaggerConfig の static 変数
 
DEFAULT_EON_FORMAT - クラス net.moraleboost.junsai.TaggerConfig の static 変数
 
DEFAULT_EOS_FORMAT - クラス net.moraleboost.junsai.TaggerConfig の static 変数
 
DEFAULT_LEFT_ID_FILENAME - インタフェース net.moraleboost.junsai.Config の static 変数
左文脈定義ファイル名の既定値
DEFAULT_MATRIX_BIN_FILENAME - インタフェース net.moraleboost.junsai.Config の static 変数
コンパイル済み接続コスト行列ファイル名の既定値
DEFAULT_MATRIX_FILENAME - インタフェース net.moraleboost.junsai.Config の static 変数
接続コスト行列ソースファイル名の既定値
DEFAULT_MAX_GROUPING_SIZE - クラス net.moraleboost.junsai.tagger.Tokenizer の static 変数
 
DEFAULT_NBEST - クラス net.moraleboost.junsai.TaggerConfig の static 変数
 
DEFAULT_NODE_FORMAT - クラス net.moraleboost.junsai.TaggerConfig の static 変数
 
DEFAULT_POS_ID_FILENAME - インタフェース net.moraleboost.junsai.Config の static 変数
品詞ID定義ファイル名の既定値
DEFAULT_REWRITE_FILENAME - インタフェース net.moraleboost.junsai.Config の static 変数
リライトルール定義ファイル名の既定値
DEFAULT_RIGHT_ID_FILENAME - インタフェース net.moraleboost.junsai.Config の static 変数
右文脈定義ファイル名の既定値
DEFAULT_SYS_DIC_FILENAME - インタフェース net.moraleboost.junsai.Config の static 変数
コンパイル済みシステム辞書ファイル名の既定値
DEFAULT_THETA - クラス net.moraleboost.junsai.TaggerConfig の static 変数
 
DEFAULT_UNK_DEF - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler の static 変数
 
DEFAULT_UNK_FORMAT - クラス net.moraleboost.junsai.TaggerConfig の static 変数
 
DEFAULT_UNKNOWN_BIN_FILENAME - インタフェース net.moraleboost.junsai.Config の static 変数
コンパイル済み未知語定義ファイル名の既定値
DEFAULT_UNKNOWN_FILENAME - インタフェース net.moraleboost.junsai.Config の static 変数
未知語定義ソースファイル名の既定値
DEFAULT_USR_DIC_FILENAME - インタフェース net.moraleboost.junsai.Config の static 変数
コンパイル済みユーザ辞書ファイル名の既定値
DIC_EXTENSION - クラス net.moraleboost.junsai.tool.Compile の static 変数
 
Dictionary - net.moraleboost.junsai.dictionary の クラス
メイン辞書クラス
Dictionary(String) - クラス net.moraleboost.junsai.dictionary.Dictionary のコンストラクタ
Dictionary.Dictionary(String, boolean)において、 mapをtrueに指定した場合と同じ。
Dictionary(String, boolean) - クラス net.moraleboost.junsai.dictionary.Dictionary のコンストラクタ
コンパイル済み辞書ファイルをオープンしてDictionaryオブジェクトを構築する。
dictionary - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler の変数
 
DictionaryCompiler - net.moraleboost.junsai.dictionary の クラス
辞書コンパイラ
DictionaryCompiler() - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler のコンストラクタ
 
DictionaryException - net.moraleboost.junsai の 例外
辞書内データに異常があったことを示す例外
DictionaryException() - 例外 net.moraleboost.junsai.DictionaryException のコンストラクタ
 
DictionaryException(String) - 例外 net.moraleboost.junsai.DictionaryException のコンストラクタ
 
DictionaryException(Throwable) - 例外 net.moraleboost.junsai.DictionaryException のコンストラクタ
 
DictionaryException(String, Throwable) - 例外 net.moraleboost.junsai.DictionaryException のコンストラクタ
 
DictionaryRewriter - net.moraleboost.junsai.dictionary の クラス
辞書リライタ
DictionaryRewriter() - クラス net.moraleboost.junsai.dictionary.DictionaryRewriter のコンストラクタ
 
DictionaryRewriter(String, String) - クラス net.moraleboost.junsai.dictionary.DictionaryRewriter のコンストラクタ
 
dump(Appendable) - クラス net.moraleboost.junsai.dictionary.CharProperty のメソッド
CharPropertyをダンプする。
dump(Appendable) - クラス net.moraleboost.junsai.dictionary.Connector のメソッド
接続コスト行列をダンプする。
Dump - net.moraleboost.junsai.tool の クラス
 
Dump() - クラス net.moraleboost.junsai.tool.Dump のコンストラクタ
 

E

end - クラス net.moraleboost.junsai.Node の変数
センテンス中で、このノードが終わる位置(最後の文字の次のインデックス)
endNodeList - クラス net.moraleboost.junsai.Node の変数
 
enext - クラス net.moraleboost.junsai.Node の変数
 
escape(String) - クラス net.moraleboost.junsai.util.CsvUtil の static メソッド
CSVの要素内で使用できない文字をエスケープする
exactMatchSearch(CharSequence, Trie.Result) - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
keyと完全に一致する見出しを持つ辞書エントリを検索する。
exactMatchSearch(CharSequence, Trie.Result) - クラス net.moraleboost.junsai.doublearray.Trie のメソッド
 
exactMatchSearch(CharSequence, int, int, Trie.Result, int) - クラス net.moraleboost.junsai.doublearray.Trie のメソッド
 

F

feature(Token) - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
Tokenに対応する素性を取得する。
feature - クラス net.moraleboost.junsai.Node の変数
素性
feature - クラス net.moraleboost.junsai.Token の変数
 
featureBuffer - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler の変数
 
format(CharSequence, int, int, Node, Appendable) - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
formatNode(CharSequence, int, int, Node, Appendable) - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
formatNode(String, CharSequence, int, int, Node, Appendable) - クラス net.moraleboost.junsai.util.NodeFormatter の static メソッド
 

G

getAllMorphs() - クラス net.moraleboost.junsai.tagger.Viterbi のメソッド
 
getAllMorphs() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getBosFeature() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getBosFormat() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getBosFormat() - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
getBOSNode() - クラス net.moraleboost.junsai.tagger.Tokenizer のメソッド
 
getCharInfo(char, CharProperty.CharInfo) - クラス net.moraleboost.junsai.dictionary.CharProperty のメソッド
指定した文字の情報を読み込む
getCharProperty() - クラス net.moraleboost.junsai.tagger.Tagger のメソッド
 
getCharPropertyBinFile() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
コンパイル済み文字カテゴリ定義ファイルのパスを取得する。
getCharPropertyFile() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
文字カテゴリ定義ファイルのパスを取得する。
getCharPropertyFile() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getCharset() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
辞書ソースファイルの文字コードを取得する。
getConfig() - クラス net.moraleboost.junsai.tagger.Tagger のメソッド
 
getConnector() - クラス net.moraleboost.junsai.tagger.Tagger のメソッド
 
getCostFactor() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getDefaultType() - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
文字が属する既定のカテゴリのIDを取得する。
getDictionaries() - クラス net.moraleboost.junsai.tagger.Tagger のメソッド
 
getDictionaryFiles() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
辞書ソースファイルの配列を取得する。
getDictionaryType() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
辞書タイプを取得する。
getDsize() - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
この辞書ファイル内の、double-array領域のサイズ(バイト数)を取得する。
getElement(int, int) - クラス net.moraleboost.junsai.dictionary.Connector のメソッド
インデックスを指定して、行列要素を取得する。
getEonFormat() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getEonFormat() - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
getEosFormat() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getEosFormat() - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
getEOSNode() - クラス net.moraleboost.junsai.tagger.Tokenizer のメソッド
 
getFilename() - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
辞書ファイルのパスを取得する。
getFsize() - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
この辞書ファイル内の、素性領域のサイズ(バイト数)を取得する。
getGroup() - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
char.defのgroupパラメータ。
getInvoke() - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
char.defのinvokeパラメータ。
getLatticeLevel() - クラス net.moraleboost.junsai.tagger.Viterbi のメソッド
 
getLatticeLevel() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getLeftIdFile() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
左文脈ID定義ファイルのパスを取得する。
getLength() - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
char.defのlengthパラメータ。
getLexsize() - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
辞書見出し数を取得する。
getLsize() - クラス net.moraleboost.junsai.dictionary.Connector のメソッド
行列のサイズ(左)を取得する。
getLsize() - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
接続コスト行列の左サイズを取得する。
getMatrixBinFile() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
コンパイルした接続コスト行列を書きだすファイルのパスを 取得する。
getMatrixFile() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
接続コスト行列のソースファイルのパスを取得する。
getMatrixFile() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getMatrixSize(String, String) - クラス net.moraleboost.junsai.dictionary.ConnectorCompiler の static メソッド
matrix.defを開き、最初の行に記述されたlsize, rsizeを読んで返す。
getMaxGroupingSize() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getNbest() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getNewNode() - クラス net.moraleboost.junsai.tagger.Tokenizer のメソッド
 
getNodeFormat() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
ノード書式を取得する。
getNodeFormat() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getNodeFormat() - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
getOutputFile() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
コンパイル済み辞書ファイルのパスを取得する。
getOutputFormat() - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
getOutputFormatType() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getPartial() - クラス net.moraleboost.junsai.tagger.Viterbi のメソッド
 
getPartial() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getPosIdFile() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
品詞ID定義ファイルのパスを取得する。
getRewriteFile() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
リライトルール定義ファイルのパスを取得する。
getRightIdFile() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
右文脈ID定義ファイルのパスを取得する。
getRsize() - クラス net.moraleboost.junsai.dictionary.Connector のメソッド
行列のサイズ(右)を取得する。
getRsize() - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
接続コスト行列の右サイズを取得する。
getSize(int) - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo の static メソッド
num個分のCharInfoの占めるバイト数を算出する。
getSize() - クラス net.moraleboost.junsai.dictionary.CharProperty のメソッド
カテゴリ総数を取得する。
getSize(int) - クラス net.moraleboost.junsai.Token の static メソッド
num個分のTokenの占めるバイト数を算出する。
getSystemDictionaryFile() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getTheta() - クラス net.moraleboost.junsai.tagger.Viterbi のメソッド
 
getTheta() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getTsize() - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
この辞書ファイル内の、token領域のサイズ(バイト数)を取得する。
getType() - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
文字が属するカテゴリのビットセットを取得する。
getType() - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
辞書のタイプを取得する。
getUnkFeature() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getUnkFormat() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getUnkFormat() - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
getUnknownBinFile() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
コンパイル済み未知語定義ファイルのパスを取得する。
getUnknownDictionary() - クラス net.moraleboost.junsai.tagger.Tagger のメソッド
 
getUnknownDictionaryFile() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getUnknownFile() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
未知語定義ファイルのパスを取得する。
getUseMemory() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getUserDictionaryFiles() - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
getValue() - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
 
getVersion() - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
辞書のバージョンを取得する。
getWakati() - クラス net.moraleboost.junsai.CompilerConfig のメソッド
分かち書き専用辞書を構築するかどうかを取得する。
getZ() - クラス net.moraleboost.junsai.tagger.Viterbi のメソッド
 

H

HEX_PREFIX - クラス net.moraleboost.junsai.dictionary.CharPropertyCompiler の static 変数
 

I

id(String) - クラス net.moraleboost.junsai.dictionary.CharProperty のメソッド
指定した名前のカテゴリのIDを取得する。
id(String) - クラス net.moraleboost.junsai.dictionary.POSIDGenerator のメソッド
 
id - クラス net.moraleboost.junsai.Node の変数
ノードID
IFLAG_ERROR - クラス net.moraleboost.junsai.learner.lbfgs.LBFGS の static 変数
 
IFLAG_INIT - クラス net.moraleboost.junsai.learner.lbfgs.LBFGS の static 変数
 
IFLAG_RESTART - クラス net.moraleboost.junsai.learner.lbfgs.LBFGS の static 変数
 
IFLAG_TERM - クラス net.moraleboost.junsai.learner.lbfgs.LBFGS の static 変数
 
INT - クラス net.moraleboost.junsai.util.Size の static 変数
 
isbest - クラス net.moraleboost.junsai.Node の変数
最適解である場合はtrue
isCompatible(Dictionary) - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
dとこの辞書の互換性をチェックする。
isKindOf(CharProperty.CharInfo) - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
cとこのCharInfoが、一つでも同じカテゴリに属していれば、 trueを返す。
isValidId(int, int) - クラス net.moraleboost.junsai.dictionary.ContextID のメソッド
 
isValidIndex(int, int, int, int) - クラス net.moraleboost.junsai.dictionary.Connector の static メソッド
有効なlid, ridであるかチェックする。

J

join(Collection<String>) - クラス net.moraleboost.junsai.util.CsvUtil の static メソッド
elementsの要素をカラムとして、一行のCSVデータを作成して返す。
join(String[]) - クラス net.moraleboost.junsai.util.CsvUtil の static メソッド
elementsの要素をカラムとして、一行のCSVデータを作成して返す。
JunsaiException - net.moraleboost.junsai の 例外
junsaiの例外の基底
JunsaiException() - 例外 net.moraleboost.junsai.JunsaiException のコンストラクタ
 
JunsaiException(String) - 例外 net.moraleboost.junsai.JunsaiException のコンストラクタ
 
JunsaiException(Throwable) - 例外 net.moraleboost.junsai.JunsaiException のコンストラクタ
 
JunsaiException(String, Throwable) - 例外 net.moraleboost.junsai.JunsaiException のコンストラクタ
 

L

LATTICE_LEVEL_ALL_PATH - クラス net.moraleboost.junsai.tagger.Viterbi の static 変数
 
LATTICE_LEVEL_BEST_PATH - クラス net.moraleboost.junsai.tagger.Viterbi の static 変数
 
LATTICE_LEVEL_DUMP - クラス net.moraleboost.junsai.tagger.Viterbi の static 変数
 
LATTICE_LEVEL_FORWARD_BACKWARD - クラス net.moraleboost.junsai.tagger.Viterbi の static 変数
 
LBFGS - net.moraleboost.junsai.learner.lbfgs の クラス
 
LBFGS() - クラス net.moraleboost.junsai.learner.lbfgs.LBFGS のコンストラクタ
 
LBFGS.SharedParam - net.moraleboost.junsai.learner.lbfgs の クラス
 
LBFGS.SharedParam() - クラス net.moraleboost.junsai.learner.lbfgs.LBFGS.SharedParam のコンストラクタ
 
LbfgsMath - net.moraleboost.junsai.learner.lbfgs の クラス
 
LbfgsMath() - クラス net.moraleboost.junsai.learner.lbfgs.LbfgsMath のコンストラクタ
 
lcAttr - クラス net.moraleboost.junsai.Node の変数
 
lcAttr - クラス net.moraleboost.junsai.Token の変数
 
leftSize() - クラス net.moraleboost.junsai.dictionary.ContextID のメソッド
 
length - クラス net.moraleboost.junsai.doublearray.Trie.Result の変数
 
length() - クラス net.moraleboost.junsai.Node のメソッド
表層形のchar数(先頭のスペースを含まない)を取得する。
lexsize - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler の変数
 
lid(String) - クラス net.moraleboost.junsai.dictionary.ContextID のメソッド
 
LineSearch - net.moraleboost.junsai.learner.lbfgs の クラス
 
LineSearch() - クラス net.moraleboost.junsai.learner.lbfgs.LineSearch のコンストラクタ
 
lnext - クラス net.moraleboost.junsai.Path の変数
 
lnode - クラス net.moraleboost.junsai.Path の変数
 
load(String) - クラス net.moraleboost.junsai.util.ByteBufferUtil の static メソッド
 
load(File) - クラス net.moraleboost.junsai.util.ByteBufferUtil の static メソッド
 
logsumexp(double, double, boolean) - クラス net.moraleboost.junsai.util.MathUtil の static メソッド
 
LONG - クラス net.moraleboost.junsai.util.Size の static 変数
 
lookup(CharSequence, int, int) - クラス net.moraleboost.junsai.tagger.Tokenizer のメソッド
strのbegin位置から、トークンを切り出してNodeとして返す。
lpath - クラス net.moraleboost.junsai.Node の変数
 
lsize - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler の変数
 

M

MAGIC - クラス net.moraleboost.junsai.dictionary.Dictionary の static 変数
 
main(String[]) - クラス net.moraleboost.junsai.tool.Analyze の static メソッド
 
main(String[]) - クラス net.moraleboost.junsai.tool.Compile の static メソッド
 
main(String[]) - クラス net.moraleboost.junsai.tool.Dump の static メソッド
 
makeTokenValue(int, int) - クラス net.moraleboost.junsai.dictionary.Dictionary の static メソッド
トークンのインデックスとトークン数から、Trieに格納する値を算出する。
map(String) - クラス net.moraleboost.junsai.util.ByteBufferUtil の static メソッド
 
map(File) - クラス net.moraleboost.junsai.util.ByteBufferUtil の static メソッド
 
MASK_DEFAULT_TYPE - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo の static 変数
 
MASK_GROUP - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo の static 変数
 
MASK_INVOKE - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo の static 変数
 
MASK_LENGTH - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo の static 変数
 
MASK_TYPE - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo の static 変数
 
MathUtil - net.moraleboost.junsai.util の クラス
数値計算用ユーティリティ
MathUtil() - クラス net.moraleboost.junsai.util.MathUtil のコンストラクタ
 
MAX_ELEMENTS - クラス net.moraleboost.junsai.dictionary.RewritePattern の static 変数
 
MIN_FILE_SIZE - クラス net.moraleboost.junsai.dictionary.Connector の static 変数
 
MIN_FILE_SIZE - クラス net.moraleboost.junsai.dictionary.Dictionary の static 変数
 
MINUS_LOG_EPSILON - クラス net.moraleboost.junsai.util.MathUtil の static 変数
 

N

name(int) - クラス net.moraleboost.junsai.dictionary.CharProperty のメソッド
指定したIDのカテゴリの名前を返す。
NBestGenerator - net.moraleboost.junsai.tagger の クラス
NBest解算出器
NBestGenerator() - クラス net.moraleboost.junsai.tagger.NBestGenerator のコンストラクタ
 
net.moraleboost.junsai - パッケージ net.moraleboost.junsai
 
net.moraleboost.junsai.dictionary - パッケージ net.moraleboost.junsai.dictionary
 
net.moraleboost.junsai.doublearray - パッケージ net.moraleboost.junsai.doublearray
 
net.moraleboost.junsai.learner.lbfgs - パッケージ net.moraleboost.junsai.learner.lbfgs
 
net.moraleboost.junsai.tagger - パッケージ net.moraleboost.junsai.tagger
 
net.moraleboost.junsai.tool - パッケージ net.moraleboost.junsai.tool
 
net.moraleboost.junsai.util - パッケージ net.moraleboost.junsai.util
 
next - クラス net.moraleboost.junsai.Node の変数
次のノード
next() - クラス net.moraleboost.junsai.tagger.NBestGenerator のメソッド
 
nextNBestNode() - クラス net.moraleboost.junsai.tagger.Tagger のメソッド
次のNBest解ノードを取得する。
nfev - クラス net.moraleboost.junsai.learner.lbfgs.LBFGS.SharedParam の変数
 
Node - net.moraleboost.junsai の クラス
形態素ノード
Node() - クラス net.moraleboost.junsai.Node のコンストラクタ
 
NodeFormatter - net.moraleboost.junsai.util の クラス
Nodeを書式化するためのクラス。
NodeFormatter(int, String, String, String, String, String) - クラス net.moraleboost.junsai.util.NodeFormatter のコンストラクタ
 
numTokens(Trie.Result) - クラス net.moraleboost.junsai.dictionary.Dictionary の static メソッド
rの示す表層形を持つ単語の数を取得する。

O

offset - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler の変数
 
open(String, String, String) - クラス net.moraleboost.junsai.dictionary.ContextID のメソッド
 
open(String, String) - クラス net.moraleboost.junsai.dictionary.DictionaryRewriter のメソッド
 
open(String, String) - クラス net.moraleboost.junsai.dictionary.POSIDGenerator のメソッド
 
openCharProperty(TaggerConfig) - クラス net.moraleboost.junsai.tagger.Tagger の static メソッド
configを参照し、文字カテゴリ定義を開いて返す。
openConnector(TaggerConfig) - クラス net.moraleboost.junsai.tagger.Tagger の static メソッド
configを参照し、接続コスト行列を開いて返す。
openDictionaries(TaggerConfig) - クラス net.moraleboost.junsai.tagger.Tagger の static メソッド
configを参照し、Dictionaryを新しく開いて返す。
openUnknownDictionary(TaggerConfig) - クラス net.moraleboost.junsai.tagger.Tagger の static メソッド
configを参照し、未知語辞書を開いて返す。
optimize(double[], double, double[], boolean, double) - クラス net.moraleboost.junsai.learner.lbfgs.LBFGS のメソッド
 
OUTPUT_FORMAT_DUMP - クラス net.moraleboost.junsai.util.NodeFormatter の static 変数
 
OUTPUT_FORMAT_EM - クラス net.moraleboost.junsai.util.NodeFormatter の static 変数
 
OUTPUT_FORMAT_LATTICE - クラス net.moraleboost.junsai.util.NodeFormatter の static 変数
 
OUTPUT_FORMAT_NONE - クラス net.moraleboost.junsai.util.NodeFormatter の static 変数
 
OUTPUT_FORMAT_USER - クラス net.moraleboost.junsai.util.NodeFormatter の static 変数
 
OUTPUT_FORMAT_WAKATI - クラス net.moraleboost.junsai.util.NodeFormatter の static 変数
 

P

parse(CharSequence, int, int) - クラス net.moraleboost.junsai.tagger.Tagger のメソッド
strを解析して、その結果を文字列として返す。
parse(CharSequence, int, int, Appendable) - クラス net.moraleboost.junsai.tagger.Tagger のメソッド
strを解析して、その結果をoutに書き込む
parseNBest(int, CharSequence, int, int) - クラス net.moraleboost.junsai.tagger.Tagger のメソッド
strを解析し、N-best解を文字列として返す。
parseNBest(int, CharSequence, int, int, Appendable) - クラス net.moraleboost.junsai.tagger.Tagger のメソッド
strを解析し、N-best解をoutに書き込む。
parseNBestInit(CharSequence, int, int) - クラス net.moraleboost.junsai.tagger.Tagger のメソッド
strを解析し、N-best解を得る準備をする。
parseToNode(CharSequence, int, int) - クラス net.moraleboost.junsai.tagger.Tagger のメソッド
strを解析して、解析結果のノードを返す。
Path - net.moraleboost.junsai の クラス
ラティスを構築する際ののパス情報
Path() - クラス net.moraleboost.junsai.Path のコンストラクタ
 
pi(double, double) - クラス net.moraleboost.junsai.learner.lbfgs.LbfgsMath の static メソッド
 
posid - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler の変数
 
posid - クラス net.moraleboost.junsai.Node の変数
品詞ID
posid - クラス net.moraleboost.junsai.Token の変数
 
POSIDGenerator - net.moraleboost.junsai.dictionary の クラス
品詞ID算出器
POSIDGenerator() - クラス net.moraleboost.junsai.dictionary.POSIDGenerator のコンストラクタ
 
POSIDGenerator(String, String) - クラス net.moraleboost.junsai.dictionary.POSIDGenerator のコンストラクタ
 
prev - クラス net.moraleboost.junsai.Node の変数
前のノード
prob - クラス net.moraleboost.junsai.Node の変数
 
prob - クラス net.moraleboost.junsai.Path の変数
 

R

RANGE_OPERATOR - クラス net.moraleboost.junsai.dictionary.CharPropertyCompiler の static 変数
 
rbegin - クラス net.moraleboost.junsai.Node の変数
センテンス中で、このノードが始まる位置(先頭のスペースを含む)
rcAttr - クラス net.moraleboost.junsai.Node の変数
 
rcAttr - クラス net.moraleboost.junsai.Token の変数
 
read(ByteBuffer) - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
バッファからCharInfoを読み込む。
read(ByteBuffer) - クラス net.moraleboost.junsai.Token のメソッド
バッファから、Tokenのデータを読み込む。
readNodeInfo(Dictionary, int, Node) - クラス net.moraleboost.junsai.tagger.Tokenizer のメソッド
 
reset(Node) - クラス net.moraleboost.junsai.tagger.NBestGenerator のメソッド
 
reset(TaggerConfig, Dictionary[], Dictionary, Connector, CharProperty) - クラス net.moraleboost.junsai.tagger.Tagger のメソッド
 
reset(Dictionary[], Dictionary, CharProperty, String, String, int) - クラス net.moraleboost.junsai.tagger.Tokenizer のメソッド
 
reset(Tokenizer, Connector, int, float, int, boolean, boolean) - クラス net.moraleboost.junsai.tagger.Viterbi のメソッド
 
resolvePath(File, String) - クラス net.moraleboost.junsai.tool.Tool の static メソッド
 
rewrite(String, StringBuilder, StringBuilder, StringBuilder) - クラス net.moraleboost.junsai.dictionary.DictionaryRewriter のメソッド
キャッシュを使用しないでfeatureを書き換える。
rewrite(String, Appendable) - クラス net.moraleboost.junsai.dictionary.RewritePattern のメソッド
inputの各要素が、対応する位置のspat内パターンにマッチする場合、 dpatの各要素内のパターン「$数字」を、対応する位置のinput要素に 置換した上で、置換済みdpatを一行のCSVとしてoutputに書き込む。
rewrite(String, Appendable) - クラス net.moraleboost.junsai.dictionary.RewriteRules のメソッド
inputを、patternsのうち、最初にマッチしたもので書き換える。
rewrite2(String, StringBuilder, StringBuilder, StringBuilder) - クラス net.moraleboost.junsai.dictionary.DictionaryRewriter のメソッド
キャッシュを利用してfeatureを書き換える。
RewritePattern - net.moraleboost.junsai.dictionary の クラス
書き換えパターン
RewritePattern() - クラス net.moraleboost.junsai.dictionary.RewritePattern のコンストラクタ
 
RewritePattern(String, String) - クラス net.moraleboost.junsai.dictionary.RewritePattern のコンストラクタ
 
rewriter - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler の変数
 
RewriteRules - net.moraleboost.junsai.dictionary の クラス
書き換えパターンの集合
RewriteRules() - クラス net.moraleboost.junsai.dictionary.RewriteRules のコンストラクタ
 
rid(String) - クラス net.moraleboost.junsai.dictionary.ContextID のメソッド
 
rightSize() - クラス net.moraleboost.junsai.dictionary.ContextID のメソッド
 
rlength() - クラス net.moraleboost.junsai.Node のメソッド
表層形のchar数(先頭のスペースを含む)を取得する。
rnext - クラス net.moraleboost.junsai.Path の変数
 
rnode - クラス net.moraleboost.junsai.Path の変数
 
rpath - クラス net.moraleboost.junsai.Node の変数
 
rsize - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler の変数
 

S

save(String, String, String) - クラス net.moraleboost.junsai.dictionary.ContextID のメソッド
 
search(double[], double, double[], double[], int, double[], LBFGS.SharedParam, boolean, double) - クラス net.moraleboost.junsai.learner.lbfgs.LineSearch のメソッド
 
SECTION_LEFT_REWRITE - クラス net.moraleboost.junsai.dictionary.DictionaryRewriter の static 変数
 
SECTION_RIGHT_REWRITE - クラス net.moraleboost.junsai.dictionary.DictionaryRewriter の static 変数
 
SECTION_UNIGRAM_REWRITE - クラス net.moraleboost.junsai.dictionary.DictionaryRewriter の static 変数
 
seekToOtherType(CharSequence, int, int, CharProperty.CharInfo, CharProperty.CharInfo) - クラス net.moraleboost.junsai.dictionary.CharProperty のメソッド
cと異なるカテゴリの文字を探し、そのインデックスを返す。
sentenceLength - クラス net.moraleboost.junsai.Node の変数
センテンスの長さ。
setAllMorphs(boolean) - クラス net.moraleboost.junsai.tagger.Viterbi のメソッド
 
setAllMorphs(boolean) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setBosFeature(String) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setBosFormat(String) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setBosFormat(String) - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
setBuffer(IntBuffer) - クラス net.moraleboost.junsai.doublearray.Trie のメソッド
 
setCharPropertyBinFile(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
コンパイル済みの文字カテゴリ定義が書き込まれる ファイルのパスを指定する。
setCharPropertyFile(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
文字カテゴリ定義ファイルのパスを指定する。
setCharPropertyFile(String) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setCharset(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
辞書ソースファイルの文字コードを指定する。
setCostFactor(int) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setDefaultType(int) - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
文字が属する既定のカテゴリのIDをセットする。
setDictionaryType(int) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
構築する辞書のタイプを指定する。
setEonFormat(String) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setEonFormat(String) - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
setEosFormat(String) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setEosFormat(String) - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
setGroup(boolean) - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
char.defのgroupパラメータ。
setInfo(int) - クラス net.moraleboost.junsai.learner.lbfgs.LineSearch のメソッド
 
setInvoke(boolean) - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
char.defのinvokeパラメータ。
setLatticeLevel(int) - クラス net.moraleboost.junsai.tagger.Viterbi のメソッド
 
setLatticeLevel(int) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setLeftIdFile(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
左文脈ID定義ファイルのパスを指定する。
setLength(int) - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
char.defのlengthパラメータ。
setMatrixBinFile(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
コンパイルした接続コスト行列を書きだすファイルのパスを 指定する。
setMatrixFile(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
接続コスト行列のソースファイルを指定する。
setMatrixFile(String) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setMaxGroupingSize(int) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setNbest(int) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setNodeFormat(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
ノード書式を指定する。
setNodeFormat(String) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setNodeFormat(String) - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
setOutputFile(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
コンパイル済み辞書を書きこむファイルのパスを指定する。
setOutputFormat(int) - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
setOutputFormatType(int) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setPartial(boolean) - クラス net.moraleboost.junsai.tagger.Viterbi のメソッド
 
setPartial(boolean) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setPattern(String, String) - クラス net.moraleboost.junsai.dictionary.RewritePattern のメソッド
パターンをセットする。
setPosIdFile(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
品詞ID定義ファイルのパスを指定する。
setRewriteFile(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
辞書内のlid, ridが負であった場合に用いられる リライトルールの定義ファイルのパスを指定する。
setRightIdFile(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
右文脈ID定義ファイルのパスを指定する。
setSystemDictionaryFile(String) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setTheta(float) - クラス net.moraleboost.junsai.tagger.Viterbi のメソッド
 
setTheta(float) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setType(int) - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
文字が属するカテゴリのビットセットをセットする。
setUnkFeature(String) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setUnkFormat(String) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setUnkFormat(String) - クラス net.moraleboost.junsai.util.NodeFormatter のメソッド
 
setUnknownBinFile(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
コンパイル済み未知語定義ファイルのパスを指定する。
setUnknownDictionaryFile(String) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setUnknownFile(String) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
未知語定義ファイルのパスを指定する。
setUseMemory(boolean) - クラス net.moraleboost.junsai.TaggerConfig のメソッド
 
setWakati(boolean) - クラス net.moraleboost.junsai.CompilerConfig のメソッド
分かち書き専用の辞書を構築する。
SHORT - クラス net.moraleboost.junsai.util.Size の static 変数
 
SIZE - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo の static 変数
 
SIZE - クラス net.moraleboost.junsai.Token の static 変数
 
Size - net.moraleboost.junsai.util の クラス
Javaプリミティブ型のサイズ(バイト数)を定義したクラス
Size() - クラス net.moraleboost.junsai.util.Size のコンストラクタ
 
stat - クラス net.moraleboost.junsai.Node の変数
ノード種別
STAT_BOS_NODE - クラス net.moraleboost.junsai.Node の static 変数
Beginning-Of-Sentenceノードであることを示すstatの値
STAT_EON_NODE - クラス net.moraleboost.junsai.Node の static 変数
End-Of-NBestノードであることを示すstatの値
STAT_EOS_NODE - クラス net.moraleboost.junsai.Node の static 変数
End-Of-Sentenceノードであることを示すstatの値
STAT_NOR_NODE - クラス net.moraleboost.junsai.Node の static 変数
通常の形態素ノードであることを示すstatの値
STAT_UNK_NODE - クラス net.moraleboost.junsai.Node の static 変数
未知語ノードであることを示すstatの値
stp - クラス net.moraleboost.junsai.learner.lbfgs.LBFGS.SharedParam の変数
 
stp1 - クラス net.moraleboost.junsai.learner.lbfgs.LBFGS.SharedParam の変数
 
surface - クラス net.moraleboost.junsai.Node の変数
表層形

T

Tagger - net.moraleboost.junsai.tagger の クラス
形態素解析器クラス Dictionary, CharProperty, Connectorは、複数のスレッドから 安全に共有できる。
Tagger(TaggerConfig) - クラス net.moraleboost.junsai.tagger.Tagger のコンストラクタ
configを参照して、形態素解析器を構築する。
Tagger(TaggerConfig, Dictionary[], Dictionary, Connector, CharProperty) - クラス net.moraleboost.junsai.tagger.Tagger のコンストラクタ
既存の辞書インスタンスを流用して形態素解析器を構築する。
Tagger(Tagger) - クラス net.moraleboost.junsai.tagger.Tagger のコンストラクタ
他のインスタンスの辞書を流用して形態素解析器を構築する。
TaggerConfig - net.moraleboost.junsai の クラス
 
TaggerConfig() - クラス net.moraleboost.junsai.TaggerConfig のコンストラクタ
 
TaggerException - net.moraleboost.junsai の 例外
形態素解析中エラーが発生したことを表す例外
TaggerException() - 例外 net.moraleboost.junsai.TaggerException のコンストラクタ
 
TaggerException(String) - 例外 net.moraleboost.junsai.TaggerException のコンストラクタ
 
TaggerException(Throwable) - 例外 net.moraleboost.junsai.TaggerException のコンストラクタ
 
TaggerException(String, Throwable) - 例外 net.moraleboost.junsai.TaggerException のコンストラクタ
 
toByteBuffer() - クラス net.moraleboost.junsai.doublearray.TrieBuilder のメソッド
 
token(Trie.Result, int, Token) - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
rの指す表層形を持つ最初のTokenから数えて、offset番目のTokenを読む。
token(int, Token) - クラス net.moraleboost.junsai.dictionary.Dictionary のメソッド
Token配列内のインデックスを直接指定して読む。
token - クラス net.moraleboost.junsai.Node の変数
トークン
Token - net.moraleboost.junsai の クラス
辞書エントリを表す。
Token() - クラス net.moraleboost.junsai.Token のコンストラクタ
 
tokenBuffer - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler の変数
 
tokenize(String, int) - クラス net.moraleboost.junsai.util.CsvUtil の static メソッド
一行のCSVを解析し、カラムに分割して返す。
Tokenizer - net.moraleboost.junsai.tagger の クラス
辞書を用いて、ラティスの要素となる 形態素ノードをルックアップするクラス。
Tokenizer(Dictionary[], Dictionary, CharProperty, String, String, int) - クラス net.moraleboost.junsai.tagger.Tokenizer のコンストラクタ
 
Tool - net.moraleboost.junsai.tool の クラス
コマンドの抽象ベースクラス
Tool() - クラス net.moraleboost.junsai.tool.Tool のコンストラクタ
 
Trie - net.moraleboost.junsai.doublearray の クラス
double-array trie
Trie() - クラス net.moraleboost.junsai.doublearray.Trie のコンストラクタ
 
Trie(IntBuffer) - クラス net.moraleboost.junsai.doublearray.Trie のコンストラクタ
 
Trie.Result - net.moraleboost.junsai.doublearray の クラス
 
Trie.Result() - クラス net.moraleboost.junsai.doublearray.Trie.Result のコンストラクタ
 
trieBuffer - クラス net.moraleboost.junsai.dictionary.DictionaryCompiler の変数
 
TrieBuilder - net.moraleboost.junsai.doublearray の クラス
double-array trie構築器
TrieBuilder() - クラス net.moraleboost.junsai.doublearray.TrieBuilder のコンストラクタ
 
TYPE_SYS_DIC - クラス net.moraleboost.junsai.dictionary.Dictionary の static 変数
 
TYPE_UNK_DIC - クラス net.moraleboost.junsai.dictionary.Dictionary の static 変数
 
TYPE_USR_DIC - クラス net.moraleboost.junsai.dictionary.Dictionary の static 変数
 

V

value - クラス net.moraleboost.junsai.doublearray.Trie.Result の変数
 
VERSION - クラス net.moraleboost.junsai.dictionary.Dictionary の static 変数
 
Viterbi - net.moraleboost.junsai.tagger の クラス
Viterbiアルゴリズムの実装
Viterbi(Tokenizer, Connector, int, float, int, boolean, boolean) - クラス net.moraleboost.junsai.tagger.Viterbi のコンストラクタ
 

W

wcost - クラス net.moraleboost.junsai.Node の変数
単語コスト
wcost - クラス net.moraleboost.junsai.Token の変数
 
write(ByteBuffer) - クラス net.moraleboost.junsai.dictionary.CharProperty.CharInfo のメソッド
バッファにCharInfoを書きこむ。
write(ByteBuffer) - クラス net.moraleboost.junsai.Token のメソッド
バッファに、Tokenのデータを書き込む。

A B C D E F G H I J L M N O P R S T V W