awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesSearch Engine Analysis Extensions

Plugins that extend the linguistic analysis capabilities of distributed search engines.

Distinct from Elasticsearch Compatible Engines: Candidates focus on API compatibility or data shipping, not on extending the internal linguistic analysis pipeline.

Explore 2 awesome GitHub repositories matching data & databases · Search Engine Analysis Extensions. Refine with filters or upvote what's useful.

Awesome Search Engine Analysis Extensions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • infinilabs/analysis-ikAvatar von infinilabs

    infinilabs/analysis-ik

    17,468Auf GitHub ansehen↗

    Analysis-ik is a Chinese text segmenter and analysis plugin for Lucene-based search engines. It provides a specialized analyzer for splitting Chinese sentences into meaningful words to improve indexing and search accuracy within Elasticsearch and OpenSearch. The project features a dynamic dictionary manager that can load word libraries and stop-word files from remote HTTP endpoints. It monitors metadata headers on these remote files to trigger automatic vocabulary updates without requiring a service restart. The analyzer supports both fine-grained exhaustive and coarse-grained smart segmenta

    Integrates the Lucene IK analyzer into Elasticsearch and OpenSearch for improved Chinese language processing.

    Javaanalyzereasysearchelasticsearch
    Auf GitHub ansehen↗17,468
  • osm-search/nominatimAvatar von osm-search

    osm-search/Nominatim

    4,334Auf GitHub ansehen↗

    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

    Generates multiple normalized forms of place names to improve the recall of search queries.

    Pythongeocodingopenstreetmaposm
    Auf GitHub ansehen↗4,334
  1. Home
  2. Data & Databases
  3. Search Engine Analysis Extensions

Unter-Tags erkunden

  • Linguistic Search Variant GeneratorsModules that create normalized search variations of place names to improve recall for abbreviations and spelling variants. **Distinct from Search Engine Analysis Extensions:** Specifically handles the generation of search variants from place names rather than general linguistic plugin architecture.