Skip to content
#

nlu-engine

Here are 29 public repositories matching this topic...

One of the main NLU tasks is to understand the intents (sequence classification) and slots (entities within the sequence). This repo help classify both together using Joint Model (multitask model). BERT_SMALL is used which can be changed to any other BERT variant.

  • Updated Jun 22, 2022
  • Python
public-sentiment-analysis-based-on-twitter-hashtags

This project focuses on sentiment analysis. Social Sentiment analysis is the use of natural language processing (NLP) to analyze social conversations online and determine deeper context as they apply to a topic, brand or theme.

  • Updated Jan 9, 2022
  • Jupyter Notebook

Demo and benchmarks for building an NLU engine similar to those in voice assistants. Several intent classifiers are implemented and benchmarked. Conditional Random Fields (CRFs) are used for entity extraction.

  • Updated Apr 29, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the nlu-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nlu-engine topic, visit your repo's landing page and select "manage topics."

Learn more