-
```
What steps will reproduce the problem?
1. run tweetx at new directory.
2. exit tweetx.
3. following files are generated logging.txt words.cache words.soundex
What is the expected output? What do …
-
Hi, I change all sentences but I do not know if it will work in other languages, doesn't work to me. It's because they're in spanish?
-
Suggestion:
extract phonemes/graphemes from words
https://www.dyslexia-reading-well.com/44-phonemes-in-english.html
Example
"laugh" -> ```{ graphemes: ['l','au','gh'], phonemes: ['l','æ','f'…
-
-
Hello,
Does the algorithm support fuzzy matching between two **non-English strings**? I'm trying to match two Arabic records but returns 0 matches even with identical documents. Is this feasible,…
-
### 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…
-
This is a list of all the currently supported encodings/ciphers in Ciphey.
We need to make them in Rust for Ares to achieve feature parity.
# Encodings
* [x] Base2 (Binary)
* [ ] Base8 (Octal)
…
-
I'm getting this error using `adapter-node` with sveltekit after upgrading to latest.
`Dynamic require of "util" is not supported`
Here's the node error:
```
$ node build/index.js
Listen…
-
There exists a matching algorithm using weights on different variables to establish a matching score between multiple (not-exactly) duplicate records. For example, Soundex is used for name variables.
…
-
Like [in MySQL](http://dev.mysql.com/doc/refman/5.7/en/string-functions.html#function_replace). See also #560.