delph-in / erg

English Resource Grammar
MIT License
17 stars 3 forks source link

erg-2018-osx-0.9.31: "Exit to ..." missing entry for directional preposition #22

Closed EricZinda closed 3 years ago

EricZinda commented 4 years ago

In erg-2018-osx-0.9.31 phrases with exit to like:

“Exit to Plage”

generate only stative options like:

proper_q(x10, named(Plage, x10), pronoun_q(x3, pron(x3), and(_to_p_state(e9, e2, x10), _exit_v_1(e2, x3, i8))))

A suggested fix is in this thread:

"the problem with the verb “exit” is that it is currently lacking an entry of the type v_pp_dir_le, for verbs of motion that select for a directional PP (and specialize the PRED name to a directional one). The missing entry is like this: exit_v3 := v_pp_dir_le & [ ORTH < “exit” >, SYNSEM [ LKEYS.KEYREL.PRED “_exit_v_1_rel”, PHON.ONSET voc ] ]."

danflick commented 3 years ago

Missing entry now added.