Skip to content

A simple Language Guesser via terminal using NodeJS.

Notifications You must be signed in to change notification settings

jfaduna/Language-Guesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Language-Guesser

Language-Guesser is a straightforward terminal-based tool developed in Node.js that helps you identify the language of a given sentence or text.

Usage

To use Language-Guesser, simply follow these steps:

  1. Clone this repository to your local machine:
    git clone https://github.com/your-username/Language-Guesser.git
  2. Navigate to the project directory:
    cd Language-Guesser
  3. Install the necessary dependencies (you only need to do this once):
    npm install
  4. Run the Language-Guesser by providing a sentence or text within single quotes as an argument to the index.js script. For example:
    node index.js 'Write your sentence here'

About

A simple Language Guesser via terminal using NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published