Skip to content

Instantly share code, notes, and snippets.

@Announcement
Created November 28, 2017 15:09
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 Announcement/3adb64d1742ab69aa78e4e0dc5553369 to your computer and use it in GitHub Desktop.
Save Announcement/3adb64d1742ab69aa78e4e0dc5553369 to your computer and use it in GitHub Desktop.
how do i get the gdp per capita?
(ROOT (S (VP (VBN Provided) (PP (IN that) (NP (NP (DT the) (NN gdp)) (ADJP (IN per) (NN capita)) (PP (IN of) (NP ($ $) (CD 60,000)))))) (. .)))
(ROOT (S (VP (VBN Provided) (SBAR (IN that) (S (NP ($ $) (CD 60,000)) (VP (VBD was) (NP (NP (DT the) (NN gdp)) (ADJP (IN per) (NN capita))))))) (. .)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment