freme-project / freme-ner

Apache License 2.0
6 stars 1 forks source link

P3: Include confidence scores #14

Closed m1ci closed 9 years ago

m1ci commented 9 years ago

Include confidence scores to the output. Confidence will be encoded as itsrdf:taConfidence

m1ci commented 9 years ago

done, see http://api-dev.freme-project.eu/current/e-entity/freme-ner/documents/?informat=text&input=Diego&outformat=turtle&language=en&dataset=dbpedia

jnehring commented 9 years ago

I tried out that feature:

curl -X POST --header "Content-Type: text/n3" --header "Accept: text/n3" "http://api.freme-project.eu/0.3/e-entity/freme-ner/documents?input=Welcome%20to%20Turin!%20It%20is%20the%20most%20important%20city%20in%20Italy%2C%20next%20to%20Rome%20and%20Florence.&informat=text&outformat=turtle&language=en&dataset=dbpedia"

In the output all confidence scores as 1.0. Is that correct?

m1ci commented 9 years ago

Thanks for reporting this bug. The confidence scores have been fixed. They represents the level of confidence a surface form being correctly classified.

m1ci commented 9 years ago

please check and close.

jnehring commented 9 years ago

It works fine. Nice work!