-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea: shiny app/function to help identify the theme() command someone is looking for #54
Comments
isnt that pretty self contained in how element_* are defined as lists with their own docs? |
I'm thinking (prototyping) a search where a user enters text and gets suggestions for the full call, not just pointers to docs about |
interesting. maybe @jonthegeek would be interested in this. He deals with BERT and that would fit nicely in this type of idea i think. |
I have a prototype I'll push to a branch that does an okay job, but yeah - if anyone wants to have a go at doing some language stuff on suggestions then I'm all for it. |
Prototype: https://github.com/jonocarroll/howdoi Features:
This could still be improved by some NLP, but for now it does an okay job at suggesting calls. Where it doesn't, the issue creator will (hopefully) give some insight into what's not working. |
TODO:
|
Looks like a good start. I’ll play around with it this weekend. |
User enters "rotate" and gets a list of
theme()
commands which match. User extends to "rotate x" and the list refines.The text was updated successfully, but these errors were encountered: