Diwank Singh commited on
Commit
4bc6bb8
1 Parent(s): ba6ae8c

Update config file

Browse files

Signed-off-by: Diwank Singh <diwank.singh@gmail.com>

Files changed (1) hide show
  1. README.md +17 -32
README.md CHANGED
@@ -6,38 +6,23 @@ license: mit
6
 
7
  Raw merged dump of Hinglish (hi-EN) datasets.
8
 
9
- ## Files
 
 
 
 
 
 
 
 
10
 
11
  ```
12
- "crowd_transliteration":
13
- "crowd_transliteration/crowd_transliterations.hi-en.txt",
14
-
15
- "fire2013":
16
- "fire2013/HindiEnglish_FIRE2013_AnnotatedDev.txt",
17
- "fire2013/HindiEnglish_FIRE2013_Test_GT.txt",
18
-
19
- "hindi_romanized_dump":
20
- "hindi_romanized_dump/hi_rom.txt",
21
-
22
- "hindi_xlit":
23
- "hindi_xlit/HiEn_ann1_test.json",
24
- "hindi_xlit/HiEn_ann1_train.json",
25
- "hindi_xlit/HiEn_ann1_valid.json",
26
-
27
- "hinge":
28
- "hinge/eval_human.csv",
29
- "hinge/eval_human.pkl",
30
- "hinge/train_human.csv",
31
- "hinge/train_human.pkl",
32
- "hinge/train_synthetic.csv",
33
- "hinge/eval_synthetic.csv",
34
-
35
- "hinglish_norm":
36
- "hinglish_norm/hinglishNorm_trainSet.json",
37
-
38
- "news2018":
39
- "news2018/NEWS2018_M-EnHi_tst.xml",
40
- "news2018/NEWS2018_M-EnHi_trn.xml",
41
- "news2018/NEWS2018_M-EnHi_dev.xml",
42
-
43
  ```
6
 
7
  Raw merged dump of Hinglish (hi-EN) datasets.
8
 
9
+ ## Subsets and features
10
+
11
+ Subsets:
12
+ - crowd_transliteration
13
+ - hindi_romanized_dump
14
+ - hindi_xlit
15
+ - hinge
16
+ - hinglish_norm
17
+ - news2018
18
 
19
  ```
20
+ _FEATURE_NAMES = [
21
+ "target_hinglish",
22
+ "source_hindi",
23
+ "parallel_english",
24
+ "annotations",
25
+ "raw_input",
26
+ "alternates",
27
+ ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ```