Lecture 4. Parsing — различия между версиями
Материал из Wiki - Факультет компьютерных наук
Polidson (обсуждение | вклад) (Новая страница: «== Two approaches to grammar modeling == === Constituency grammar [Martin, Jurafsky, 2000] === Phrase structure organizes words into nested constituents === De…») |
Katya (обсуждение | вклад) |
||
(не показана одна промежуточная версия ещё одного участника) | |||
Строка 1: | Строка 1: | ||
+ | Ekaterina Chernyak, Dmitry Ilvovsky | ||
+ | |||
== Two approaches to grammar modeling == | == Two approaches to grammar modeling == | ||
Строка 11: | Строка 13: | ||
== Constituency VS dependency grammar (1) == | == Constituency VS dependency grammar (1) == | ||
− | + | [[Файл:L4 p1.jpg|обрамить|Constituency VS dependency grammar (1)]] | |
− | + | [[Файл:L4 p2.jpg|обрамить|Constituency VS dependency grammar (2)]] | |
=== Exercise 4.1 === | === Exercise 4.1 === | ||
Текущая версия на 22:49, 5 ноября 2016
Ekaterina Chernyak, Dmitry Ilvovsky
Содержание
Two approaches to grammar modeling
Constituency grammar [Martin, Jurafsky, 2000]
Phrase structure organizes words into nested constituents
Dependency grammar [Martin, Jurafsky, 2000]
Dependency structure shows which words depend on (modify or are arguments of) which other words.
Constituency VS dependency grammar (1)
Exercise 4.1
Construct constituency and dependency trees for the sentences:
- "Susan wants to marry Lary."
- "They saw a man with the telescope."
- "Why do we say that the earth moves around the sun?"