-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Iris edited this page Apr 6, 2022
·
5 revisions
Here you can find information about how to navigate our tagger-parser repository and reproduce our analysis.
The first section of this Wiki is dedicated to our tagger models, the second page to our parser model.
To run our tagger and parser you need to first setup this environment:
- Create a conda environment with Python 3.7
conda create -n allennlp python=3.7
- Activate the new environment
conda activate allennlp
- Install allennlp using pip (we use version 0.8.4)
pip install allennlp==0.8.4