Skip to content

asaii/geograpy2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geograpy2

Extract place names from a URL or text, and add context to those names -- for example distinguishing between a country, region or city.

Install & Setup

Grab the package using pip (this will take a few minutes)

pip install geograpy2

Geograpy2 uses NLTK for entity recognition, so you'll also need to download the models we're using. Fortunately there's a command that'll take care of this for you.

geograpy-nltk

Basic Usage

Import the module, give some text or a URL, and presto.

import geograpy2
url = 'http://www.bbc.com/news/world-europe-26919928'
places = geograpy2.get_place_context(url=url)

Credits

Geograpy2 is a fork of geograpy and inherits most of it, but solves several problems (such as support for utf8, places names with multiple words, confusion over homonyms etc).

Geograpy2 uses the following excellent libraries:

Geograpy uses the following data sources:

Hat tip to Chris Albon for the name.

Released under the MIT license.

About

Extract place names from a URL or text, and add context to those names -- for example distinguishing between a country, region or city.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%