@haileybot/language-detector
v1.1.1
Published
Basic library to roughly determine the language of input text
Downloads
12,795
Maintainers
Readme
Language Detector
Language Detector is a basic library to roughly determine the language of given input text.
Installation
Use the package manager npm to install Language Detector
npm i @haileybot/language-detector
Usage
const detectLang = require("@haileybot/language-detector");
console.log(detectLang("This will print 'en' to the console"));
License
This project is licensed under AGPL-3.0