Skip to content

Commit

Permalink
yeilding to changes made on work-workstation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisumbel committed Feb 20, 2012
1 parent 4816ca0 commit 456d80f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"author": "Chris Umbel <chris@chrisumbel.com>",
"keywords": ["natural", "language", "porter", "lancaster", "stemmer", "bayes",
"classifier", "phonetic", "metaphone", "inflector", "wordnet", "tf-idf",
"logistic", "regression"],
"logistic", "regression", "doublemetaphone"],
"main": "./lib/natural/index.js",
"maintainers": [{
"name": "Chris Umbel",
Expand Down
4 changes: 4 additions & 0 deletions spec/double_metaphone_spec.js
Expand Up @@ -702,6 +702,10 @@ describe('double metaphone', function() {
encodings = doubleMetaphone.process('intervention');
expect(encodings[0]).toMatch(/ANTRFNXN/);
expect(encodings[1]).toMatch(/ANTRFNXN/);

encodings = doubleMetaphone.process('français');
console.log(encodings);

});

it('should compare', function() {
Expand Down

0 comments on commit 456d80f

Please sign in to comment.