我有一组URL,我必须从中读取数据并在Knime中执行特定的工作流来确定单词频率。但是我收到错误“找不到DocumentCells的列!”。我附上了参考图片。有人可以帮我解决这个问题。
此外,我在HttpRetriver节点中出现以下错误
WARN HttpRetriever(不建议使用)0:2检索https://www.bosch-do-it.com/gb/en/diy/knowledge/project-guides/valentine-s-day-601921.jsp时出错:异常java.net.UnknownHostException:www.bosch-do-it.com,网址为“https://www.bosch-do-it.com/gb/en/diy/knowledge/project-guides/valentine-s-day-601921.jsp”:www.bosch-do -it.com
答案 0 :(得分:1)
您需要“Strings to Document”节点才能使用“POS tagger”节点。 “POS标记器”节点需要DocumentCell才能工作,“Strings to Document”节点可以完成这项工作。