Datasets:

Multilinguality:
multilingual
Size Categories:
1K<n<10K
Language Creators:
unknown
Annotations Creators:
unknown
Tags:
License:
boudinfl commited on
Commit
9067336
1 Parent(s): cb76416

Update taln-archives.py

Browse files
Files changed (1) hide show
  1. taln-archives.py +1 -1
taln-archives.py CHANGED
@@ -40,7 +40,7 @@ _URLS = {
40
  }
41
 
42
  # TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
43
- class Inspec(datasets.GeneratorBasedBuilder):
44
  """TODO: Short description of my dataset."""
45
 
46
  VERSION = datasets.Version("1.0.0")
40
  }
41
 
42
  # TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
43
+ class TALNArchives(datasets.GeneratorBasedBuilder):
44
  """TODO: Short description of my dataset."""
45
 
46
  VERSION = datasets.Version("1.0.0")