-
NYSIIS is a modern algorithm for normalizing and ranking text in search. It has better comprehension across languages than algorithms like jaro-winkler, soundex, and metaphone.
https://en.wikipedia…
-
pip installation failed Why ?
-------------------------------------------------------------------------------------------------------------------------------------------------
error: Microsoft Vi…
-
It could significantly slim down the data file graph if we could infer some of the typos using [string metric algorithms](https://en.wikipedia.org/wiki/String_metric) or other programmatic ways.
-
### Pitch
When I search for a hashtag today using the web UI or the `api/v2/search` endpoint with `type=hashtags`, the search suggestions appear to be based on a simple string comparison against what…
-
From https://github.com/johann-petrak/gateplugin-StringAnnotation/issues/10
Try to at least support matches where certain characters can be treated equal to embedded white space, e.g. hyphens.
This …
-
Hi
I'm noticing that `Metaphone::new` takes a `max_code_length` parameter, with the `default()` method setting it to a fairly short 4. Is there any possibility of making `max_code_length` optional,…
-
Can I configure the plugin so the search query "foo bar" would include results that just have "foo" or just "bar"? Maybe even `similar_text` above a certain percentage for misspellings? Thanks!
-
#11 was closed in favour of #178 . Consider that
https://openlibrary.org/search?q=%22tiananmen%22&mode=everything finds 447 hits, but
https://openlibrary.org/search?q=%22tian%27anmen%22&mode=everyth…
-
Postgres provides the [fuzzystrmatch](https://www.postgresql.org/docs/9.1/fuzzystrmatch.html) module, which includes several useful functions:
- [x] `levenshtein`, to calculate levenshtein distance…
-
sopyb updated
11 months ago