awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesSearch Phrase Preprocessors

Modules that transform and categorize raw search queries before they are tokenized.

Distinct from Query Extensions: Distinct from query engine extensions as it focuses on the input string transformation phase before the query is executed.

Explore 1 awesome GitHub repository matching software engineering & architecture · Search Phrase Preprocessors. Refine with filters or upvote what's useful.

Awesome Search Phrase Preprocessors GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • osm-search/nominatimAvatar de osm-search

    osm-search/Nominatim

    4,334Ver en GitHub↗

    Nominatim is a self-hosted geospatial search engine and geocoding server that utilizes OpenStreetMap data. It provides a complete infrastructure for forward geocoding, converting addresses or place names into geographic coordinates, and reverse geocoding, translating coordinates into human-readable physical addresses. The project features a dedicated data importer that parses raw map data into a PostgreSQL geospatial database. It distinguishes itself through a configurable import pipeline that uses style files to filter map features and an importance-based ranking system to prioritize search

    Uses external modules to transform and categorize raw search queries before they enter the tokenization pipeline.

    Pythongeocodingopenstreetmaposm
    Ver en GitHub↗4,334
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Extensibility
  5. Plugin Architectures
  6. Developer Authoring Interfaces
  7. Custom Module Implementations
  8. Query Extensions
  9. Search Phrase Preprocessors

Explorar subetiquetas

  • Search Phrase ClassifiersKeyword-based files used to categorize and interpret search queries to improve geocoding accuracy. **Distinct from Search Phrase Preprocessors:** Focuses on the static keyword classification files used for interpretation, rather than the functional preprocessor modules that transform the strings.