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.
Doctests for Dependency Tree and more properties on Doc (cltk#33)
* 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 * implemented the pipeline pattern, and extraction of sentential structure of input text in the Stanford process * implemented true pipelines and sentence extraction for stanfordNLP * : * moved code out of __init__.py * added doctests and properties of Doc * fixed trailing whitespace * repaired governor and parent references in word; created a core package for essential classes; normalized POS and morpho features attributes of words * interrupted infinite recursion in parent token
- Loading branch information
1 parent
5a5b1ef
commit ed0a145
Showing
13 changed files
with
259 additions
and
209 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from .data_types import * | ||
from .exceptions import * |
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
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
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
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
Oops, something went wrong.