Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 636 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 636 Bytes

Some notebooks for playing with NLTK Syntax modules

Guillermo Moncecchi

  1. [NLTK Syntax Trees] (http://nbviewer.ipython.org/github/gmonce/nltk_parsing/blob/master/1.%20NLTK%20Syntax%20Trees.ipynb)
  2. [NLTK Dependency Graphs] (http://nbviewer.ipython.org/github/gmonce/nltk_parsing/blob/master/2.%20NLTK%20Dependency%20Graphs.ipynb)
  3. [The Stanford Parser] (http://nbviewer.ipython.org/github/gmonce/nltk_parsing/blob/master/3.%20The%20Stanford%20Parser.ipynb)

The complete code for processing functions can be retrieve from github