delph-in / srg

Spanish Resource Grammar
Other
2 stars 0 forks source link

"Así dicen." no parse #36

Open olzama opened 1 year ago

olzama commented 1 year ago

The simple sentence "Así dicen." gets no parse for no obvious good reason.

The test item is item 3253 in tbdb02 treebank, and the tokens look correctly tagged:

(1, 0, 1, <0:3>, 1, "así" "así", 0, "rg", "rg" 0.9994089834515367) (2, 1, 2, <4:9>, 1, "decir" "dicen", 0, "vmip3p0", "vmip3p0" 1.0) (3, 2, 3, <9:10>, 1, "." ".", 0, "fp", "fp" 1.0)

ACE builds lots of edges but doesn't succeed at the end.

olzama commented 1 year ago

This should be fixed, hopefully, with the new util/freeling_api/srg-freeling.dat file and its handling in util/srg-freeling2yy.py