diff --git a/match.js b/match.js index 00d9be7..b852421 100644 --- a/match.js +++ b/match.js @@ -81,7 +81,7 @@ await do_test("test-7", "bignes of splaknuk", [781]); // balance transformation, original text: mathematical and musical instruments await do_test("test-8", "matematikal musikal instruments", [1480]); // relevance on missing term, original text: -await do_test("test-9", "minerals gums juices vegetables", [2337]); // 1676 does not include "vegetables" +await do_test("test-9", "mineral fish gum juice", [2337]); // advanced transformation, original text: Chamberlain await do_test("test-10", "camperlayhn", [1903,520,535]); // original text: Houyhnhnms diff --git a/test/ufuzzy-match/index.html b/test/ufuzzy-match/index.html index 41f2643..67ae418 100644 --- a/test/ufuzzy-match/index.html +++ b/test/ufuzzy-match/index.html @@ -19,12 +19,11 @@ init: function(){ let opts = { - alpha: "a-z", - intraMode: 9, - intraIns: 9, - intraSub: 9, - intraTrn: 9, - intraDel: 9 + intraMode: 1, + intraIns: 1, + intraSub: 1, + intraTrn: 1, + intraDel: 1 }; uf = new window.uFuzzy(opts); },