在 Knime 中创建用于文本分析的工作流时出错
Getting error while creating workflow in Knime for text analytics
我有一组 URL,我必须从中读取数据并在 Knime 中执行特定的工作流程以确定词频。但是我收到错误 "No column with DocumentCells found!"。我附上了参考图片。有人可以帮我解决这个问题吗?
此外,我在 HttpRetriver 节点中收到以下错误提示
WARN HttpRetriever (deprecated) 0:2 Error retrieving https://www.bosch-do-it.com/gb/en/diy/knowledge/project-guides/valentine-s-day-601921.jsp: Exception java.net.UnknownHostException: www.bosch-do-it.com for URL "https://www.bosch-do-it.com/gb/en/diy/knowledge/project-guides/valentine-s-day-601921.jsp": www.bosch-do-it.com
您需要 "Strings to Document" 节点才能使用 "POS tagger" 节点。
"POS tagger" 节点需要一个 DocumentCell 才能工作,"Strings to Document" 节点完成这项工作。
我有一组 URL,我必须从中读取数据并在 Knime 中执行特定的工作流程以确定词频。但是我收到错误 "No column with DocumentCells found!"。我附上了参考图片。有人可以帮我解决这个问题吗?
此外,我在 HttpRetriver 节点中收到以下错误提示
WARN HttpRetriever (deprecated) 0:2 Error retrieving https://www.bosch-do-it.com/gb/en/diy/knowledge/project-guides/valentine-s-day-601921.jsp: Exception java.net.UnknownHostException: www.bosch-do-it.com for URL "https://www.bosch-do-it.com/gb/en/diy/knowledge/project-guides/valentine-s-day-601921.jsp": www.bosch-do-it.com
您需要 "Strings to Document" 节点才能使用 "POS tagger" 节点。 "POS tagger" 节点需要一个 DocumentCell 才能工作,"Strings to Document" 节点完成这项工作。