This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
James E. Flemer (author)
Thu May 21 13:14:15 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Thu May 21 13:14:15 -0700 2009 | |
| |
placemaker | Thu May 21 13:14:15 -0700 2009 |
README.markdown
Placemaker CLI
This is a command-line interface to Yahoo!'s Placemaker API. Placemaker is a geoparsing web service, which means that it extracts locations from bodies of text.
Usage
To use it, point it at a URL that you'd like locations extracted from:
$ ./placemaker --appid=<appid> <url>
Or feed it something content directly:
$ cat document.txt | ./placemaker --appid=<appid> --documentType=text/plain -
Optional arguments are (default):
--documentType=mime/type (text/html)
--inputLanguage=lang-code (en-US)
--autodisambiguate=true|false (false)
--outputType={xml|rss} (xml)
--focusWoeid=number (none)
--documentTitle=string (none)
To register for an app id, visit https://developer.yahoo.com/wsregapp/







