Searched refs:getBestWord (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/plugins/ |
H A D | voice.js | 448 function getBestWord(str1, words, useLevenshteinDist) function 1124 …var guess = getBestWord(tokens[1], ['up', 'left', 'down', 'right', 'north', 'south', 'east', 'west… 1183 …guess = getBestWord(tokens[i], ['move', 'and', 'up', 'left', 'right', 'north', 'south', 'east', 'w… 1537 var style = getBestWord(styleToken, keys); 1613 style = getBestWord(styleToken, keys); 1689 style = getBestWord(styleToken, keys); 1798 shape = getBestWord(shapenameToken, shapeList); 1844 var guess = getBestWord(name, actionList, true);
|