Skip to content

Instantly share code, notes, and snippets.

@timbeiko
Last active September 14, 2017 17:06
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/2601a128651d53de377e57bfe5b897a7 to your computer and use it in GitHub Desktop.
Save timbeiko/2601a128651d53de377e57bfe5b897a7 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment