Skip to content

Commit

Permalink
Merge pull request NaturalNode#24 from ajtulloch/patch-1
Browse files Browse the repository at this point in the history
Fixed up Markdown formatting for the String Similarity section in README...
  • Loading branch information
chrisumbel committed Mar 14, 2012
2 parents c471ae9 + b251aba commit ebb4df9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -53,10 +53,10 @@ String Similiarity

The similiarity between two strings can be accomplished with a Jaro–Winkler distance.

var jaroWinklerDistance = require('natural').JaroWinklerDistance;
var jaroWinklerDistance = require('natural').JaroWinklerDistance;

console.log('apple', 'applet'); // outputs 0.9666666666666667
console.log(d('not', 'same')); // output NaN
console.log('apple', 'applet'); // outputs 0.9666666666666667
console.log(d('not', 'same')); // output NaN

Stemmers
--------
Expand Down

0 comments on commit ebb4df9

Please sign in to comment.