Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The existing sentence detector makes a hard break on newlines so the parser would never see a newline token. The new sentence detector in testing allows sentences to wrap lines and as a side effect the dependency parser and semantic role labeler are trying to parse/label the newline tokens that are now mid-sentence.