Skip to content

Instantly share code, notes, and snippets.

@bleroy
Created May 9, 2017 16:42
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 bleroy/373a46b390557a119c65702460c9bbf6 to your computer and use it in GitHub Desktop.
Save bleroy/373a46b390557a119c65702460c9bbf6 to your computer and use it in GitHub Desktop.
The second word of the sentence 'add your text here!' is your
The third lemma of the sentence 'add your text here!' is text
The parse of the sentence 'add your text here!' is (ROOT (S (VP (VB add) (NP (PRP$ your) (NN text)) (ADVP (RB here))) (. !)))
The second word of the sentence 'It can contain multiple sentences.' is can
The third lemma of the sentence 'It can contain multiple sentences.' is contain
The parse of the sentence 'It can contain multiple sentences.' is (ROOT (S (NP (PRP It)) (VP (MD can) (VP (VB contain) (NP (JJ multiple) (NNS sentences)))) (. .)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment