You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var dictionary = require('dictionary-ko');
var nspell = require('nspell');
dictionary(ondictionary);
function ondictionary(err, dict) {
if (err) {
throw err
}
var spell = nspell(dict);
console.log(spell.correct('hello'));
}
The text was updated successfully, but these errors were encountered:
Teessence
changed the title
Korean language always return true
Korean language always return true, when using correct function
Jul 11, 2023
The text was updated successfully, but these errors were encountered: