valterlej / CustomBMT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alert

This is an implementation of the BMT method with some customizations.

The original implementation and running instructions are in BMT

Clonning

git clone --recursive https://github.com/valterlej/CustomBMT.git
conda env create -f ./conda_env.yml
conda activate bmt
# install spacy language model. Make sure you activated the conda environment
python -m spacy download en

About

License:MIT License


Languages

Language:Python 73.4%Language:Jupyter Notebook 25.6%Language:Shell 1.0%