Created
October 5, 2019 17:40
-
-
Save prateekjoshi565/6b32055e5a96032eee7126216c7238d0 to your computer and use it in GitHub Desktop.
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
doc = nlp("the drawdown process is governed by astm standard d823") | |
for tok in doc: | |
print(tok.text, "...", tok.dep_) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment