/Spelling_Correction_Vietnamese

Vietnamese spelling error correction with Seq2Seq model

Primary LanguagePythonMIT LicenseMIT

ViCorrection: Vietnamese Spelling Correction

Overview

A project to correct spelling errors in Vietnamese texts using Seq2Seq-Attention models at character-level

More information can read from training.ipynb or testing.ipynb

Setup

pip install -r requirements.txt

Create dataset

Change .csv path and save_path in dataset/create_dataset.py and run:

cd dataset
python create_dataset.py

Model (character-level)

List of neural models in the repo:

Training

Edit parameters in params.py file and training:

python training.py