Questions tagged [nlu]

Use this tag for questions concerning approaches and algorithms specific to NLU (Natural Language Understanding).

NLU (Natural Language Understanding) is a subfield of NLP (Natural Language Processing) that deals specifically with machine understanding and interpretation of human language. NLU goes beyond speech recognition to determine a user’s intent and uses machine learning models to also recognize context, syntax, language patterns and sentiment. Business applications include virtual assistants and chatbots.

63 questions
-1
votes
1 answer

Need a very basic answer to what an NLU engine is

I have designed a chatbot system in which we allow users to create their entities and intents (using phrases). At runtime the user input is matched against all the training phrases to derive at the intent that should be processed. I want to…
-1
votes
1 answer

Creating tables from unstructured texts about stock market

I am trying to extract information such as profits, revenues and others along with their corresponding dates and quarters from an unstructured text about stock market and convert it into a report in the table form but as there is not format of the…
-2
votes
1 answer

calculate similarity between two lists of tags

How can I calculate the semantic similarity between two lists of tags? For example: Input list1 = ['marketing', 'social medial', 'operations', 'management'] list2 = ['software development', 'system network', 'system design'] Ouput 5% Are there any…
ApplePie
  • 1,155
  • 3
  • 12
  • 30
1 2 3 4
5