freme-project / freme-ner

Apache License 2.0
6 stars 1 forks source link

Use another library for entity spotting #122

Closed jnehring closed 8 years ago

jnehring commented 8 years ago

I received this email today:

Hi Jan, Milan

Gary has been investigating methods to possibly increase the quality of the spotting.

Google has a library for example although it doesn't actually do the entity spotting. It just labels parts of speech in the text. That's still a major component in the accuracy of spotting though.

Can we maybe use this as improvement in the quality of entities in the case this tool is used as the first step in the spotting process.

https://research.googleblog.com/2016/05/announcing-syntaxnet-worlds-most.html

https://spacy.io/blog/syntaxnet-in-context

Is this of any interest? Not saying it needs to be implemented by FREME however we (ADAPT and Wripl) are very keen on understanding and enhancing the quality of the spotting.

regards Kevin

jnehring commented 8 years ago

You can do entity spotting with another library. The easiest way to do this is to do this on the client side. Then you can use FREME NER for linking only using the mode parameter. In this way you use the google tool for entity spotting and FREME NER for entity linking.

sandroacoelho commented 8 years ago

It would be awesome if FREME-NER turns a kind of HUB for spotting services.

fsasaki commented 8 years ago

It would be awesome if FREME-NER turns a kind of HUB for spotting services.

+1 :)