Language-Guesser is a straightforward terminal-based tool developed in Node.js that helps you identify the language of a given sentence or text.
To use Language-Guesser, simply follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/your-username/Language-Guesser.git
- Navigate to the project directory:
cd Language-Guesser
- Install the necessary dependencies (you only need to do this once):
npm install
- 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'