kanishk-adapt / semeval-task10

Repo for SemEval Task #10 EDOS 2023. created and maintained for DCU - ADAPT submissions
Other
0 stars 0 forks source link

Documents should be split into sentences before parsing dependencies #13

Open jowagner opened 1 year ago

jowagner commented 1 year ago

Check dependency trees for documents with multiple sentences: does the current pipeline split sentences? (dependency grammars usually assume sentences to be split; applying such a grammar to the concatenation of sentences is likely to degrade accuracy of identification of dependency relations); if missing, add a sentence splitter to the pipeline

(Moved here from issue #5)