NLTK


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