pos-tags


  • 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.

  • Open Information Extraction in Portuguese (08 May 2017)
    An example of how to perform open relationship extraction for Portuguese using only part-of-speech of tags, the rules are based on ReVerb.

  • 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.