Stanford Parser: A statistical parser

Submitted by on Sep 12 2014 } Suggest Revision
From: Stanford University
Paper:
Resource Type:
Code
License:
GNU General Public License
Language:
Java
Data Format:

Description

Java implementation of probabilistic natural language parsers, both highly optimized PCFG and lexicalized dependency parsers, and a lexicalized PCFG parser.
Post comment
Cancel
External User
2014-09-08 23:35:54

we've used it extensively at AI2. oren etzioni

Dan Weld
2014-09-04 23:58:25

This is the "gold standard" NLP pipeline, and they've recently improved it so it runs fast, fast, fast.