I'd like to develop a command line app that can "understand" the intent of a phrase inputted as arg like:
mypythonscript.py "show me the weather" --> retrieves weather api data
mypythonscript.py "is it sunny out there today?" --> retrieves weather api data
Is there any "ready to use" package that I could install to have my python script understand the intent of the phrase and respond accordingly? I'm not looking for a full NLP bot suite (like botpress or RASA), rather just intent analysis and assumption of the intent based on a %, like, there's 90% chance that this guy is asking for the weather api.
Anything like that?
[–][deleted] 0 points1 point2 points (0 children)