country-in-text-detector
Version:
Module for detection of countries in given text. Detects countries by international and local name, some of them in more language mutations. Uses also names of large cities to derive related countries.
34 lines (33 loc) • 953 B
JSON
{
"name": "country-in-text-detector",
"version": "1.0.10",
"author": "Jan Rus <ing.janrus@gmail.com> (https://cz.linkedin.com/in/rusjan)",
"description": "Module for detection of countries in given text. Detects countries by international and local name, some of them in more language mutations. Uses also names of large cities to derive related countries.",
"keywords": [
"country",
"state",
"city",
"detection",
"identification",
"string",
"location"
],
"license": "MIT",
"main": "index.json",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jan-rus/country-in-text-detector.git"
},
"engines": {
"node": ">=1.0.0",
"coffee-script": ">=1.0.0"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/jan-rus/country-in-text-detector/issues"
},
"homepage": "https://github.com/jan-rus/country-in-text-detector#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}