Skip to content

Commit

Permalink
Integrate dependency tree representations into core API (cltk#27)
Browse files Browse the repository at this point in the history
* adapted the dependency tree class to CLTKv1

* working on not reloading the full stanford pipeline on every process call

* cache stanford NLP objects in wrapper class

* fixed doctests for Stanford process

* automatically reformatted files
  • Loading branch information
free-variation authored and kylepjohnson committed Dec 30, 2019
1 parent 2bcefeb commit f0057e7
Show file tree
Hide file tree
Showing 8 changed files with 822 additions and 226 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Indices and tables

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :ref:`search`
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx==2.2.1
sphinx-autodoc-typehints==1.9.0
sphinx-autodoc-typehints==1.9.0
Loading

0 comments on commit f0057e7

Please sign in to comment.