Skip to content

Instantly share code, notes, and snippets.

@timbeiko
Created September 14, 2017 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timbeiko/5be8595d950bcfcb1e7c2e2b63f3238b to your computer and use it in GitHub Desktop.
Save timbeiko/5be8595d950bcfcb1e7c2e2b63f3238b to your computer and use it in GitHub Desktop.
Input: Bob brought the pizza to Alice because she was cold .
Parse:
brought VBD ROOT
+-- Bob NNP nsubj
+-- pizza NN dobj
| +-- the DT det
+-- to IN prep
| +-- Alice NNP pobj
+-- cold JJ advcl
| +-- because IN mark
| +-- she PRP nsubj
| +-- was VBD cop
+-- . . punct
# vim syntaxnet/de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment