python3-padatious

An efficient and agile neural network intent parser
  https://github.com/MycroftAI/padatious
  0
  no reviews



Padatious is a machine-learning, neural-network based intent parser. It is an alternative to the Adapt intent parser. Unlinke adapt, which uses small groups of unique words, Padatious is trained on the sentence as a whole.

Padatious has a number of key benefits over other intent parsing technologies.

* With Padatious, Intents are easy to create * The machine learning model in Padatious requires a relatively small amount of data * Machine learning models need to be trained. The model used by Padatious is quick and easy to train. * Intents run independently of each other. This allows quickly installing new skills without retraining all other skill intents. * With Padatious, you can easily extract entities and then use these in Skills. For example, "Find the nearest gas station" -> { "place":"gas station" }

This package installs the library for Python 3.