Update process_underscores.py
Browse files- process_underscores.py +2 -3
process_underscores.py
CHANGED
@@ -3,11 +3,10 @@ process_underscores.py
|
|
3 |
|
4 |
Script to handle licensed data for which underlying text cannot be posted online (e.g. LDC data).
|
5 |
Users need a copy of the LDC distribution of an underlying resource to restore text in some of the corpora.
|
6 |
-
|
7 |
-
|
8 |
"""
|
9 |
|
10 |
-
__author__ = "Amir Zeldes"
|
11 |
__license__ = "Apache 2.0"
|
12 |
__version__ = "2.0.0"
|
13 |
|
|
|
3 |
|
4 |
Script to handle licensed data for which underlying text cannot be posted online (e.g. LDC data).
|
5 |
Users need a copy of the LDC distribution of an underlying resource to restore text in some of the corpora.
|
6 |
+
python process_underscores.py gum --rel_files /root/.cache/huggingface/datasets/downloads/a59f7db26e03978a86f53aa481af30f68699dde7ff4782562a18f81d33a10c63 --dep_files /root/.cache/huggingface/datasets/downloads/afbcb3a0d2a43e55d1437c7ba2843486c747c79d486de7ceac566a8e959d59e2
|
|
|
7 |
"""
|
8 |
|
9 |
+
__author__ = "Amir Zeldes+Damien Sileo"
|
10 |
__license__ = "Apache 2.0"
|
11 |
__version__ = "2.0.0"
|
12 |
|