Aakanksha Naik commited on
Commit
1975f5d
1 Parent(s): 4a391e6

Adding default configuration to reader

Browse files
Files changed (1) hide show
  1. udpos.py +1 -1
udpos.py CHANGED
@@ -239,7 +239,7 @@ class Udpos(datasets.GeneratorBasedBuilder):
239
  for lang in _URLS:
240
  datasets.BuilderConfig(name=lang, version=VERSION, description="Split corresponding to language "+lang)
241
 
242
- # DEFAULT_CONFIG_NAME = "first_domain" # It's not mandatory to have a default configuration. Just use one if it make sense.
243
 
244
  def _info(self):
245
  features = datasets.Features(
 
239
  for lang in _URLS:
240
  datasets.BuilderConfig(name=lang, version=VERSION, description="Split corresponding to language "+lang)
241
 
242
+ DEFAULT_CONFIG_NAME = "en" # It's not mandatory to have a default configuration. Just use one if it make sense.
243
 
244
  def _info(self):
245
  features = datasets.Features(