Skip to content

Instantly share code, notes, and snippets.

@Christopher-Thornton
Last active May 7, 2020 03:00
Show Gist options
  • Save Christopher-Thornton/d0ffb57e0e5ebc253fa37c2c64b09683 to your computer and use it in GitHub Desktop.
Save Christopher-Thornton/d0ffb57e0e5ebc253fa37c2c64b09683 to your computer and use it in GitHub Desktop.
Install Neuralcoref from source
venv .env
source .env/bin/activate
git clone https://github.com/huggingface/neuralcoref.git
cd neuralcoref
pip install -r requirements.txt
pip install -e .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment