Is your feature request related to a problem? Please describe.
A complex logic involving compound dependencies and proper nouns is set up to filter out location names from the query. Can turn out to be not very accurate when using long sentences that uses multiple nouns.
Describe the solution you'd like
Using proper nouns to parse location names from the query would be replaced by Named Entity Recognition of spaCy.
Is your feature request related to a problem? Please describe. A complex logic involving compound dependencies and proper nouns is set up to filter out location names from the query. Can turn out to be not very accurate when using long sentences that uses multiple nouns.
Describe the solution you'd like Using proper nouns to parse location names from the query would be replaced by Named Entity Recognition of spaCy.
Describe alternatives you've considered None
Additional context spaCy NER