simhash-ex
Text distance measure
An Elixir implementation of Simhash, a distance metric for measuring semantic similarity between texts.
Elixir implementation of Simhash
22 stars
11 watching
3 forks
Language: Elixir
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
lexmag/simetric | Facilities to calculate the distance and similarity between strings using various algorithms | 61 |
hissssst/pathex | A library for fast and functional access to nested data structures in Elixir | 339 |
stefh/simmetrics.net | A library that provides a set of distance metrics and algorithms for comparing strings in multiple programming languages and frameworks. | 127 |
group4layers/ex_image_info | An Elixir library to parse images and extract their dimensions, mime-type, and validity. | 95 |
meh/exts | A lightweight Elixir wrapper around the built-in ets table implementation for storing and managing Erlang terms | 8 |
sindresorhus/leven | A JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity. | 715 |
pkinney/distance | Provides functions to calculate distances between points and lines in 2D and 3D spaces | 62 |
vic/expat | Library providing reusable and composable pattern matching in Elixir for simplifying code and improving readability | 177 |
meh/exquisite | A tool for generating match_specs from LINQ-inspired queries at compile-time for use with Elixir record types. | 79 |
tyler-pierce/simplestatex | A simple Elixir library to record and store statistics with various time periods | 12 |
mkusner/wmd | Calculates a measure of document similarity based on word embeddings | 538 |
c404/distance-matrix-api | Provides a set of APIs to calculate distances and travel times between locations using Google's Distance Matrix API | 30 |
carturoch/ex_uc | Conversions between different units of measurement in various contexts. | 21 |
agext/levenshtein | Calculates Levenshtein distance and similarity metrics between two strings | 86 |
shhavel/uri_query | A utility library for encoding and parsing URI query parameters in Elixir. | 13 |