简体   繁体   中英

IBM Watson Discovery: low-level customization

I am using the Discovery service of 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.

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.

Thank you.

Please refer to this document for customization. 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. https://console.bluemix.net/docs/services/discovery/data-crawler.html#adding-content-with-data-crawler

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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