Coreferee

Démonstration de Coreferee pour le Français

Les slides de présentation sont ici :

Pour suivre la démo, suivre les instructions suivantes :

  • Installer la bibliothèque dans un nouvel environnement virtuel

Terminal Unix / Mac

python3.9 -m venv coreferee-env
source coreferee-env/bin/activate

python3 -m pip install coreferee
python3 -m spacy download fr_core_news_lg
python3 -m coreferee install fr

Anaconda Prompt

conda create –n coreferee-env python=3.9
conda activate coreferee-env

python -m pip install coreferee
python -m spacy download fr_core_news_lg
python -m coreferee install fr
  • Puis télécharger et dans un même dossier
  • Et lancer le notebook dans l'environnement

Terminal Unix / Mac

pip install jupyter
jupyter notebook demonstration_coreferee.ipynb

Anaconda Prompt

conda install jupyter notebook
jupyter notebook demonstration_coreferee.ipynb