Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created October 5, 2019 17:40
Show Gist options
  • Save prateekjoshi565/6b32055e5a96032eee7126216c7238d0 to your computer and use it in GitHub Desktop.
Save prateekjoshi565/6b32055e5a96032eee7126216c7238d0 to your computer and use it in GitHub Desktop.
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