/xumi

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Xumi Spelling and Grammar correction

Installation (Anaconda)

conda create -n py38 python=3.8
conda activate py38
conda install pytorch torchvision cudatoolkit=11.1 -c pytorch -c conda-forge
conda install -c conda-forge jupyterlab
conda install -c conda-forge matplotlib
https://github.com/CVxTz/xumi
cd xumi
pip install -e .

Sources

http://norvig.com/ngrams/spell-errors.txt

https://github.com/monolithpl/verb.forms.dictionary

https://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html