You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current parsing contains hard-coded strings in English and is generally imperfect. Finding a drink in the database also returns some improper substring matches.
Initial Implementation Requirements
Refactor input normalization to use resource files for any hard-coded strings (OvosCommonQuery noise word removal might be relevant)
Update search results to toss unlikely substrings (i.e. "ink" drink matching "think" in the input)
Objective
Current parsing contains hard-coded strings in English and is generally imperfect. Finding a drink in the database also returns some improper substring matches.
Initial Implementation Requirements
Other Considerations
The text was updated successfully, but these errors were encountered: