branching for sentiment
This commit is contained in:
parent
ab7a310b34
commit
770e8e62be
|
|
@ -37,6 +37,8 @@ def get_dataset(dataset_name, args):
|
||||||
|
|
||||||
GLAMI_DATAPATH = expanduser("~/datasets/GLAMI-1M-dataset")
|
GLAMI_DATAPATH = expanduser("~/datasets/GLAMI-1M-dataset")
|
||||||
|
|
||||||
|
WEBIS_CLS = expanduser("~/dataset/cls-acl10-unprocessed")
|
||||||
|
|
||||||
if dataset_name == "multinews":
|
if dataset_name == "multinews":
|
||||||
# TODO: convert to gFunDataset
|
# TODO: convert to gFunDataset
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue