Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single quote spotted as entity #167

Open
x-fran opened this issue Dec 2, 2016 · 2 comments
Open

Single quote spotted as entity #167

x-fran opened this issue Dec 2, 2016 · 2 comments
Assignees
Milestone

Comments

@x-fran
Copy link
Member

x-fran commented Dec 2, 2016

This is the content file:
freme.txt

cURL:

curl -X POST --header 'Content-Type: text/plain' --header 'Accept: text/turtle' -d @freme.txt 'https://api.freme-project.eu/current/e-entity/freme-ner/documents?language=en&dataset=dbpedia&mode=all&nif-version=2.1' >> freme_out.txt

And this is the problem:

<http://freme-project.eu/#offset_2068_2069>
        a                     nif:OffsetBasedString , nif:Phrase ;
        nif:anchorOf          "‘"^^xsd:string ;
        nif:annotationUnit    [ a                       nif:EntityOccurrence ;
                                nif:taMsClassRef        <http://dbpedia.org/ontology/Country> ;
                                itsrdf:taAnnotatorsRef  <http://freme-project.eu/tools/freme-ner> ;
                                itsrdf:taClassRef       <http://dbpedia.org/ontology/Location> , <http://dbpedia.org/ontology/Place> , <http://www.w3.org/2002/07/owl#Thing> , <http://dbpedia.org/ontology/Country> , <http://dbpedia.org/ontology/PopulatedPlace> ;
                                itsrdf:taConfidence     "0.3296539006884792"^^xsd:double ;
                                itsrdf:taIdentRef       <http://dbpedia.org/resource/United_States>
@x-fran x-fran added the bug label Dec 2, 2016
@sandroacoelho sandroacoelho added this to the 0.15 milestone Jan 16, 2017
@m1ci
Copy link
Contributor

m1ci commented Jan 18, 2017

this happens due to the unclean nature of the content. FREME NER expects "clean" content with text with regular sentences (to some extend).

@m1ci
Copy link
Contributor

m1ci commented Jan 18, 2017

leaving the issue open for possible further developments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants