我正在使用带有Shift-Reduce解析器的CoreNLP服务器解析(获取构成树) IMDB数据集。对于几句话,它会给出一个警告,即:
RuntimeWarning: Failed to decode a serialized output from CoreNLP server. An incomplete or empty object will be returned. warnings.warn("Failed to decode a serialized output from CoreNLP server. An incomplete or empty object will be returned.", \
我真的不知道为什么它会给出这个错误。
发布于 2020-08-07 23:29:57
将stanford-corenlp-4.0.0更新到4.1.0 (这是本文发布时的最新版本),它起作用了。
https://stackoverflow.com/questions/63302527
复制相似问题