Update README.md
Browse filesCreate multiple configurations so the preview viewer will work
README.md
CHANGED
@@ -1,6 +1,15 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
There are 4 separate lexicons, each in a CSV file. All the files are delimited by carats. Two of the files also include internal delimiters.
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
configs:
|
5 |
+
- config_name: BLBGreekLexicon
|
6 |
+
data_files: BLBGreekLexicon.csv
|
7 |
+
- config_name: BLBHebrewLexicon
|
8 |
+
data_files: BLBHebrewLexicon.csv
|
9 |
+
- config_name: NTWords
|
10 |
+
data_files: NTWords.csv
|
11 |
+
- config_name: STEPHebrew
|
12 |
+
data_files: STEPHebrew.csv
|
13 |
---
|
14 |
|
15 |
There are 4 separate lexicons, each in a CSV file. All the files are delimited by carats. Two of the files also include internal delimiters.
|