Skip to content

laszlopandy/ts-language-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-language-detection

A TypeScript source port of Nakatani Shuyo's excellent language detection library in Java.

Try it online

http://laszlopandy.github.io/ts-language-detection/

Setup the web interface on localhost

# install dependencies
npm install tsc
npm install lazy

# compile TypeScript
tsc --target ES5 --out webinterface.js src/webinterface.ts

# run web server
python -m SimpleHTTPServer 8000 &

# open page
open http://localhost:8000/index.html

About

A TypeScript source port of Nakatani Shuyo's excellent language detection library in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published