文件名称:tolmach:node.js的代码的编程语言分类器
文件大小:420KB
文件格式:ZIP
更新时间:2024-05-20 10:36:38
nodejs nlp classifier npm programming-languages
托尔马赫
基于模块的编程语言器。
安装
$ npm install tolmach
例子
var tolmach = require ( 'tolmach' ) ;
tolmach . detect ( 'for item in items:' ) ;
// => "python"
tolmach . detect ( '#include
【文件预览】:
tolmach-master
----.gitignore(30B)
----package.json(534B)
----data()
--------lisp.txt(76KB)
--------shell.txt(16KB)
--------c.txt(49KB)
--------javascript.txt(96KB)
--------go.txt(38KB)
--------haskell.txt(55KB)
--------rust.txt(59KB)
--------java.txt(53KB)
--------ruby.txt(3KB)
--------csharp.txt(61KB)
--------swift.txt(63KB)
--------fortran.txt(100KB)
--------python.txt(17KB)
--------objective-c.txt(41KB)
--------lua.txt(40KB)
--------php.txt(29KB)
--------perl.txt(52KB)
--------vbnet.txt(138KB)
----.travis.yml(48B)
----LICENSE(1KB)
----index.js(364B)
----README.md(1KB)
----train.js(944B)
----test()
--------examples()
--------test_tolmach.js(706B)
----classifier.json(946KB)