1.1.1 • Published 3 years ago

@haileybot/language-detector v1.1.1

Weekly downloads
3
License
AGPL-3.0
Repository
github
Last release
3 years ago

License NPM version NPM downloads Dependencies PayPal Portfolio

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