I'm implementing a multi-search feature to provide query suggestions based on popular queries. However, some of these queries contain grammatically incorrect words or phrases, and I want to exclude them from the suggestions.
What is the best way to identify and filter out grammatically incorrect queries? Are there any feature or tools that can help with this task?