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 merging is pretty trivial, but this case requires some additional preprocessing, because neither OntoNotes coref nor PropBank are originally disseminated in CoNLL formats. So, there is an additional step of conversion needed (see bottom). We will put a single script into a separate repository.
merging:
For merging two (or more) TSV files (FILE1.conll, FILE2.conll) via their first column, use
$> cmd/merge.sh FILE1.conll FILE2.conll
For merging (exactly) two TSV files over columns other than the first (here, 1 from FILE1 and 2 from FILE2), use
I'd like to "merge" Ontonotes (coref) and PropBank (SRL) annotations.
Could someone provide me with a detailed instruction to do this?
The text was updated successfully, but these errors were encountered: