summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-01-23 14:56:28 -0700
committerRocky Madden <git@rockymadden.com>2013-01-23 14:56:28 -0700
commit37e3b11c7785999feba865d49b40aabcc6363c9c (patch)
tree3a9f14c0ab4645fab0bdc5d0482e21d935f136d5 /readme.md
parentdc128eb193a14ff249c5459a25f026ad3ff57d89 (diff)
downloadstringmetric-37e3b11c7785999feba865d49b40aabcc6363c9c.tar.gz
stringmetric-37e3b11c7785999feba865d49b40aabcc6363c9c.tar.bz2
stringmetric-37e3b11c7785999feba865d49b40aabcc6363c9c.zip
Fixed spelling mistakes.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 6f194cd..aeb14c2 100755
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
#stringmetric [![Build Status](https://travis-ci.org/rockymadden/stringmetric.png?branch=master)](http://travis-ci.org/rockymadden/stringmetric)
-String metrics and phonetic algorithms implemented in Scala. The library provides facilities to perform approximate string matching, measurement of string similarity/distance, indexing by word pronunciation, and sounds-like comparisions. In addition to the core library, each metric and algorithm has a command line interface. Heavy emphasis is placed on unit testing and performance (verified via microbenchmark suites).
+String metrics and phonetic algorithms implemented in Scala. The library provides facilities to perform approximate string matching, measurement of string similarity/distance, indexing by word pronunciation, and sounds-like comparisons. In addition to the core library, each metric and algorithm has a command line interface. Heavy emphasis is placed on unit testing and performance (verified via microbenchmark suites).
## Metrics and Algorithms
* __[Dice / Sorensen](http://en.wikipedia.org/wiki/Dice%27s_coefficient)__ (Similarity metric)
@@ -145,7 +145,7 @@ Output: _(Note that while a double is returned, it can be outside the range of 0
```
## Phonetic package
-Useful for indexing by word pronunciation and performing sounds-like comparisions. All metrics return a boolean value indicating if the two strings sound the same, per the algorithm used. All metrics have a algorithm counterpart which provide the means to perform indexing by word pronunciation.
+Useful for indexing by word pronunciation and performing sounds-like comparisons. All metrics return a boolean value indicating if the two strings sound the same, per the algorithm used. All metrics have a algorithm counterpart which provide the means to perform indexing by word pronunciation.
__Metaphone Metric:__
```scala