An open API service indexing awesome lists of open source software.

https://github.com/tejasa97/email-intent-classifier

A NLP program that predicts the intent of a customer query email.
https://github.com/tejasa97/email-intent-classifier

email-intent-classifier intent intent-classification nlp nltk training-dataset

Last synced: 3 months ago
JSON representation

A NLP program that predicts the intent of a customer query email.

Awesome Lists containing this project

README

          

# Email Intent Classifier
## A NLP program that predicts the intent of a customer query email.

### (Datasets not put up due to privacy reasons. Email if needed)
### An incoming email can have one of the folllowing 6 intents
- Sales/Promotion
- Product Specifications
- Product Availability
- Product Comparison
- Shipping
- Omnichannel

The program trains on a training dataset and then predicts the intents for the testing dataset.
CV accuracy obtained on the training dataset by splitting in ratio *80 : 20* using the CountVectorizer algorithm is obtained as **91.875 %**.