Input: the very nice cat with so big claws jumped over the wall It provides the following (all in 1 line): thetheDTO veryveryRBO niceniceJJO catcatNNO withwithINO sosoRBO bigbigJJO clawsclawNNSO jumpedjumpVBDO overoverINO thetheDTO wallwallNNO (ROOT (S (NP (NP (DT the) (ADJP (RB very) (JJ nice)) (NN cat)) (PP (IN with) (NP (ADJP (RB so) (JJ big)) (NNS claws)))) (VP (VBD jumped) (PP (IN over) (NP (DT the) (NN wall)))))) nicevery bigso [in there are more than 1 sentences, it returns 1 line for each sentence] The original output provided by the Stanford NLP Core is a file with the following xml: the the 0 3 DT O PER0 very very 4 8 RB O PER0 nice nice 9 13 JJ O PER0 cat cat 14 17 NN O PER0 with with 18 22 IN O PER0 so so 23 25 RB O PER0 big big 26 29 JJ O PER0 claws claw 30 35 NNS O PER0 jumped jump 36 42 VBD O PER0 over over 43 47 IN O PER0 the the 48 51 DT O PER0 wall wall 52 56 NN O PER0 (ROOT (S (NP (NP (DT the) (ADJP (RB very) (JJ nice)) (NN cat)) (PP (IN with) (NP (ADJP (RB so) (JJ big)) (NNS claws)))) (VP (VBD jumped) (PP (IN over) (NP (DT the) (NN wall)))))) ROOT jumped cat the nice very cat nice jumped cat claws with big so claws big cat claws wall over wall the jumped wall ROOT jumped cat the nice very cat nice jumped cat claws with big so claws big cat claws wall over wall the jumped wall ROOT jumped cat the nice very cat nice jumped cat claws with big so claws big cat claws wall over wall the jumped wall Copyright © 2015, Stanford University, All Rights Reserved.