issues
search
MycroftAI
/
fallback-wolfram-alpha
Mycroft AI official Wolfram Alpha Skill - used as a fallback if an Intent is not matched
https://mycroft.ai/skills
Apache License 2.0
8
stars
24
forks
source link
Rework of the Wolfram Alpha fallback
#4
Closed
penrods
closed
7 years ago
penrods
commented
7 years ago
This rework does several things:
Added ability to request sources, generating an email to the user
Removed "did you mean", which just gave interpretations you never meant :)
Removed repetition of the question. It was awkward and stilted experience, at best.
FIX: Changed normalization for special cases -- "how many inches in meter" wouldn't handle as well as "how many inches in a meter".
Changed to Apache 2.0 licensing
Switch the private API key storage to skill settings instead of mycroft.conf (with migration code)
Switched to self.log instead of LOG
Commented code!
penrods
commented
7 years ago
@Mn0491 added .gitignore
This rework does several things: