hf viewer formatting take 6 (unfortunately it is necessary to commit each attempt to main branch to run the test; I normally want to commit only when tested)
Browse files
README.md
CHANGED
|
@@ -5,13 +5,11 @@ license: pddl
|
|
| 5 |
language: [en, zh]
|
| 6 |
configs:
|
| 7 |
- config_name: default
|
| 8 |
-
data_files:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
- split: overrides
|
| 14 |
-
path: word-overrides.txt
|
| 15 |
---
|
| 16 |
|
| 17 |
# CedPane: Chinese-English Dictionary Public-domain Additions for Names Etc
|
|
|
|
| 5 |
language: [en, zh]
|
| 6 |
configs:
|
| 7 |
- config_name: default
|
| 8 |
+
data_files: cedpane.tsv
|
| 9 |
+
- config_name: glosses
|
| 10 |
+
data_files: PD-English-Definitions.tsv
|
| 11 |
+
- config_name: overrides
|
| 12 |
+
data_files: word-overrides.txt
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# CedPane: Chinese-English Dictionary Public-domain Additions for Names Etc
|