Greg Thompson commited on
Commit
9e1c301
1 Parent(s): a46cea3

Update CHANGELOG with changes added in 0.0.12

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +9 -0
CHANGELOG.md CHANGED
@@ -1,4 +1,13 @@
1
 
 
 
 
 
 
 
 
 
 
2
 
3
  ## [0.0.0](https://gitlab.com/tangibleai/community/mathtext-fastapi/-/tags/0.0.0)
4
 
 
1
 
2
+ ## [0.0.12](https://gitlab.com/tangibleai/community/mathtext-fastapi/-/tags/0.0.12)
3
+
4
+ Improve NLU capabilities
5
+ - Improved handling for integers (1), floats (1.0), and text numbers (one)
6
+ - Integrates fuzzy keyword matching for 'easier', 'exit', 'harder', 'hint', 'next', 'stop'
7
+ - Integrates intent classification for user messages
8
+ - Improved conversation management system
9
+ - Created a data-driven quiz prototype
10
+
11
 
12
  ## [0.0.0](https://gitlab.com/tangibleai/community/mathtext-fastapi/-/tags/0.0.0)
13