S(x0:NP x1:VP PUNC(".")) -> x0 x1 "." ### prob=1.0 S(x0:NP x1:VP x2:PUNC) -> x0 x1 x2 ### prob=1.0 NP(NNP("Powell")) -> "Baoweier" ### prob=1.0 NP(x0:NNP) -> x0 ### prob=1 VP(x0:VP x1:PP) -> x1 x0 ### prob=0.5 VP(x0:VP x1:PP) -> x0 x1 ### prob=0.3 VP(x0:VP x1:PP) -> x0 x1 "zhe" ### prob=0.2 VP(VBD("held") NP(DT("a") NN("talk"))) -> "juxing" "le" "huiyi" ### prob=0.6 VP(VBD("held") NP(DT("a") NN("talk"))) -> "juxing" "le" "huitan" ### prob=0.4 VP(VBD("held") x0:NP) -> "juxing" "le" x0 ### prob=0.9 VP(VBD("held") x0:NP) -> "jingxing" x0 ### prob=0.1 VP(x0:VBD x1:NP) -> x0 x1 ### prob=1.0 NP(DT("a") NN("talk")) -> "huiyi" ### prob=0.05 NP(DT("a") NN("talk")) -> "huitan" ### prob=0.8 NP(DT("a") NN("talk")) -> "tanhua" ### prob=0.1 NP(DT("a") NN("talk")) -> "jiaotan" ### prob=0.05 NP(DT("a") x0:NN) -> "yige" x0 ### prob=0.6 NP(DT("a") x0:NN) -> "yici" x0 ### prob=0.4 NN("talk") -> "tanhua" ### prob=0.6 NN("talk") -> "jiangzuo" ### prob=0.4 PP(IN("with") x0:NP) -> "yu" x0 ### prob=0.7 PP(IN("with") x0:NP) -> "he" x0 "yiqi" ### prob=0.1 PP(IN("with") x0:NP) -> "he" x0 ### prob=0.1 PP(IN("with") x0:NP) -> "gen" x0 ### prob=0.1 PP(x0:IN x1:NP) -> x0 x1 ### prob=1 IN("for") -> "duiyu" ### prob=1 NP(DT("the") x0:NN) -> x0 ### prob=0.6 NP(DT("the") x0:NN) -> "zhe" x0 ### prob=0.4 NP(NNP("Sharon")) -> "Shalong" ### prob=1.0 VBZ("seeks") -> "xunqiu" ### prob=1 NN("support") -> "zhichi" ### prob=1 NN("war") -> "zhanzheng" ### prob=1 PUNC(".") -> "." ### prob=0.9 PUNC(".") -> "!" ### prob=0.1 PUNC("?") -> "?" ### prob=1 NN("meeting") -> "huitan" ### prob=0.3 NN("meeting") -> "huiyi" ### prob=0.7 VBD("had") -> "jingxing" "le" ### prob=0.6 VBD("had") -> "juxing" "le" ### prob=0.4 NNP("Bush") -> "the" "idiot" ### prob=0.1 NP(x0:NN x1:PP) -> x1 "de" x0 ### prob=1 NN("president") -> "xiaozhang" ### prob=0.6 NN("president") -> "zongtong" ### prob=0.4 NN("plan") -> "jihua" ### prob=1 VP(x0:VBZ x1:NP) -> x0 x1 ### prob=1.0 NP(x0:DT NN("plan")) -> x0 "jihua" ### prob=0.9 NP(x0:DT NN("plan")) -> "jihua" ### prob=0.1 DT("the") -> "zhexiang" ### prob=0.8 DT("the") -> "zhege" ### prob=0.2