Home - GateNLP/gateplugin-Tagger_SyntaxNet GitHub Wiki

GATE Plugin Tagger_SyntaxNet

This plugin provides the PR Tagger_SyntaxNet for tagging GATE documents using a SyntaxNet running on Tensorflow Serving. The PR is a client that connects to the server, sends the text of the document (or spans from the document) to the server, gets back the token data from the server and creates annotations based on that token data.

NOTE: this plugin is still experimental and has only been tested with the English SyntaxNet model so far. SyntaxNet is hard to install and the software and library needed to get it to run under Tensorflow serving is not guaranteed to work or work the same way in the future. The way how the SyntaxNet installation was carried out to test this plugin is documented in InstallSyntaxNetServer

More information: