Stanford Parser

Please enter a sentence to be parsed:
Language:
Sample Sentence

Your query

Mr. Bloggs is here. Do you want to talk to him?

Tagging

Mr./NNP
Bloggs/NNP
is/VBZ
here/RB
./.

Do/VBP
you/PRP
want/VB
to/TO
talk/VB
to/IN
him/PRP
?/.

Parse

(ROOT
  (S
    (NP (NNP Mr.) (NNP Bloggs))
    (VP (VBZ is)
      (ADVP (RB here)))
    (. .)))

(ROOT
  (SQ (VBP Do)
    (NP (PRP you))
    (VP (VB want)
      (S
        (VP (TO to)
          (VP (VB talk)
            (PP (IN to)
              (NP (PRP him)))))))
    (. ?)))

Universal dependencies

compound(Bloggs-2, Mr.-1)
nsubj(is-3, Bloggs-2)
root(ROOT-0, is-3)
advmod(is-3, here-4)

aux(want-3, Do-1)
nsubj(want-3, you-2)
root(ROOT-0, want-3)
mark(talk-5, to-4)
xcomp(want-3, talk-5)
case(him-7, to-6)
obl(talk-5, him-7)

Universal dependencies, enhanced

compound(Bloggs-2, Mr.-1)
nsubj(is-3, Bloggs-2)
root(ROOT-0, is-3)
advmod(is-3, here-4)

aux(want-3, Do-1)
nsubj(want-3, you-2)
nsubj:xsubj(talk-5, you-2)
root(ROOT-0, want-3)
mark(talk-5, to-4)
xcomp(want-3, talk-5)
case(him-7, to-6)
obl:to(talk-5, him-7)

Statistics


Tokens: 13
Time: 0.047 s
Parser: englishPCFG.ser.gz

Back to parser home
Last updated 2022-11-24

Valid XHTML 1.0 Strict