Skip to content

Dependency Parsing

Steven Bird edited this page Sep 8, 2015 · 12 revisions

Dependency parsing is a popular approach to natural language parsing. NLTK includes some basic algorithms, but we need more reference implementations and more corpus readers.

Existing functionality

Existing functionality is in the parse package. It includes:

Planned functionality