Spaces:
Sleeping
Sleeping
update readme
Browse files
README.md
CHANGED
@@ -12,7 +12,14 @@ A toolkit to help search for papers from aclanthology, arXiv and dblp.
|
|
12 |
Run the example in `run.py`:
|
13 |
|
14 |
```bash
|
|
|
|
|
|
|
|
|
|
|
15 |
$ python run.py
|
|
|
|
|
16 |
```
|
17 |
|
18 |
```python
|
|
|
12 |
Run the example in `run.py`:
|
13 |
|
14 |
```bash
|
15 |
+
$ # clone this repo
|
16 |
+
$ git clone https://github.com/Spico197/paper-hero.git
|
17 |
+
$ cd paper-hero
|
18 |
+
$ # get ready for the acl data, since it is cache-based
|
19 |
+
$ bash scripts/get_aclanthology.sh
|
20 |
$ python run.py
|
21 |
+
$ # the results will be saved into `results/`, check them out 🎉
|
22 |
+
$ ls results
|
23 |
```
|
24 |
|
25 |
```python
|