Find POIs around the globe that are similar to a named place, using category
similarity (TF-IDF + cosine similarity) over ~/data/bronze/poi.csv.
python -m ria.places "Eiffel Tower" # top 10 similar POIs
python -m ria.places "Pemba Island" -n 5 -v # top 5, show shared categories
python -m ria.places --csv /path/poi.csv "Mount Fiske Glacier"
python -m ria.places # interactive modeRun from the repo root with the virtualenv Python, e.g.:
.venv/bin/python src/ria/places.py "Pemba Island"