Process / pipeline
N-gram言語モデル
N-gram言語モデルは、直前のn-1個の単語のみを見て、次に来る単語の確率を予測する統計モデルである。JurafskyとMartin (Speech and Language Processing) によって詳細に記述されており、テキスト生成、スペル訂正、音声認識のための基盤インフラストラクチャを提供する。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Jurafsky, D. & Martin, J.H. (2023). Speech and Language Processing, 3rd ed. link ↗
- Chen, S.F. & Goodman, J. (1999). An Empirical Study of Smoothing Techniques for Language Modeling. Computer Speech & Language, 13(4), 359-394. DOI: 10.1006/csla.1999.0128 ↗
このページの引用方法
ScholarGate. (2026, June 1). N-gram Statistical Language Model. ScholarGate. https://scholargate.app/ja/text-mining/ngram-language-model
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- テキスト分類テキストマイニング↔ compare
- テキスト回帰テキストマイニング↔ compare
- TF-IDFテキストマイニング↔ compare
- 単語の意味曖昧性解消 (WSD)テキストマイニング↔ compare