Releases: ajdavidl/Linguae
Releases · ajdavidl/Linguae
v0.7.0
- Add wordLists module.
- Add new dictionaries and new functions to dictionary module.
- Add function llmTeacher to LLM module.
v0.6.0
- Add new module LLM (large language model);
- Add functions to use the conceptnet numberbatch vectors in the conceptnet module;
- Add functions to run the bark model in the text2speech module.
v0.5.0
- Add spell checker module;
- Add report module;
- Update stemming module;
- Add error messages.
v0.4.0
- Add module text to speech.
- Add functions to open wikwik and conceptnet sites.
- Add translation function that uses the Helsinki-NLP model.
v0.3.0
- Add a new module: numspell. This module receive an interger as input and returns a string with the cardinal number spelling.
v0.2.1
- Organize the data folder;
- Fix chatterbot branch name in the dependency list.
- Add missing dependency to setup.cfg;
- Remove git dependency that breaks installation in setup.cfg. This dependency is already in the requirements.txt file.
v0.2.0
- New module chatbot. It uses the Chatterbot package and the dialoGPT model for English and Spanish.
- Add German Bert to the fillMask module.
- Add German GPT to the textGeneration moule.