Commit 81261d6
Parse the raising construction "X er sagður/talinn hafa gert Y"
The past participles sagður, talinn, álitinn and látinn followed by an
infinitive ("Maðurinn er sagður hafa stolið bílnum", "Hún er talin
vera í haldi") only had an analysis for "sögð vera + predicate", so
the common news pattern "er sagður hafa + supine" failed to parse
("sagður vera í haldi" happened to parse with 'vera' as a noun).
Add three SögnErLoBotn alternatives after SögnLhÞtVera: 'hafa' + a
supine verb phrase, a plain infinitive verb phrase, and vera/hafa
verið + a past participle, each with an optional adverb ("var ekki
talinn hafa misnotað aðstöðu sína").
Measured on the unparsed-sentence corpus: 241 of 369 sentences with
such phrases now parse. On 1000 previously parsed news sentences,
6 trees change (3 ties, 3 improved: "voru talin skekkja ímynd",
"var látinn vinna", "látin vita"), 0 lost.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 7ba6ea3 commit 81261d6
2 files changed
Lines changed: 27 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2031 | 2031 | | |
2032 | 2032 | | |
2033 | 2033 | | |
| 2034 | + | |
| 2035 | + | |
| 2036 | + | |
| 2037 | + | |
| 2038 | + | |
| 2039 | + | |
2034 | 2040 | | |
2035 | 2041 | | |
2036 | 2042 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | | - | |
254 | | - | |
| 252 | + | |
| 253 | + | |
255 | 254 | | |
256 | 255 | | |
257 | 256 | | |
| |||
2763 | 2762 | | |
2764 | 2763 | | |
2765 | 2764 | | |
| 2765 | + | |
| 2766 | + | |
| 2767 | + | |
| 2768 | + | |
| 2769 | + | |
| 2770 | + | |
| 2771 | + | |
| 2772 | + | |
| 2773 | + | |
| 2774 | + | |
| 2775 | + | |
| 2776 | + | |
| 2777 | + | |
| 2778 | + | |
| 2779 | + | |
| 2780 | + | |
| 2781 | + | |
| 2782 | + | |
2766 | 2783 | | |
2767 | 2784 | | |
2768 | 2785 | | |
| |||
2831 | 2848 | | |
2832 | 2849 | | |
2833 | 2850 | | |
| 2851 | + | |
2834 | 2852 | | |
0 commit comments