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

https://github.com/ericzon/basic-intent-classification


https://github.com/ericzon/basic-intent-classification

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Basic intent classification
==========================

This is just a simple basic example of NLU using TF-IDF & SVM for intent classification.

Pre requisites:
- To have poetry installed

Run code:
```
poetry install
poetry run start
```

Other options for NLU depending on the needs:

- SpaCy
- Keras
- CNN
- LLM
...

Disclaimer: The accuracy will appear very low due to corpus size.

**Troubleshooting**

- If some error appears related with missing corpora/wordnet, take a look to this post: https://stackoverflow.com/questions/13965823/resource-corpora-wordnet-not-found-on-heroku