文件名称:spellcheck:node.js 的异步 hunspell 绑定
文件大小:263KB
文件格式:ZIP
更新时间:2024-06-30 12:58:47
C++
描述 的异步 hunspell 绑定。 要求 -- v0.6.0 或更新版本 安装 npm 安装拼写检查 例子 查一个字: // this example uses the en_US hunspell files from SCOWL: // http://wordlist.sourceforge.net/ var SpellCheck = require ( 'spellcheck' ) , base = __dirname + ( process . platform === 'win32' ? '\\' : '/' ) , spell = new SpellCheck ( base + 'en_US.aff' , base + 'en_US.dic' ) ; spell . check ( 'sain' , function
【文件预览】:
spellcheck-master
----package.json(502B)
----src()
--------spellcheck.cc(4KB)
----LICENSE(1KB)
----index.js(66B)
----deps()
--------hunspell()
----README.md(2KB)
----binding.gyp(308B)