Skip to content

Commit

Permalink
Update nusaparagraph_emot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
holylovenia authored Apr 3, 2024
1 parent 2f0a729 commit 6f17a88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
_SOURCE_VIEW_NAME = DEFAULT_SOURCE_VIEW_NAME
_UNIFIED_VIEW_NAME = DEFAULT_SEACROWD_VIEW_NAME
_LANGUAGES = [
"btx", "bew", "bug", "jav", "mad", "mak", "min", "mui", "rej", "sun"
"btk", "bew", "bug", "jav", "mad", "mak", "min", "mui", "rej", "sun"
] # We follow ISO639-3 language code (https://iso639-3.sil.org/code_tables/639/data)
_CITATION = """\
@unpublished{anonymous2023nusawrites:,
Expand Down Expand Up @@ -66,7 +66,7 @@ def seacrowd_config_constructor(lang, schema, version):
subset_id="nusaparagraph_emot",
)
LANGUAGES_MAP = {
"btx": "batak",
"btk": "batak",
"bew": "betawi",
"bug": "buginese",
"jav": "javanese",
Expand Down

0 comments on commit 6f17a88

Please sign in to comment.