You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@opennlp.apache.org by Sahar Ebadi <sa...@yuxipacific.com> on 2013/05/09 22:02:09 UTC

access to clause level tags

Hi,
I want to have access to clause level tags(S, SBAR, SBARQ) after parsing.
for example S tag in here: (TOP (S (NP (DT This)) (VP (VBZ is) (NP (DT a)
(JJ good) (NN sentence.))))). now my questions are:
1) is S a POS tag or a type in parser or what?
2) how can I access this S tag and its probability?

Any idea is appreciated, thank you so much!