Uses of Class
org.opensextant.extractors.geo.ScoredPlace
Package
Description
Geo Extraction: PlaceGeocoder, SolrGazetteer, GazetteerMatcher
and related items
-
Uses of ScoredPlace in org.opensextant.extractors.geo
Modifier and TypeMethodDescriptionvoid
PlaceCandidate.addPlace
(ScoredPlace place) void
PlaceCandidate.addPlace
(ScoredPlace place, Double score) void
PlaceCandidate.choose
(ScoredPlace geo) If caller is willing to claim an explicit choice, so be it.int
ScoredPlace.compareTo
(ScoredPlace o) Ordering: higher score comes first in our sortable lists.void
PlaceCandidate.setChosen
(ScoredPlace geo) Unlike choose(Place), setChosen(Place) just sets the value.