Sam commited on
Commit ·
c5c9cb8
1
Parent(s): f03d076
Update from sam
Browse files
Arguement_Mining_CL2017.py
CHANGED
|
@@ -41,7 +41,7 @@ denoted by I-ARG, other chunks are O
|
|
| 41 |
Orginial train,test split as used by the paper is provided
|
| 42 |
"""
|
| 43 |
|
| 44 |
-
_URL = "https://raw.githubusercontent.com/Sam131112/Argument-Mining-Dataset/main"
|
| 45 |
_TRAINING_FILE = "train.txt"
|
| 46 |
_TEST_FILE = "test.txt"
|
| 47 |
|
|
|
|
| 41 |
Orginial train,test split as used by the paper is provided
|
| 42 |
"""
|
| 43 |
|
| 44 |
+
_URL = "https://raw.githubusercontent.com/Sam131112/Argument-Mining-Dataset/main/"
|
| 45 |
_TRAINING_FILE = "train.txt"
|
| 46 |
_TEST_FILE = "test.txt"
|
| 47 |
|