tolmach

1.0.1 • Public • Published

tolmach

Build Status

Programming language classifier based on natural classifier module.

Installation

$ npm install tolmach

Example

var tolmach = require('tolmach');
 
tolmach.detect('for item in items:');
// => "python"
 
tolmach.detect('#include <stdio.h>');
// => "c"
 
tolmach.detect('prices = items.map{ |i| i.price }');
// => "ruby"

Supported languages

c
csharp
fortran
go
haskell
java
javascript
lisp
lua
objective-c
perl
php
python
ruby
rust
shell
swift
vbnet

Readme

Keywords

none

Package Sidebar

Install

npm i tolmach

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • kreshikhin