Skip to content

Commit

Permalink
Merge pull request #49 from the-deep-nlp/add_new_geolocs
Browse files Browse the repository at this point in the history
added more geolocations on the mock data;
  • Loading branch information
sudan45 authored Apr 10, 2024
2 parents c4d2a53 + e34abe0 commit b369256
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions analysis_module/mock_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,8 @@
"meta": {
"offset_start": 88,
"offset_end": 94,
"latitude": -10,
"longitude": -55
"latitude": 5.15,
"longitude": 46.19
}
},
{
Expand All @@ -649,7 +649,43 @@
"offset_start": 183,
"offset_end": 191,
"latitude": 39.6945,
"longitude": -8.13057
"longitude": 8.13057
}
},
{
"entity": "Colombia",
"meta": {
"offset_start": 195,
"offset_end": 198,
"latitude": 4.57,
"longitude": 74.29
}
},
{
"entity": "Arauca",
"meta": {
"offset_start": 105,
"offset_end": 108,
"latitude": 7.07,
"longitude": 70.71
}
},
{
"entity": "Turkey",
"meta": {
"offset_start": 255,
"offset_end": 158,
"latitude": 38.96,
"longitude": 35.24
}
},
{
"entity": "Antalya",
"meta": {
"offset_start": 135,
"offset_end": 138,
"latitude": 36.89,
"longitude": 30.71
}
}
],
Expand Down

0 comments on commit b369256

Please sign in to comment.