fcbond / ltdb

Linguistic Type Data-Base
Other
2 stars 2 forks source link

from-to for roots #32

Open fcbond opened 2 years ago

fcbond commented 2 years ago

Currently roots end up with kara and made values of None, should be sentence start and sentence end.

Not sure if this should be considered a PyDelphin issue as well: @goodmami We get the values from node.start and node.end. Probably not :-)

goodmami commented 2 years ago

If it's a PyDelphin issue, I'll need more info, as None is a valid value of node.start and node.end when the position information is not provided in the derivation string. E.g., show me an example derivation causing the issue and minimal code to reproduce the problem.