Support and Downloads
Gate Plugins
We have developed two plugins for the GATE framework. A Light plugin for our REST API and a Stand Alone plugin version which is not dependent on any external resources.

Entityclassifier.eu NER Light plugin
This is a GATE plugin for the Entityclassifier.eu NER REST API. You can use it perform Named Entity Recognition over English, German and Dutch written texts. It is a light version of the GATE plugin. If you don't want to depend on the REST API you can use the stand-alone plugin version (see bellow). The plugin is provided as processing resource (PR) for the GATE platform. To use this plugin you need your own API key. To request own API key, feel in the form at: http://entityclassifier.eu/thd/docs/#apikeyform
How to use is- The plugin is available through our GATE plugin repository http://ner.vse.cz/GATE/gate-update-site.xml. Add it in your GATE application.
- The source code and detailed instructions on how to use it are available at: https://github.com/KIZI/entityclassifier-gate-light-plugin
Entityclassifier.eu NER Stand Alone plugin
This is a GATE stand-alone plugin for the Entityclassifier.eu NER system. You can use it perform Named Entity Recognition over English, German and Dutch written texts. All resources you need for entity spotting, disambiguation and classification are provided with the plugin. If you want, you can use the light plugin version, which is communicating with our REST API endpoint.
How to use is- The plugin is available through our GATE plugin repository http://ner.vse.cz/GATE/gate-update-site.xml. Add it in your GATE application.
- The source code and detailed instructions on how to use it are available at: https://github.com/KIZI/entityclassifier-gate-stand-alone-plugin
Evaluation framework
This plugin is supplemented by a GATE-based NER Evaluation framework, a collection of datasets and GATE plugins for benchmarking of THD against other wikifiers.