Skip to content

Commit

Permalink
Merge pull request nltk#1249 from dimazest/corenlp-server
Browse files Browse the repository at this point in the history
Use new and shiny Stanford CoreNLP web API
  • Loading branch information
stevenbird authored May 12, 2017
2 parents 60258a9 + c6ad149 commit 0aeaa58
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 2 deletions.
1 change: 1 addition & 0 deletions nltk/parse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@
from nltk.parse.evaluate import DependencyEvaluator
from nltk.parse.transitionparser import TransitionParser
from nltk.parse.bllip import BllipParser
from nltk.parse.corenlp import CoreNLPParser, CoreNLPDependencyParser
Loading

0 comments on commit 0aeaa58

Please sign in to comment.