简体   繁体   English

IBM Watson Natural Language了解上载多个文档进行分析

[英]IBM Watson Natural Language Understanding uploading multiple documents for analysis

I have roughly 200 documents that need to have IBM Watson NLU analysis done. 我大约有200个文档需要完成IBM Watson NLU分析。 Currently, processing is performed one at a time. 当前,一次执行一次处理。 Will NLU be able preform a batch analysis? NLU可以进行批量分析吗? What is the correct python code or process to batch load the files and then response results? 批处理加载文件然后响应结果的正确python代码或过程是什么? The end goal is to grab results to analyze which documents are similar in nature. 最终目标是获取结果以分析哪些文档本质上相似。 Any direction is greatly appreciated as IBM Support Documentation does not cover batch processing. 非常感谢任何指导,因为IBM支持文档未涵盖批处理。

NLU can be "manually" adapted to do batch analysis. NLU可以“手动”进行批处理分析。 But the Watson service that provides what you are asking for is Watson Discovery. 但是提供您所需要的Watson服务是Watson Discovery。 It allows to create Collections (set of documents) that will be enriched thru an internal NLU function and then queried. 它允许创建集合(文档集),这些集合将通过内部NLU功能得到充实,然后被查询。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 没有名为“ibm_watson.natural_language_understanding_v3”的模块 - No module named 'ibm_watson.natural_language_understanding_v3' TypeError:“实体”类型的对象不是JSON可序列化的IBM Cloud自然语言理解 - TypeError: Object of type 'Entities' is not JSON serializable IBM Cloud natural language understanding Python - 使 IBM Natural Language Understanding API 分析 csv 文件的每一行 - Python - Making IBM Natural Language Understanding API analyze each row of a csv file Python - IBM Watson Language Translator v3 - 上传文件内容并下载结果 - Python - IBM Watson Language Translator v3 - uploading content of a file and downloading the result 用于情感分析的 IBM 屈臣氏在导入时崩溃 - IBM watson for sentiment analysis crashing on import Python IBM Watson NLU情绪分析-TypeError:无法转换dic - Python IBM Watson NLU Sentiment Analysis - TypeError: cannot convert dic 如何运行 IBM Watson Tone Analysis 示例代码? - How do I run IBM Watson Tone Analysis example code? 为什么 IBM 自然语言分类器返回 DecodeError。 python - Why the IBM natural language classifier is returning DecodeError. python 查询分析,使用自然语言处理来确定单词之间的关系 - Query Analysis to determine the relationship between words using natural language processing IBM Watson 图像识别 - IBM watson image recognition
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM