dice-group / gerbil

GERBIL - General Entity annotatoR Benchmark
GNU Affero General Public License v3.0
224 stars 58 forks source link

'Entity Typing' experiment #151

Closed renespeck closed 8 years ago

renespeck commented 8 years ago

Hey,

I implemented TypedSpanImpl with the help of gerbil.nif.transfer 1.2.3-SNAPSHOT in a webservice. I try to run the experiment 'Entity Typing' with the GUI but get a warning when GERBIL tests my service: Warning! There was an error while testing the annotator. Got an unknown experiment type "ETyping".

I get the same warning for a webservice that implement TypedNamedEntity. (e.g.: http://fox-demo.aksw.org/call/ner/entities)

For the experiment 'Entity Recognition' the GERBIL test passes for all.

In GERBIL I also have gerbil.nif.transfer 1.2.3-SNAPSHOT.

MichaelRoeder commented 8 years ago

Thanks for the detailed description. The problem should be solved by the last commit. Please checkout the master, try it again and close this issue if the problem is solved.

renespeck commented 8 years ago

I tested it with http://fox-demo.aksw.org/call/ner/entities but got the same warning again.

renespeck commented 8 years ago

Thank you very much for the fast fix.