Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [Illinois-ml-nlp-users] The Curator parser

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

[Illinois-ml-nlp-users] The Curator parser


Chronological Thread 
  • From: "Hoa Vu" <hoavt_54 AT vnu.edu.vn>
  • To: illinois-ml-nlp-users AT cs.uiuc.edu
  • Subject: [Illinois-ml-nlp-users] The Curator parser
  • Date: Wed, 10 Jul 2013 09:16:15 +0700 (ICT)
  • Importance: Normal
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users/>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

Dear all,
I am using the Curator for SRL and parsing. But when I using the charniak
parser (in
CuratorClient.java), I just get the output pretty simple and lacking of
information. I find it
hard to master the parsing tree. For example: "I am happy that my mother is
feeling better".
The curator output:

HEAD(I am happy that my mother is feeling better S1, I am happy that my
mother is feeling better)
HEAD(I am happy that my mother is feeling better S, am happy that my mother
is feeling better)
(I am happy that my mother is feeling better S, I)
HEAD(I NP, I)
(am happy that my mother is feeling better VP, happy that my mother is
feeling better)
HEAD(am happy that my mother is feeling better VP, am)
HEAD(happy that my mother is feeling better ADJP, happy)
(happy that my mother is feeling better ADJP, that my mother is feeling
better)
HEAD(that my mother is feeling better SBAR, that)
(that my mother is feeling better SBAR, my mother is feeling better)
HEAD(my mother is feeling better S, is feeling better)
(my mother is feeling better S, my mother)
(my mother NP, my)
HEAD(my mother NP, mother)
HEAD(is feeling better VP, is)
(is feeling better VP, feeling better)
HEAD(feeling better VP, feeling)
(feeling better VP, better)
HEAD(better ADJP, better)

I just want to ask you that could I have the output like that (Stanford demo):

(ROOT
(S
(NP (PRP I))
(VP (VBP am)
(ADJP (JJ happy)
(SBAR (IN that)
(S
(NP (PRP$ my) (NN mother))
(VP (VBZ is)
(VP (VBG feeling)
(ADVP (RBR better))))))))))

Thank you very much for your help.
Best
Hoa Vu.
--
Hoá Vũ
Study at Faculty of Information Technology
University of Engineering and Technology, Vnu
UWs: http://uet.vnu.edu.vn/
Phone: +841656241054
alternative email :
hoavutrongvn AT gmail.com
Skype:hoavt_54





Archive powered by MHonArc 2.6.16.

Top of Page