valterlej / CustomMDVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alert

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

The original implementation and running instructions are in MDVC. However, works that use this customized version does not work with the original implementation (e.g. https://github.com/valterlej/dvcusi or https://github.com/valterlej/zsarcap).

Clonning

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

About

License:MIT License


Languages

Language:Python 100.0%