Questions tagged [concept-insights]

The IBM Watson Concept Insights service allows you to discover content which may or may not be found using a traditional keyword search. The service uses a graph created using content that has been ingested from the English language Wikipedia.

The IBM Watson™ Concept Insights service provides an API that enable developers to work with concepts and identify conceptual associations in the content that you provide as input to the service. Input content is auto-tagged against a concept graph, which is a formal representation of the relationships between concepts that are present in the data on which it is based. The concept graph used by the Concept Insights service is based on content that has been ingested from the English language Wikipedia.

Read More: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/concept-insights/

18 questions
3
votes
1 answer

Can I ingest my own corpus into watson "concept insights" to build a graph based on this corpus?

I am working on concept detection and matching for museums and other cultural institutions. Starting with the preloaded Wikipedia graph in Watson "concept insights" is a good starting point. However, when I have large content repositories I want to…
2
votes
1 answer

AlchemyAPI for Concept Insights's Conceptual Search

Concept Insights has been deprecated, is there any function in AlchemyAPI or other Watson product that can perform Concept Insights's Conceptual Search function…
Anthony Mak
  • 21
  • 1
  • 2
2
votes
2 answers

Watson Concept-Insights document list/limit option not working in nodeJS

I am building a new corpus using Watson Concept-Insights. I've created about 100 documents so far using nodeJS. If I use curl to list the documents, I can find all of them. However when I nodeJS to list the same set of documents, it consistently…
Bob Dill
  • 1,000
  • 5
  • 13
1
vote
0 answers

Watson Concept insight deprecated. What's next?

After you train a model using Knowledge Studio, how do you do Conceptual Search (previous function in Concept Insight which allows you to send a document ID to return a list of document IDs of similar documents). In AlchemyLanguage is not…
Ariel
  • 19
  • 3
1
vote
1 answer

Meaning of the text_index parameter in the Concept Insights annotateText call?

The example /annotateText Concept Insights call provides the following example output: curl -H 'Content-Type: text/plain' -d 'IBM announces new Watson services.'…
Aleksey Bilogur
  • 3,686
  • 3
  • 30
  • 57
1
vote
1 answer

processing_state API returns "processing" even when the document is ready in Concept insight

Steps I followed: First create corpus, then send create a document in it. Check if the processing of the document is ready (done…
1
vote
1 answer

Calling annotate_text from IBM Watson Concept Insights with Python

I wrote a set of Python functions to interact with the Bluemix/Watson Concept Insights API. I am able to generate a token and use it to get a result from the server, but the result stinks: it's nowhere near as good as what I get when I plug the same…
0
votes
0 answers

How could I fix this conceptual search error?

I was trying to use conceptual search in Concept Insights, but this error came up: Error response: {"code": 500, "message": "Forwarding error"} I have two documents in test1 corpus. Execution code: curl -u "user id":"Password"…
0
votes
1 answer

In Watson Concept Insights, can i explora a corpus of documents using a concept graph other than the default one based on wikipedia?

i am currently evaluating whether Watson Concept Insights can be used for the use case i am trying to implement. I have a large collection of documents of various styles, length, and content. I want to use Concept Insights to determine, for new…
0
votes
1 answer

Using Concept-Insights public corpora permissions

I created a test public corpus called /WOZIMA and I cannot fetch any JSON from it unless I use the credentials I used when creating it. When I create a new service and use those credentials, it doesn't return anything. I believe this is a permission…
exitthebox
  • 11
  • 2
0
votes
1 answer

IBM Watson Concept Insights get related concepts (corpus) using cURL timing out

I am getting this error -> {"code": 500, "message": "Forwarding error"} every time I try to get related concepts from my private account and corpus. The error seems to be a timeout error since it always dies at 2:30. I've replaced the sample…
blacknred0
  • 36
  • 3
0
votes
1 answer

Correct syntax for curl command for conceptualSearch Watson API

I have setup a private corpus called devoxx_corpus1. I can successfully run : curl -u "username":"password" -G -d "ids=[\"/graphs/wikipedia/en-20120601/concepts/Java_(programming_language)\"]"…
0
votes
1 answer

Multiple IDs in Conceptual Search - Is it and AND operation or an OR operation?

When I specify multiple IDs as query parameters in my conceptual search, would the results have only those documents which refer conceptually to all of the searched IDs? Or will it have documents that refer conceptually to any one of the…
Vipin
  • 7
  • 2
0
votes
2 answers

IBM Watson Concept Insights conceptual search using Curl to pass mutiple/an array of ids as a parameter

So, I am trying to pass multiple of ids ("Array of concept") on a query using Curl on IBM Concept Insights. According to the documentation on this site, I should be able to do it, but I cannot figure out how to make it work ->…
blacknred0
  • 36
  • 3
0
votes
1 answer

Text Index Parameter in concept insights gives only one instance of concept occurance

I have multiple mentions of a concept (e.g. "Gold") in my document. However concept insights' conceptual search would return Gold as a concept and only one text index for that concept (usually the first occurrence, but not always). Is there a…
Vipin
  • 7
  • 2
1
2