vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

Handling location names with spaCy's NER #169

Closed chttrjeankr closed 4 years ago

chttrjeankr commented 4 years ago

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

chttrjeankr commented 4 years ago

Fixed by #172