mathtext-fastapi / CHANGELOG.md
Greg Thompson
Update CHANGELOG with changes added in 0.0.12
806adc5
|
raw
history blame
No virus
729 Bytes
## [0.0.12](https://gitlab.com/tangibleai/community/mathtext-fastapi/-/tags/0.0.12)
Improve NLU capabilities
- Improved handling for integers (1), floats (1.0), and text numbers (one)
- Integrates fuzzy keyword matching for 'easier', 'exit', 'harder', 'hint', 'next', 'stop'
- Integrates intent classification for user messages
- Improved conversation management system
- Created a data-driven quiz prototype
## [0.0.0](https://gitlab.com/tangibleai/community/mathtext-fastapi/-/tags/0.0.0)
Initial release
- Basic text to integer NLU evaluation of user responses
- Basic sentiment analysis evaluation of user responses
- Prototype conversation manager using finite state machines
- Support for logging of user message data