anuzzolese / oke-challenge

19 stars 8 forks source link

Missing extracted mentions in task-1 training set #21

Closed jplu closed 9 years ago

jplu commented 9 years ago

Hi,

Some mentions has been forgot to be extracted:

Cheers.

jplu commented 9 years ago

A correction can be, for sentence 86:

<http://www.ontologydesignpatterns.org/data/oke-challenge/task-1/sentence-86#char=33,37>
        a                     nif:String , nif:RFC5147String ;
        nif:anchorOf          "poet"@en ;
        nif:beginIndex        "33"^^xsd:int ;
        nif:endIndex          "37"^^xsd:int ;
        nif:referenceContext  <http://www.ontologydesignpatterns.org/data/oke-challenge/task-1/sentence-86#char=0,220> ;
        itsrdf:taIdentRef     oke:poet .

<http://www.ontologydesignpatterns.org/data/oke-challenge/task-1/sentence-86#char=155,171>
        a                     nif:String , nif:RFC5147String ;
        nif:anchorOf          "Cleopatra Mathis"@en ;
        nif:beginIndex        "155"^^xsd:int ;
        nif:endIndex          "171"^^xsd:int ;
        nif:referenceContext  <http://www.ontologydesignpatterns.org/data/oke-challenge/task-1/sentence-86#char=0,220> ;
        itsrdf:taIdentRef     oke:Cleopatra_Mathis .

For sentence 73:

<http://www.ontologydesignpatterns.org/data/oke-challenge/task-1/sentence-73#char=170,184>
        a                     nif:String , nif:RFC5147String ;
        nif:anchorOf          "Vice-President"@en ;
        nif:beginIndex        "170"^^xsd:int ;
        nif:endIndex          "184"^^xsd:int ;
        nif:referenceContext  <http://www.ontologydesignpatterns.org/data/oke-challenge/task-1/sentence-73#char=0,192> ;
        itsrdf:taIdentRef     oke:vice-president .

For sentence 62:

<http://www.ontologydesignpatterns.org/data/oke-challenge/task-1/sentence-62#char=136,153>
        a                     nif:String , nif:RFC5147String ;
        nif:anchorOf          "civil engineering"@en ;
        nif:beginIndex        "136"^^xsd:int ;
        nif:endIndex          "153"^^xsd:int ;
        nif:referenceContext  <http://www.ontologydesignpatterns.org/data/oke-challenge/task-1/sentence-62#char=0,237> ;
        itsrdf:taIdentRef     oke:civil_engineering .

For the ones of the sentence 69, I let you see if my guess is correct or not.

anuzzolese commented 9 years ago

it is perfectly sound.

jplu commented 9 years ago

What about the ones in the sentence 69 ? They are wrong ?