An open API service indexing awesome lists of open source software.

https://github.com/tidbitsjs/language-detection

Script detection app in JS
https://github.com/tidbitsjs/language-detection

javascript language-detection

Last synced: about 1 year ago
JSON representation

Script detection app in JS

Awesome Lists containing this project

README

          

# Language-Detection
Script detection app in JS

### `Demo` https://tidbitsjs.github.io/Language-Detection/

#

Made with JS & JSON data, this module, when gets any text as input, detects its script, i.e., the origin of that language.
For example, when given 'English' text as input, it will print out "Latin" as its script and rest for others.