forked from cltk/cltkv1
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate dependency tree representations into core API (cltk#27)
* 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
1 parent
2bcefeb
commit f0057e7
Showing
8 changed files
with
822 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ Indices and tables | |
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` | ||
* :ref:`search` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.