{
  "sentences": [
    "#DT# #JJ# #JJ# #NN# #NNS# #IN# #DT# #NN# #NN#.",
    "#PRP# #VBZ# #VBG# #TO# #VB# #IN# #NN# #IN# #DT# #NN#."
  ],
  "origin": [
    "#sentences#",
    "#sentences#"
  ],
  "DT": [
    "the",
    "the"
  ],
  "JJ": [
    "quick",
    "brown"
  ],
  "NNS": [
    "jumps"
  ],
  "IN": [
    "over",
    "for",
    "in"
  ],
  "PRP": [
    "he"
  ],
  "VBG": [
    "trying"
  ],
  "TO": [
    "to"
  ]
}