Commit Graph

127 Commits

Author SHA1 Message Date
Mathieu B
dc42b827fb Complete handling of intent with @intent_manager on top of method (woohoo) 2021-07-28 19:31:47 +02:00
Mathieu B
3372594987 Added register_intent in Skill class and grammar 2021-07-28 18:05:34 +02:00
Mathieu B
1e9f9cd0ba Fixed the skill system (I don't know how, luck probably) 2021-07-28 17:56:05 +02:00
Mathieu B
36a17ff425 Whole new skill system (starting wikipedia skill) BUT DOESN'T WORK SEE TODO 2021-07-27 23:10:01 +02:00
Mathieu B
6f75239397 spacy starting warning log 2021-07-27 18:07:51 +02:00
Mathieu B
dc23d6a80a Optimised spacy first loading 2021-07-27 18:07:04 +02:00
Mathieu B
d9cf5e56de Added auto spacy model based on language 2021-07-27 17:55:20 +02:00
Mathieu B
ab86509e61 Moved everything to jarvis/... and added spacy for stopwords 2021-07-27 17:44:51 +02:00
Mathieu B
3bf6737f45 Added NLP Utils to remove stopwords for example 2021-07-27 17:00:06 +02:00
Mathieu B
17acd5e05d Removed useless init.py and moved the jokes api token in the secrets 2021-07-27 16:38:51 +02:00
Mathieu B
ca91994975 removed test print 2021-07-27 16:28:28 +02:00
Mathieu B
2990a9e464 Added get_language instead of config.get("LANGUGE") 2021-07-27 16:27:55 +02:00
Mathieu B
775e0fbfdf Fixed error on train after renaming to skills 2021-07-27 12:39:39 +02:00
Mathieu B
7f7feb27e9 Renamed intents for skills 2021-07-27 12:37:09 +02:00
Mathieu B
53da5409b4 Added jokes 2021-07-26 22:46:47 +02:00
Mathieu B
db13666d57 Added support for "what day are we" 2021-07-26 22:07:51 +02:00
Mathieu B
cae27505fc Stop process if tag is 'dont_understand' and process the intent dynamically from the path 2021-07-26 21:50:14 +02:00
Mathieu B
7926df3740 Retrained model 2021-07-26 21:49:21 +02:00
Mathieu B
b0cb9b7875 Implemented all (most) of the NLTK supported languages from the config 2021-07-26 21:49:03 +02:00
Mathieu B
1e7f1529d2 Support for 12hour format from config file for what_time_is_it intent 2021-07-26 21:48:23 +02:00
Mathieu B
37678cb247 Implemented language in config and 12hours-format aswell 2021-07-26 21:48:04 +02:00
Mathieu B
708ea65163 Add "import method from string" in new utils file 2021-07-26 20:55:36 +02:00
Mathieu B
be01ac4b27 add get_path from intent tag 2021-07-26 20:55:02 +02:00
Mathieu B
f082471107 Sentence processing can now be used with the REST API 2021-07-26 19:52:20 +02:00
Mathieu B
06b8be8026 Fully working training and sentence recognition from the model, added stuff to README and requirements 2021-07-26 19:39:24 +02:00
Mathieu B
a6ad82e284 Added basic README 2021-07-26 18:35:44 +02:00
Mathieu B
8131b046b2 Base 2021-07-26 18:23:32 +02:00