Aman06 / dkpro-wsd

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

IMS module does not return results #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are two bugs in our integration of IMS:
1. It can only be used with the WSDAnnotatorDocumentDependentBasic which is not 
suitable for IMS because it disambiguates based on the document text and not on 
it's id.
2. It creates a map for the results but just puts one object into it. See:
        disambiguation.put(this.m_Writer.toString(this.m_Results), 1d);

Original issue reported on code.google.com by nico.erbs@gmail.com on 24 Jan 2014 at 4:31

GoogleCodeExporter commented 9 years ago

Original comment by nico.erbs@gmail.com on 25 Jan 2014 at 12:33

GoogleCodeExporter commented 9 years ago
This issue is resolved. An annotator for IMS was added and a wrapper created.

Original comment by nico.erbs@gmail.com on 25 Jan 2014 at 4:26