issues
search
aosingh
/
lexpy
Python package for lexicon; Trie and DAWG implementation.
GNU General Public License v3.0
55
stars
7
forks
source link
v1.0.0
#10
Closed
aosingh
closed
2 years ago
aosingh
commented
2 years ago
Added support for Python 3.10. Dropped Python 3.6
Optimized the function validate_expression()
Support for special characters. Characters other than ? and * will be matched literally
Added more unit test cases
Simplified add_all() method
Removed travis.yml and appveyor.yml
Continous Integration using Github Action
Simplified Readme