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 TypeMethodDescriptionvoidPlaceCandidate.addPlace(ScoredPlace place) voidPlaceCandidate.addPlace(ScoredPlace place, Double score) voidPlaceCandidate.choose(ScoredPlace geo) If caller is willing to claim an explicit choice, so be it.intScoredPlace.compareTo(ScoredPlace o) Ordering: higher score comes first in our sortable lists.voidPlaceCandidate.setChosen(ScoredPlace geo) Unlike choose(Place), setChosen(Place) just sets the value.