1 # SPDX-License-Identifier: GPL-3.0-or-later
3 # This file is part of Nominatim. (https://nominatim.org)
5 # Copyright (C) 2024 by the Nominatim developer community.
6 # For a full list of authors see the git log.
8 Module for forward search.
10 from .geocoder import (ForwardGeocoder as ForwardGeocoder)
11 from .query import (Phrase as Phrase,
12 PhraseType as PhraseType)
13 from .query_analyzer_factory import (make_query_analyzer as make_query_analyzer)