issues
search
rhasspy
/
rhasspy-nlu
Natural language understanding library for Rhasspy
MIT License
11
stars
10
forks
source link
do some code cleanup
#3
Closed
maxbachmann
closed
4 years ago
maxbachmann
commented
4 years ago
use sets to check if they hold a key since it allows faster lookups than lists
cleanup usage of pathlib
use normal string replace and split operations instead of regex operations when possible
use f-strings when possible (except for logging)
synesthesiam
commented
4 years ago
Thanks!