alainloisel / ehost

Automatically exported from code.google.com/p/ehost
0 stars 0 forks source link

[IAA] IAA stopped working on 1.037 #265

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open the IAA system on the disorder demo projects.
2. eHOST threw errors.

What is the expected output? What do you see instead?
no expected error.

What version of eHOST are you using? On what operating system?
1.037.

Please provide any additional information below.

Which data batch are you using to test eHOST?
disorder demo project.

Original issue reported on code.google.com by jwleng@gmail.com on 25 Jul 2012 at 6:40

GoogleCodeExporter commented 8 years ago
Some annotations in the disorder demo project have null spanset. And this 
caused the IAA model stopped working.

Example: (in the file of 06778-1.txt.knowtator.xml). It has an annotation with 
null/empty spanset:

    <annotation>
        <mention id="EHOST_Instance_1" />
        <annotator id="eHOST_2010">Extensible_Human_Oracle_Suite_of_Tools</annotator>
        <spannedText />
        <creationDate>Thu Apr 19 12:28:06 MDT 2012</creationDate>
        <processed>false</processed>
        <ajudication_status>NON_MATCHES</ajudication_status>
    </annotation>

Original comment by jwleng@gmail.com on 25 Jul 2012 at 6:44

GoogleCodeExporter commented 8 years ago
A new version based on the eHOST-beta version is released for this issue.

We will apply the same modifications to the latest stable version if we can 
confirm that this issued is solved on the beta version.

WAITING FOR TEST

Original comment by jwleng@gmail.com on 25 Jul 2012 at 8:20

GoogleCodeExporter commented 8 years ago

Original comment by jwleng@gmail.com on 10 Oct 2012 at 6:55