Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Paitrault committed Nov 9, 2015
1 parent d10fd03 commit 53c18af
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ Rust-nlp
## Implemented algorithm

### Distance
- [x] Levenshtein
- [x] Jaro
- [x] Jaro winkler
- [x] Levenshtein ([Explanation](https://fr.wikipedia.org/wiki/Distance_de_Levenshtein))
- [x] Jaro / Jaro-Winkler ([Explanation](https://fr.wikipedia.org/wiki/Distance_de_Jaro-Winkler))

### Phonetics
- [ ] Soundex
- [ ] Double-metaphone / metaphone
- [ ] Daitch-mokotoff
- [ ] NYSIIS
- [ ] Soundex ([Explanation](https://en.wikipedia.org/wiki/Soundex))
- [ ] Metaphone ([Explanation](https://en.wikipedia.org/wiki/Metaphone))
- [ ] Double-metaphone ([Explanation](https://en.wikipedia.org/wiki/Metaphone#Double_Metaphone))
- [ ] Caverphone ([Explanation](https://en.wikipedia.org/wiki/Caverphone))
- [ ] Beider–Morse Phonetic ([Explanation](https://en.wikipedia.org/wiki/Daitch%E2%80%93Mokotoff_Soundex#Beider.E2.80.93Morse_Phonetic_Name_Matching_Algorithm))
- [ ] Kölner Phonetik ([Explanation](https://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik))
- [ ] NYSIIS ([Explanation](https://en.wikipedia.org/wiki/New_York_State_Identification_and_Intelligence_System))

## Development workflow

Expand Down

0 comments on commit 53c18af

Please sign in to comment.