langguesser
v1.0.2
Published
A lightweight and efficient Node.js module for detecting the language of a given text or phrase. Supports English, French, Spanish, German, Italian, and Portuguese.
Readme
LangGuesser
LangGuesser is a lightweight and efficient Node.js module for detecting the language of a given text or phrase. It supports multiple languages and uses keyword matching to determine the most likely language.
Features
- Easy to use.
- Lightweight with no heavy dependencies.
- Supports popular languages.
Supported Languages
- English (
en) - French (
fr) - Spanish (
es) - German (
de) - Italian (
it) - Portuguese (
pt)
Installation
Install LangGuesser using npm:
npm install lang-guesser