dkpro / dkpro-wsd

DKPro WSD: A Java framework for word sense disambiguation
https://dkpro.github.io/dkpro-wsd
20 stars 10 forks source link

TacKbpOfficialFormatReader reads only first post #58

Closed logological closed 9 years ago

logological commented 9 years ago

Originally reported on Google Code with ID 59

The TacKbpOfficialFormatReader in the module de.tudarmstadt.ukp.dkpro.wsd.tackbp reads
only the first post of a document. 

To reflect this issue in a test case we should
 - Select a document with at least two posts in it
 - Extend the test case TacKbpOfficialFormatReaderTest by this document
 - Create an artificial document with two posts and put it into src/test/resources

We could fix this error by either pasting all posts as one document text or creating
one jcas for each post.

Reported by nico.erbs on 2014-07-07 10:04:30

logological commented 9 years ago
Changes the implementation of  TacKbpOfficialFormatReader to read all posts and join
them

Reported by nico.erbs on 2014-07-10 13:55:20