Process / pipeline
依存構造解析 — 統語的依存関係の分析
依存構造解析は、文中の単語間の統語的依存関係をツリー構造として明らかにする自然言語処理タスクです。Nivre (2005) による依存文法(dependency grammar)の伝統において調査され、Chen and Manning (2014) によるニューラルネットワークによって高速かつ高精度になったこの手法は、情報抽出や関係検出の前処理ステップとして一般的に使用されます。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Nivre, J. (2005). Dependency Grammar and Dependency Parsing. MSI Report. link ↗
- Chen, D. & Manning, C. D. (2014). A Fast and Accurate Dependency Parser Using Neural Networks. EMNLP. DOI: 10.3115/v1/D14-1082 ↗
このページの引用方法
ScholarGate. (2026, June 1). Dependency Parsing (Syntactic Dependency Analysis). ScholarGate. https://scholargate.app/ja/text-mining/dependency-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.
- 固有表現抽出 (Coreference Resolution)テキストマイニング↔ compare
- 固有表現抽出(NER)テキストマイニング↔ compare
- 述語項関係付与(SRL)テキストマイニング↔ compare