Uses of Class
org.opensextant.extractors.geo.ScoredPlace
Packages that use ScoredPlace
Package
Description
Geo Extraction: PlaceGeocoder, SolrGazetteer, GazetteerMatcher
and related items
-
Uses of ScoredPlace in org.opensextant.extractors.geo
Methods in org.opensextant.extractors.geo that return ScoredPlaceMethods in org.opensextant.extractors.geo that return types with arguments of type ScoredPlaceMethods in org.opensextant.extractors.geo with parameters of type ScoredPlaceModifier 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.