saad120 / dkpro-wsd

Automatically exported from code.google.com/p/dkpro-wsd
0 stars 0 forks source link

TacKbpOfficialFormatReader reads only first post #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by nico.erbs@gmail.com on 7 Jul 2014 at 10:04

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

Original comment by nico.erbs@gmail.com on 10 Jul 2014 at 1:55