Describe the bug
Certain airlines such as "Indigo", "Emirates" and "Air Arabia G9", and words like "Admitted" and "Arrived" are showing up on the Travel Cluster as International Destination Nodes.
To Reproduce
Steps to reproduce the behavior:
Go to 'covid19india.org'
Click on 'Clusters' tab
Select 'Travel' cluster filter
You would notice the above mentioned words showing up as international travel nodes on the graph.
Expected behavior
These values should not show up on the map as they are either the means of travel or are actions, and have nothing to do with one's travel itinerary.
Screenshots
Additional context
The problem is probably cropping up as this information is being fetched by crawling through the Notes tagged to each patient and exploring for comma separated values in those notes.
This repo is using the NLP api for making structured travel data out of unstructured notes from https://github.com/NirantK/coronaIndia. Possible to report it on that repo?
Describe the bug Certain airlines such as "Indigo", "Emirates" and "Air Arabia G9", and words like "Admitted" and "Arrived" are showing up on the Travel Cluster as International Destination Nodes.
To Reproduce Steps to reproduce the behavior:
Expected behavior These values should not show up on the map as they are either the means of travel or are actions, and have nothing to do with one's travel itinerary.
Screenshots
Additional context The problem is probably cropping up as this information is being fetched by crawling through the Notes tagged to each patient and exploring for comma separated values in those notes.