Process / pipeline
構成素解析 — 句構造分析
Constituency parsing は、文を再帰的に入れ子になった句構造構成要素のツリーとして表現する自然言語処理タスクであり、例えば S → NP + VP のような形式をとります。Collins (2003) によって導入されたヘッド駆動統計的解析モデルや、Kitaev ら (2019) による後続のニューラルパーサーを基盤とし、文の階層的な構文骨格を明らかにして、文法パターンの抽出や文法研究に役立てます。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Collins, M. (2003). Head-Driven Statistical Models for Natural Language Parsing. Computational Linguistics, 29(4), 589-637. DOI: 10.1162/089120103322753356 ↗
- Kitaev, N., Cao, S. & Klein, D. (2019). Multilingual Constituency Parsing with Self-Attention and Pre-Training. Proceedings of ACL. DOI: 10.18653/v1/P19-1340 ↗
このページの引用方法
ScholarGate. (2026, June 1). Constituency Parsing (Phrase-Structure Parsing). ScholarGate. https://scholargate.app/ja/text-mining/constituency-parsing
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
- 固有表現抽出(NER)テキストマイニング↔ compare
- 品詞タグ付け(POSタグ付け)テキストマイニング↔ compare