hashedindex

Python package providing an Inverted Index implementation using dictionaries (by MichaelAquilina)

Hashedindex Alternatives

Similar projects and alternatives to hashedindex

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better hashedindex alternative or higher similarity.

hashedindex reviews and mentions

Posts with mentions or reviews of hashedindex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-29.
  • Ask HN: What is the most interesting software you wrote in a few days?
    8 projects | news.ycombinator.com | 29 May 2022
    Around April 2020 I identified a project need for an "inverted search engine" - a system that would accept documents (recipe ingredient lines, like "three large onions") as input, and would match those against a dataset of terms (ingredient names, like "tofu" or "tomato").

    That would have been possible with a feature like percolation[1] in Elasticsearch, but I felt that the overhead of maintaining state (percolator queries) by using a network service would be excessive and that building an in-process alternative would be feasible.

    The result is hashedixsearch[2], a pure-Python search engine library with support for stemming, synonyms and a few other features[3] to support the use-case.

    It builds upon inverted index support provided by the hashedindex[4] library.

    [1] - https://www.elastic.co/guide/en/elasticsearch/reference/curr...

    [2] - https://pypi.org/project/hashedixsearch/

    [3] - https://github.com/openculinary/hashedixsearch/blob/6980ee63...

    [4] - https://github.com/michaelaquilina/hashedindex/

Stats

Basic hashedindex repo stats
1
34
10.0
about 3 years ago

MichaelAquilina/hashedindex is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.

The primary programming language of hashedindex is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com