Questions tagged [watson-nlu]

Watson NLU uses deep linguistic parsing, statistical natural language processing, and machine learning to analyze your content, extracting semantic meta-data: information about people, places, companies, topics, languages, and more.

56 questions
0
votes
1 answer

What are the speed benchmarks in Watson-NLU?

I am trying to process tweets stored in a text file. My code reads the tweets(one by one), processes them and then save the results of Watson in a csv file. The speed is around 28 tweets per minute only. Is data file handling causing this…
0
votes
1 answer

Launch Tool is missing in IBM Watson Natural understanding when creating custom model

I am facing a weird issue. I am trying to create a custom model in IBM Watson natural language understanding with lite plan.No launch tool option is shown to create custom model. To be clear, ideallly the page should be like this as described in all…
0
votes
1 answer

Watson knowledge studio not return the relation between entities

I am working on Watson Knowledge Studio and have built a custom model on it. I have declared many relations for my documents and all my documents are different. I have successfully deployed the model on the Natural Language Understanding service.…
user7664492
0
votes
1 answer

NLU doesnt recognize few names

I am working on a chatbot that uses both Watson conversation and NLU. My chatbot is designed to provide information about other people - friends, colleagues (ex: their current position, contact number etc.,). Chat bot isnt able to recognize few…
0
votes
1 answer

IBM Watson Natural Language Understanding uploading multiple documents for analysis

I have roughly 200 documents that need to have IBM Watson NLU analysis done. Currently, processing is performed one at a time. Will NLU be able preform a batch analysis? What is the correct python code or process to batch load the files and then…
RileyZ71
  • 25
  • 7
0
votes
1 answer

Is it possible to use WKS type Systems and Conversation Entities toghether

I am trying to add watson knowledge studio model via discovery to a chatbot built on conversation. The question I have is that when I start using WKS model with its own Type systems, then how will the entities already defined in conversations be…
0
votes
1 answer

watson and custom concepts

Correct me if I'm wrong, Watson is only able to recognize concepts(no entities) that exist on DBpedia, right? If not, I would be thankful if you could tell me what is the correct way to recognize custom concepts i.e. to recognize those that don't…
Tony
  • 9
  • 2
0
votes
2 answers

Why is NLU not picking up an entire text of data

I appears that NLU is not recognizing the full blob of data I am providing it. Am I doing something wrong in my code or have misplaced assumptions on how the api should work? The response from the api is included and it contains the code that was…
-1
votes
2 answers

Is it possible to use 2 Watson NLU model id's in same API call deployed from Watson Knowledge Studio?

I wanted to develop a model using Watson Knowledge studio, which has both rule based and machine learning models(some entities must be rules based, some must be machine learning pre-annotator), due to limitations from Watson i cannot build a single…
-1
votes
2 answers

Does Watson NLU support Hebrew?

does Watson NLU support Hebrew, including entities, sentiments? couldnt find it in the documentation thanks very much Lior
Lior
  • 40,466
  • 12
  • 38
  • 40
-1
votes
2 answers

Watson Knowledge Studio - Storage error

Have created a model in Watson Knowledge Studio and deploying it in NLU service of Bluemix. Recently I get the below error while deploying. "This operation cannot be completed because the model size exceeds the subscription storage size 5 GB." What…
Vinny
  • 85
  • 1
  • 5
1 2 3
4