简体   繁体   English

IBM Watson Discovery:低级定制

[英]IBM Watson Discovery: low-level customization

I am using the Discovery service of IBM Watson. 我正在使用IBM Watson的发现服务。 I would like to build a search engine using this service and I use the Java API in order to upload files to the collection where I will do my searches. 我想使用此服务构建一个搜索引擎,并且使用Java API来将文件上传到将在其中进行搜索的集合。

I would like to know whether it is possible to apply low-level customization on the service, such as the content extraction, the term tokenization, any filter that is applied during the processing of the content. 我想知道是否可以在服务上应用低级定制,例如内容提取,术语标记化,在处理内容期间应用的任何过滤器。 I searched through the Java API documentation and it seems that it is not possible, but I would like to be sure of it. 我搜索了Java API文档,似乎不可能,但是我想确定这一点。

Thank you. 谢谢。

Please refer to this document for customization. 请参考本文档进行自定义。 https://console.bluemix.net/docs/services/discovery/building.html#configuring-your-service https://console.bluemix.net/docs/services/discovery/building.html#configuring-your-service

tokenization is dependent upon the language you specify, but nothing custom is provided. 标记化取决于您指定的语言,但未提供任何自定义。

The Data crawler does provide a level of url filtering, but not sure if that is what you are looking for. 数据搜寻器确实提供了一定程度的url过滤,但是不确定这是否是您想要的。 https://console.bluemix.net/docs/services/discovery/data-crawler.html#adding-content-with-data-crawler https://console.bluemix.net/docs/services/discovery/data-crawler.html#adding-content-with-data-crawler

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM