-
Hello,
I tried to modify some names for matching [Ahmed, Mohamed, Jouliana] by making slight alterations and then attempted to find matches. I anticipated matches like (1,2), (3,4), (3,5), (4,5), a…
-
## String-related functions
- [x] explode (#19)
- [ ] implode
- [ ] levenshtein
- [ ] str_rot13
- [ ] addcslashes
- [ ] addslashes
- [ ] bin2hex
- [ ] chop
- [ ] chr
- [ ] chunk_split
- [ ]…
-
## String-related functions
- [x] explode (#24)
- [x] implode (#24)
- [ ] levenshtein
- [ ] addcslashes
- [ ] addslashes
- [ ] bin2hex
- [ ] chop
- [ ] chr
- [ ] chunk_split
- [ ] convert_…
-
Trying to find a solution to determine if two words rhyme - is it possible to do this with the current functionality of natural?
Thanks
-
I was trying to compile ```levenshtein.c``` and got this error:
```
clang -fPIC -Isqlite3 -o levenshtein.sqlext levenshtein.c -v
clang version 9.0.1
Target: x86_64-pc-linux-gnu
Thread model: posi…
-
## String-related functions
- [x] explode
- [x] implode
- [x] ucwords
- [x] [levenshtein](https://github.com/teknologi-umum/pehape/pull/42)
- [ ] addcslashes
- [x] addslashes
- [x] [bin2hex](ht…
-
**Is your feature request related to a problem? Please describe.**
The text from the user could be erroneous (due to typos or spelling mistakes) or have abbreviated words (BLR for Bangalore Airport).…
-
## Feature Request
**Is your feature request related to a problem? Please describe:**
Not a high priority, but apart from `SOUNDEX()` the LOAD_FILE function is the only string function not suppo…
morgo updated
3 years ago
-
I would like to suggest a possibility to compare persons names by using the Levenshtein Distance algorithm. See http://en.wikipedia.org/wiki/Levenshtein_distance
My genealogical 'research' is primari…
-
As all rebased commits have new hashes PHPCI consider them as new commits and creates a lot of pending builds.
I propose to discuss how to figure out such situation.
Possible solutions:
1. Put on ho…