You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: baselines/EMNLP2019/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ pip install -r requirements.txt
5
5
python -m spacy download en_core_web_lg
6
6
```
7
7
8
-
Set environment variable DIFFBOT_TOKEN if you want to use entitylinking. We are providing cached results for the KnowledgeNet documents, but you will need this if you want to run the system on other documents or if you want to change the NER system. Free trial available at https://www.diffbot.com/get-started/
8
+
Set environment variable DIFFBOT_TOKEN if you want to use entitylinking. We are providing cached results for the KnowledgeNet documents, but you will need this if you want to run the system on other documents or if you want to change the NER system. Contact Filipe Mesquita (filipe[at]diffbot.com) for a free research token.
9
9
10
10
## Using the pretrained model
11
11
@@ -36,6 +36,7 @@ This creates the analysis files in `tmp` and when run on `dev` prints the result
36
36
37
37
With the pretrained baseline 5 model you should get similar to the following on the dev set
0 commit comments