-
Updated
Jul 9, 2020 - Python
#
intent-classification
Here are 61 public repositories matching this topic...
An open source library for deep learning end-to-end dialog systems and chatbots.
nlp
bot
machine-learning
deep-neural-networks
ai
deep-learning
tensorflow
chatbot
artificial-intelligence
named-entity-recognition
question-answering
chitchat
nlp-machine-learning
dialogue-agents
dialogue-systems
slot-filling
entity-extraction
dialogue-manager
intent-classification
intent-detection
building a chinese dialogue system based on the newest version of rasa(基于最新版本rasa搭建的对话系统)
python
demo
tensorflow
policy
rasa-nlu
transformer
chinese
rasa
bert
slot-filling
intent-classification
rasa-core
rasa-nlu-gao
rasa-chatbot
train-dialogue
rasa-x
-
Updated
Jun 21, 2020 - Python
multi_task_NLP is a utility toolkit enabling NLP developers to easily train and infer a single model for multiple tasks.
nlp
transformers
pytorch
named-entity-recognition
ranking
sentence-classification
nlp-apis
nlp-library
sequence-labeling
machine-comprehension
context-awareness
entailment
intent-classification
nlp-datasets
multitask-learning
nli-tasks
-
Updated
Jun 18, 2020 - Python
State of the Art results in Intent Classification using Sematic Hashing for three datasets: AskUbuntu, Chatbot and WebApplication.
python
jupyter
chatbot
intent
pytorch
dataset
intent-classification
state-of-the-art
semantic-hashing
-
Updated
May 5, 2020 - Jupyter Notebook
A neural network intent parser
-
Updated
May 25, 2020 - Python
CNN for intent classification task in a Chatbot
-
Updated
Oct 22, 2019 - Jupyter Notebook
natural-language-processing
neural-networks
nlp-machine-learning
natural-language-understanding
intent-classification
-
Updated
Aug 24, 2018 - Python
Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"
-
Updated
May 11, 2020 - Python
Labelling Sequential Data in Natural Language Processing with R - using CRFsuite
nlp
data-science
natural-language-processing
r
crf
r-package
chunking
ner
crfsuite
conditional-random-fields
intent-classification
-
Updated
May 12, 2020 - C
Natural language understanding library for chatbots with intent recognition and entity extraction.
nlp
bot
deep-learning
text-classification
chatbot
bot-framework
nlu
information-extraction
spacy
fuzzywuzzy
nlp-machine-learning
nlp-keywords-extraction
chatbot-framework
entity-extraction
conversational-ai
intent-classification
intent-detection
intent-parser
flashtext
nlu-engine
-
Updated
Dec 29, 2019 - Python
Vishi13
commented
Mar 27, 2020
Is your feature request related to a problem? Please describe.
To use google geolocation api, User has to fill the credit details. Instead, we can use opensource geocoding api available.
Describe the solution you'd like
We can use alternate geocoding api available to get the same feature.
Open
Import Wiki
ghostzero
commented
Apr 23, 2018
Import the Wiki from a backup.
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
deep-neural-networks
text-classification
word-embeddings
snapshot
image-processing
text-generation
autoencoder
image-classification
deeplearning
text-processing
image-segmentation
semantic-relationship-extraction
keras-neural-networks
u-net
bi-lstm-crf
intent-classification
attention-lstm
inception-architecture
unet-keras
-
Updated
Aug 9, 2019 - Jupyter Notebook
reference pytorch code for intent classification
optimization
transformers
cnn
pytorch
densenet
pruning
sentence-classification
quantization
sst
bert
snips
dsa
intent-classification
electra
onnx
roberta
openvino
onnxruntime
spanbert
distilbert
-
Updated
Jul 9, 2020 - Python
An Open Toolkit for Universal Extraction from Text
named-entity-recognition
event-extraction
slot-filling
relation-extraction
intent-classification
triple-extraction
nlp-extraction-tasks
-
Updated
Jul 1, 2020 - Python
Annabelle the noob. An experimental, incomplete(at present) chatbot.
-
Updated
Dec 11, 2018 - Python
Using Tensorflow to train a slot-filling & intent joint model
-
Updated
Feb 9, 2018 - Python
Java tools to do natural language processing like NER and intent classification on short sentences
natural-language-processing
named-entity-recognition
conditional-random-fields
maximum-entropy
intent-classification
-
Updated
Aug 12, 2018 - Java
The Ovation Framework for Conversational Intelligence
-
Updated
Mar 30, 2020 - Python
Towards an Understanding of Entity-Oriented Search Intents - ECIR'18
search-engine
semantic-search
search-engines
understading
test-collection
query-intent
query-understanding
user-intent
intent-classification
search-intent
entity-oriented
entity-oriented-search-intent
ecir-2018
ecir-18
ecir2018
ecir18
query-intent-classification
-
Updated
Jun 28, 2019
Intent classification using a variety of deep learning models
-
Updated
Aug 9, 2018 - Jupyter Notebook
reflect's backend - determine intent validity
-
Updated
Apr 30, 2020 - Python
A chat bot designed to answer FAQs of a specific subject using Rasa-NLU (Natural Language API)
nlp
machine-learning
natural-language-processing
deep-learning
tensorflow
chatbot
keras
recurrent-neural-networks
spacy
rasa-nlu
conversational-agents
conversational-bots
natural-language-understanding
intent-classification
intent-detection
-
Updated
Jul 13, 2018 - Jupyter Notebook
基于 rasa 1.x 版本搭建的英文天气查询 demo | A simple & micro English Weatherbot based on rasa framework
demo
tensorflow
rasa-nlu
rasa
slot-filling
intent-classification
chinese-chatbot
rasa-chatbot
rasa-x
-
Updated
Aug 15, 2019 - Python
Intent classification and entity extraction with natural language understanding using RASA-NLU.
-
Updated
Jun 14, 2018 - Jupyter Notebook
An Open-Source Package for Universal Extraction (UE)
information-extraction
named-entity-recognition
slot-filling
sentiment-classification
relation-extraction
intent-classification
opinion-target-extraction
-
Updated
Apr 30, 2020 - Python
Improve this page
Add a description, image, and links to the intent-classification topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the intent-classification topic, visit your repo's landing page and select "manage topics."
I have some values in slots that are surrounded by curly braces and are meant to be returned as is. Instead, the trailing brace is being stripped. "${website}" becomes "${website". I have training examples where the whole "${website}" is included. Is there a way to change this behavior?