ChineseGrammaticalStructure gs = new ChineseGrammaticalStructure(t);
Collection<TypedDependency> tdl = gs.typedDependenciesCollapsed();
我尝试打印gs和tdl,gs保留标点符号,而tdl丢失了标点符号。使用斯坦福解析器3.9.1时如何在将GrammaticalStructure转换为typedDependencies时保持标点符号?
答案 0 :(得分:0)
斯坦福解析器似乎很难处理这个问题,有相同问题的人可以尝试使用corenlp。