Skip to content

Demonstration for identifying places in text, geocoding, and displaying a map.

Notifications You must be signed in to change notification settings

j12y/text-to-map-python-flask-nltk-here

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read more about this demonstration at: https://developer.here.com/blog

This demonstrates a few operations:

  • extract text from HTML with BeautifulSoup
  • extract places from text with NLTK
  • lookup lat,lon with HERE Geocoder API
  • render markers with HERE Map Image API

The use case is taking a NY Times, BBC, or Wall Street Journal travel article and rendering any of the places mentioned on a map.

Includes:

  • Simple Demo of Concepts
  • Complex NLTK Implementation

About

Demonstration for identifying places in text, geocoding, and displaying a map.

Topics

Resources

Stars

Watchers

Forks

Languages