Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [Illinois-ml-nlp-users] LBJCoref and sentence splitting/newlines

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

[Illinois-ml-nlp-users] LBJCoref and sentence splitting/newlines


Chronological Thread 
  • From: Dain Kaplan <dk453 AT cam.ac.uk>
  • To: "illinois-ml-nlp-users AT cs.uiuc.edu" <illinois-ml-nlp-users AT cs.uiuc.edu>
  • Subject: [Illinois-ml-nlp-users] LBJCoref and sentence splitting/newlines
  • Date: Sun, 17 Feb 2013 16:10:20 +0000
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users/>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

Hello,

Nice work on the LBJ coreference annotator. It was very easy to get working. I did have the need, however, to preserve sentences exactly as they were in the input, and output them again (separated by newlines) with the annotations. To do the latter, I modified DocBase#toAnnotationString to optionally output newlines between sentences. Though the changes for this were minimal, I am happy to provide a patch for it. For the former, I had to hack out the use of the SentenceSplitter entirely, but I was wondering if there was a better way to do this? It would be nice if there were a command line flag for toggling "use input as is" like Stanford Core NLP has.

Cheers,
DK


Archive powered by MHonArc 2.6.16.

Top of Page