dkpro / dkpro-wsd

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

IMS module does not return results #55

Closed logological closed 9 years ago

logological commented 9 years ago

Originally reported on Google Code with ID 56

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);

Reported by nico.erbs on 2014-01-24 16:31:30

logological commented 9 years ago

Reported by nico.erbs on 2014-01-25 00:33:43

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

Reported by nico.erbs on 2014-01-25 16:26:16