You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most recent parsed data has edges pointing to tokens (mostly determina) that are tagged with O, i.e. tokens that shouldn't be in the graph at all because they are not nodes.
a) This really shouldn't happen.
b) Immediate Todo's:
Double-check parser evaluation script: does it look at tokens that are not tagged?
Did this also happen with the old parser?
Are there edges pointing to O-tagged tokens in the gold data?
The most recent parsed data has edges pointing to tokens (mostly determina) that are tagged with O, i.e. tokens that shouldn't be in the graph at all because they are not nodes.
a) This really shouldn't happen.
b) Immediate Todo's: