【发布时间】:2012-05-05 01:21:07
【问题描述】:
Penn Treebank 格式不注释名词短语的内部结构,例如
(NP (JJ crude) (NN oil) (NNS prices))
或
(NP
(NP (DT the) (JJ big) (JJ blue) (NN house))
(SBAR
(WHNP (WDT that))
(S
(VP (VBD was)
(VP (VBN built)
(PP (IN near)
(NP (DT the) (NN river)))))))
我想提取头部(价格和房屋)。你知道有什么工具可以做到这一点吗?
【问题讨论】: