add examples

pull/7/head
matthieugomez 2018-05-15 18:44:14 -04:00
parent bb01d75438
commit 2ebe788f8c
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ compare(Hamming(), "martha", "marhta")
#> 0.6666666666666667
compare(QGram(2), "martha", "marhta")
#> 0.4
compare(QGram(2), "martha", "martha")
#> 1.0
```
## Modifiers