ClemBot
ClemBot copied to clipboard
Grades Cog: Multi-search options for professors
The idea is pretty simple, implement multiple ways of searching for a professor. This would tie in well with being able to return a list of professor names, as well as with fuzzy searching.
Suggested examples for implementation:
!prof <first name> <last name>(what we currently have)!prof <last name> <first name>!prof <first name>!prof <last name>
I looked into fuzzy search a bit for this, and def something i want however it will have to be fast