genelkim / ulf2english

Maps EL-ULFs to English sentences.
MIT License
1 stars 0 forks source link

Imperatives don't introduce exclamation marks #26

Closed genelkim closed 5 years ago

genelkim commented 5 years ago
Failed Form: GENERATED Expected "John go home" but saw "John goes home" EXPECTED => "John go home" GENERATED => "John goes home" ULF => ((VOC John ) ({YOU}.PRO ((PRES GO.V) (K HOME.N))) !)
Failed Form: GENERATED
Expected "Go home" but saw "Goes home"
EXPECTED => "Go home"
GENERATED => "Goes home"
ULF => (({YOU}.PRO ((PRES GO.V) (K HOME.N))) !)
genelkim commented 5 years ago

Nevermind, I forgot we were post-processing them out in the tests.

They still fail though, because our person handling isn't robust.