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
- Host: GitHub
- URL: https://github.com/tidbitsjs/language-detection
- Owner: TidbitsJS
- Created: 2020-11-10T05:26:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-14T17:42:56.000Z (over 5 years ago)
- Last Synced: 2025-02-13T23:15:49.482Z (over 1 year ago)
- Topics: javascript, language-detection
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.