Skip to content

An Arabic language error correction tool developed as part of the ALLAM challenge, designed to detect and correct common linguistic mistakes and providing brief explanations for each correction.

Notifications You must be signed in to change notification settings

NadAAaHH/Arabic-Error-Checker

Repository files navigation

Getting Started

Follow these steps to set up and run the project on your local environment:

  1. Install Node.js
    Download and install the latest version of Node.js if it’s not already installed on your system. Node.js includes npm, which is used for managing dependencies.

  2. Clone or Download the Project
    If you haven’t done so already, download or clone the project to your local machine.

    git clone <repository-url>
    cd <project-folder>
    
    
  3. Install Dependencies

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
    
  4. Run the Development Server
    Start the development server with one of the following commands:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
    
    
  5. View the Project

  6. Modify the Environment File
    Follow these steps to update the env.local file:

    1. Open the file.
    2. Add your API KEY and PROJECT ID.
    3. Rename the file to .env.local
  7. View the Project
    Open your browser and navigate to http://localhost:3000 to view the application. The server will automatically reload if you make edits to the code.

About

An Arabic language error correction tool developed as part of the ALLAM challenge, designed to detect and correct common linguistic mistakes and providing brief explanations for each correction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •