Skip to content

Commit

Permalink
Merge pull request #3420 from flairNLP/introduce-revision-parameter-uds
Browse files Browse the repository at this point in the history
datasets: add revision support for all Universal Dependencies classes
  • Loading branch information
helpmefindaname authored Jun 14, 2024
2 parents 243a1ff + db4a1b1 commit 7168fd6
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 86 deletions.
6 changes: 6 additions & 0 deletions flair/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,10 @@
UD_BASQUE,
UD_BELARUSIAN,
UD_BULGARIAN,
UD_BURYAT,
UD_CATALAN,
UD_CHINESE,
UD_CHINESE_KYOTO,
UD_COPTIC,
UD_CROATIAN,
UD_CZECH,
Expand Down Expand Up @@ -292,6 +294,7 @@
UD_LIVVI,
UD_MALTESE,
UD_MARATHI,
UD_NAIJA,
UD_NORTH_SAMI,
UD_NORWEGIAN,
UD_OLD_CHURCH_SLAVONIC,
Expand Down Expand Up @@ -535,8 +538,10 @@
"UD_BASQUE",
"UD_BELARUSIAN",
"UD_BULGARIAN",
"UD_BURYAT",
"UD_CATALAN",
"UD_CHINESE",
"UD_CHINESE_KYOTO",
"UD_COPTIC",
"UD_CROATIAN",
"UD_CZECH",
Expand Down Expand Up @@ -566,6 +571,7 @@
"UD_LIVVI",
"UD_MALTESE",
"UD_MARATHI",
"UD_NAIJA",
"UD_NORTH_SAMI",
"UD_NORWEGIAN",
"UD_OLD_CHURCH_SLAVONIC",
Expand Down
Loading

0 comments on commit 7168fd6

Please sign in to comment.