Optimize fuzzy match

This commit is contained in:
cxfksword
2014-03-24 21:14:10 +08:00
parent 97bd617566
commit de13ad1cd5
3 changed files with 114 additions and 36 deletions

View File

@@ -29,7 +29,7 @@ namespace Wox.Test
results.Add(new Plugin.Result()
{
Title = str,
Score = FuzzyMatcher.Create("inst").Score(str)
Score = FuzzyMatcher.Create("inst").Evaluate(str).Score
});
}