Spaces:
Sleeping
Sleeping
Merge pull request #1 from guangyusong/main
Browse files
scripts/get_aclanthology.sh
CHANGED
@@ -9,6 +9,8 @@ else
|
|
9 |
fi
|
10 |
cd acl-anthology/bin
|
11 |
|
|
|
|
|
12 |
python -c '
|
13 |
import json
|
14 |
from anthology import Anthology
|
|
|
9 |
fi
|
10 |
cd acl-anthology/bin
|
11 |
|
12 |
+
pip install -r https://raw.githubusercontent.com/acl-org/acl-anthology/master/bin/requirements.txt
|
13 |
+
|
14 |
python -c '
|
15 |
import json
|
16 |
from anthology import Anthology
|