SyntaxNet


  • Google's SyntaxNet - HTTP API for Portuguese (22 Jul 2017)
    How to set up a SyntaxNet HTTP endpoint for any language, and how to submit text to be tagged through Python, this post shows an example for Portuguese, but can easily be adapted to any other supported language.

  • Google's SyntaxNet in Python NLTK (25 Mar 2017)
    This post shows how to load the output of SyntaxNet into the Python NLTK toolkit, and precisely how to instantiate a DependencyGraph object with SyntaxNet's output.