AidanTilgner / Onyx-Personal

This is my personal version of the (so far nonexistent) Onyx Systems core microservices. This is the original project and might change over time, but is completely self-hostable. Still very much pre-production though.
1 stars 0 forks source link

Look into BERT for NLU #12

Closed AidanTilgner closed 2 years ago

AidanTilgner commented 2 years ago

I've decided to go with a rule based language understanding for now, using mappings defined by dictionaries. This works for single sentences with low complexity, but to scale and add flexibility, I'd like to add a real NLP model, mainly BERT by Google.

AidanTilgner commented 2 years ago

I decided to go with nlp.js instead, it has good intent classification and basically everything I need.