Closed KaisongHuang closed 6 years ago
preview of parse
((0,parse),(ROOT (S (NP (NP (DT The) (NNP University)) (PP (IN of) (NP (NNP Waterloo)))) (VP (VBZ is) (VP (VBN located) (PP (IN in) (NP (NNP Canada))))) (. .))) (ROOT (S (NP (NNP Goose)) (VP (VBZ lives) (PP (IN in) (NP (DT this) (NNP University)))) (. .)))) ((1,parse),(ROOT (S (NP (NP (DT The) (NNP University)) (PP (IN of) (NP (NNP Waterloo)))) (VP (VBZ is) (VP (VBN located) (PP (IN in) (NP (NNP Canada))))) (. .))) (ROOT (S (NP (NNP Goose)) (VP (VBZ lives) (ADVP (RB here))) (. .))))
Here is a link to Parser FAQ: https://nlp.stanford.edu/software/parser-faq.html
For part-of-speech tags and phrasal categories, there is an online copy of documentation for English; in particular, see TAGGUID1.PDF (POS tagging guide) and PRSGUID1.PDF (phrase structure bracketing guide).
preview of parse
Here is a link to Parser FAQ: https://nlp.stanford.edu/software/parser-faq.html
For part-of-speech tags and phrasal categories, there is an online copy of documentation for English; in particular, see TAGGUID1.PDF (POS tagging guide) and PRSGUID1.PDF (phrase structure bracketing guide).