-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
303 lines (303 loc) · 14.4 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
[submodule "modules/ILMT-HIN-PAN-Tokenizer"]
path = modules/ILMT-HIN-PAN-Tokenizer
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-Tokenizer.git
[submodule "modules/ILMT-HIN-PAN-UTF2WX"]
path = modules/ILMT-HIN-PAN-UTF2WX
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-UTF2WX.git
[submodule "modules/ILMT-HIN-PAN-Morph"]
path = modules/ILMT-HIN-PAN-Morph
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-Morph.git
[submodule "modules/ILMT-HIN-PAN-POSTagger"]
path = modules/ILMT-HIN-PAN-POSTagger
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-POSTagger.git
[submodule "modules/ILMT-HIN-PAN-Chunker"]
path = modules/ILMT-HIN-PAN-Chunker
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-Chunker.git
[submodule "modules/ILMT-HIN-PAN-Prune"]
path = modules/ILMT-HIN-PAN-Prune
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-Prune.git
[submodule "modules/ILMT-HIN-PAN-GuessMorph"]
path = modules/ILMT-HIN-PAN-GuessMorph
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-GuessMorph.git
[submodule "modules/ILMT-HIN-PAN-PickOneMorph"]
path = modules/ILMT-HIN-PAN-PickOneMorph
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-PickOneMorph.git
[submodule "modules/ILMT-HIN-PAN-SimpleParser"]
path = modules/ILMT-HIN-PAN-SimpleParser
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-SimpleParser.git
[submodule "modules/ILMT-HIN-PAN-Root2Infinity"]
path = modules/ILMT-HIN-PAN-Root2Infinity
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-Root2Infinity.git
[submodule "modules/ILMT-HIN-PAN-TransferGrammar"]
path = modules/ILMT-HIN-PAN-TransferGrammar
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-TransferGrammar.git
[submodule "modules/ILMT-HIN-PAN-WX2UTF"]
path = modules/ILMT-HIN-PAN-WX2UTF
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-WX2UTF.git
[submodule "modules/ILMT-HIN-PAN-LexicalTransfer"]
path = modules/ILMT-HIN-PAN-LexicalTransfer
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-LexicalTransfer.git
[submodule "modules/ILMT-HIN-PAN-Transliteration"]
path = modules/ILMT-HIN-PAN-Transliteration
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-Transliteration.git
[submodule "modules/ILMT-HIN-PAN-AgreementFeature"]
path = modules/ILMT-HIN-PAN-AgreementFeature
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-AgreementFeature.git
[submodule "modules/ILMT-HIN-PAN-VibhaktiSplitter"]
path = modules/ILMT-HIN-PAN-VibhaktiSplitter
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-VibhaktiSplitter.git
[submodule "modules/ILMT-HIN-PAN-InterChunk"]
path = modules/ILMT-HIN-PAN-InterChunk
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-InterChunk.git
[submodule "modules/ILMT-HIN-PAN-IntraChunk"]
path = modules/ILMT-HIN-PAN-IntraChunk
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-IntraChunk.git
[submodule "modules/ILMT-HIN-PAN-AgreementDistribution"]
path = modules/ILMT-HIN-PAN-AgreementDistribution
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-AgreementDistribution.git
[submodule "modules/ILMT-HIN-PAN-DefaultFeatures"]
path = modules/ILMT-HIN-PAN-DefaultFeatures
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-DefaultFeatures.git
[submodule "modules/ILMT-HIN-PAN-WordGenerator"]
path = modules/ILMT-HIN-PAN-WordGenerator
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-WordGenerator.git
[submodule "modules/ILMT-HIN-PAN-SSFAPI"]
path = modules/ILMT-HIN-PAN-SSFAPI
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-SSFAPI.git
[submodule "modules/ILMT-HIN-PAN-ComputeVibhakti"]
path = modules/ILMT-HIN-PAN-ComputeVibhakti
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-ComputeVibhakti.git
[submodule "modules/ILMT-HIN-PAN-ComputeHead"]
path = modules/ILMT-HIN-PAN-ComputeHead
url = https://gitlab.com/ilmt/ILMT-HIN-PAN-ComputeHead.git
[submodule "modules/ILMT-PAN-HIN-Tokenizer"]
path = modules/ILMT-PAN-HIN-Tokenizer
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-Tokenizer.git
[submodule "modules/ILMT-PAN-HIN-Morph"]
path = modules/ILMT-PAN-HIN-Morph
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-Morph.git
[submodule "modules/ILMT-PAN-HIN-POSTagger"]
path = modules/ILMT-PAN-HIN-POSTagger
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-POSTagger.git
[submodule "modules/ILMT-PAN-HIN-Chunker"]
path = modules/ILMT-PAN-HIN-Chunker
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-Chunker.git
[submodule "modules/ILMT-PAN-HIN-Prune"]
path = modules/ILMT-PAN-HIN-Prune
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-Prune.git
[submodule "modules/ILMT-PAN-HIN-SSFAPI"]
path = modules/ILMT-PAN-HIN-SSFAPI
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-SSFAPI.git
[submodule "modules/ILMT-PAN-HIN-GuessMorph"]
path = modules/ILMT-PAN-HIN-GuessMorph
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-GuessMorph.git
[submodule "modules/ILMT-PAN-HIN-PickOneMorph"]
path = modules/ILMT-PAN-HIN-PickOneMorph
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-PickOneMorph.git
[submodule "modules/ILMT-PAN-HIN-ComputeHead"]
path = modules/ILMT-PAN-HIN-ComputeHead
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-ComputeHead.git
[submodule "modules/ILMT-PAN-HIN-ComputeVibhakti"]
path = modules/ILMT-PAN-HIN-ComputeVibhakti
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-ComputeVibhakti.git
[submodule "modules/ILMT-PAN-HIN-SimpleParser"]
path = modules/ILMT-PAN-HIN-SimpleParser
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-SimpleParser.git
[submodule "modules/ILMT-PAN-HIN-TransferGrammar"]
path = modules/ILMT-PAN-HIN-TransferGrammar
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-TransferGrammar.git
[submodule "modules/ILMT-PAN-HIN-LexicalTransfer"]
path = modules/ILMT-PAN-HIN-LexicalTransfer
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-LexicalTransfer.git
[submodule "modules/ILMT-PAN-HIN-UTF2WX"]
path = modules/ILMT-PAN-HIN-UTF2WX
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-UTF2WX.git
[submodule "modules/ILMT-PAN-HIN-Transliteration"]
path = modules/ILMT-PAN-HIN-Transliteration
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-Transliteration.git
[submodule "modules/ILMT-PAN-HIN-AgreementFeature"]
path = modules/ILMT-PAN-HIN-AgreementFeature
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-AgreementFeature.git
[submodule "modules/ILMT-PAN-HIN-VibhaktiSplitter"]
path = modules/ILMT-PAN-HIN-VibhaktiSplitter
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-VibhaktiSplitter.git
[submodule "modules/ILMT-PAN-HIN-InterChunk"]
path = modules/ILMT-PAN-HIN-InterChunk
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-InterChunk.git
[submodule "modules/ILMT-PAN-HIN-IntraChunk"]
path = modules/ILMT-PAN-HIN-IntraChunk
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-IntraChunk.git
[submodule "modules/ILMT-PAN-HIN-DefaultFeatures"]
path = modules/ILMT-PAN-HIN-DefaultFeatures
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-DefaultFeatures.git
[submodule "modules/ILMT-PAN-HIN-AgreementDistribution"]
path = modules/ILMT-PAN-HIN-AgreementDistribution
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-AgreementDistribution.git
[submodule "modules/ILMT-PAN-HIN-WordGenerator"]
path = modules/ILMT-PAN-HIN-WordGenerator
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-WordGenerator.git
[submodule "modules/ILMT-PAN-HIN-WX2UTF"]
path = modules/ILMT-PAN-HIN-WX2UTF
url = https://gitlab.com/ilmt/ILMT-PAN-HIN-WX2UTF.git
[submodule "modules/ILMT-HIN-URD-Tokenizer"]
path = modules/ILMT-HIN-URD-Tokenizer
url = https://gitlab.com/ilmt/ILMT-HIN-URD-Tokenizer.git
[submodule "modules/ILMT-HIN-URD-UTF2WX"]
path = modules/ILMT-HIN-URD-UTF2WX
url = https://gitlab.com/ilmt/ILMT-HIN-URD-UTF2WX.git
[submodule "modules/ILMT-HIN-URD-Morph"]
path = modules/ILMT-HIN-URD-Morph
url = https://gitlab.com/ilmt/ILMT-HIN-URD-Morph.git
[submodule "modules/ILMT-HIN-URD-SSFAPI"]
path = modules/ILMT-HIN-URD-SSFAPI
url = https://gitlab.com/ilmt/ILMT-HIN-URD-SSFAPI.git
[submodule "modules/ILMT-HIN-URD-POSTagger"]
path = modules/ILMT-HIN-URD-POSTagger
url = https://gitlab.com/ilmt/ILMT-HIN-URD-POSTagger.git
[submodule "modules/ILMT-HIN-URD-Prune"]
path = modules/ILMT-HIN-URD-Prune
url = https://gitlab.com/ilmt/ILMT-HIN-URD-Prune.git
[submodule "modules/ILMT-HIN-URD-PickOneMorph"]
path = modules/ILMT-HIN-URD-PickOneMorph
url = https://gitlab.com/ilmt/ILMT-HIN-URD-PickOneMorph.git
[submodule "modules/ILMT-HIN-URD-Chunker"]
path = modules/ILMT-HIN-URD-Chunker
url = https://gitlab.com/ilmt/ILMT-HIN-URD-Chunker.git
[submodule "modules/ILMT-HIN-URD-MWE"]
path = modules/ILMT-HIN-URD-MWE
url = https://gitlab.com/ilmt/ILMT-HIN-URD-MWE.git
[submodule "modules/ILMT-HIN-URD-NER"]
path = modules/ILMT-HIN-URD-NER
url = https://gitlab.com/ilmt/ILMT-HIN-URD-NER.git
[submodule "modules/ILMT-HIN-URD-Merger"]
path = modules/ILMT-HIN-URD-Merger
url = https://gitlab.com/ilmt/ILMT-HIN-URD-Merger.git
[submodule "modules/ILMT-HIN-URD-ComputeHead"]
path = modules/ILMT-HIN-URD-ComputeHead
url = https://gitlab.com/ilmt/ILMT-HIN-URD-ComputeHead.git
[submodule "modules/ILMT-HIN-URD-WX2UTF"]
path = modules/ILMT-HIN-URD-WX2UTF
url = https://gitlab.com/ilmt/ILMT-HIN-URD-WX2UTF.git
[submodule "modules/ILMT-HIN-URD-LexicalTransfer"]
path = modules/ILMT-HIN-URD-LexicalTransfer
url = https://gitlab.com/ilmt/ILMT-HIN-URD-LexicalTransfer.git
[submodule "modules/ILMT-HIN-URD-Transliteration"]
path = modules/ILMT-HIN-URD-Transliteration
url = https://gitlab.com/ilmt/ILMT-HIN-URD-Transliteration.git
[submodule "modules/ILMT-HIN-URD-UTF2WX_U"]
path = modules/ILMT-HIN-URD-UTF2WX_U
url = https://gitlab.com/ilmt/ILMT-HIN-URD-UTF2WX_U.git
[submodule "modules/ILMT-HIN-URD-AgreementFeature"]
path = modules/ILMT-HIN-URD-AgreementFeature
url = https://gitlab.com/ilmt/ILMT-HIN-URD-AgreementFeature.git
[submodule "modules/ILMT-HIN-URD-InterChunk"]
path = modules/ILMT-HIN-URD-InterChunk
url = https://gitlab.com/ilmt/ILMT-HIN-URD-InterChunk.git
[submodule "modules/ILMT-HIN-URD-IntraChunk"]
path = modules/ILMT-HIN-URD-IntraChunk
url = https://gitlab.com/ilmt/ILMT-HIN-URD-IntraChunk.git
[submodule "modules/ILMT-HIN-URD-DefaultFeatures"]
path = modules/ILMT-HIN-URD-DefaultFeatures
url = https://gitlab.com/ilmt/ILMT-HIN-URD-DefaultFeatures.git
[submodule "modules/ILMT-HIN-URD-WordGenerator"]
path = modules/ILMT-HIN-URD-WordGenerator
url = https://gitlab.com/ilmt/ILMT-HIN-URD-WordGenerator.git
[submodule "modules/ILMT-HIN-URD-WX2UTF_U"]
path = modules/ILMT-HIN-URD-WX2UTF_U
url = https://gitlab.com/ilmt/ILMT-HIN-URD-WX2UTF_U.git
[submodule "modules/ILMT-URD-HIN-Tokenizer"]
path = modules/ILMT-URD-HIN-Tokenizer
url = https://gitlab.com/ilmt/ILMT-URD-HIN-Tokenizer.git
[submodule "modules/ILMT-URD-HIN-SSFAPI"]
path = modules/ILMT-URD-HIN-SSFAPI
url = https://gitlab.com/ilmt/ILMT-URD-HIN-SSFAPI.git
[submodule "modules/ILMT-URD-HIN-UTF2WX_U"]
path = modules/ILMT-URD-HIN-UTF2WX_U
url = https://gitlab.com/ilmt/ILMT-URD-HIN-UTF2WX_U.git
[submodule "modules/ILMT-URD-HIN-Morph"]
path = modules/ILMT-URD-HIN-Morph
url = https://gitlab.com/ilmt/ILMT-URD-HIN-Morph.git
[submodule "modules/ILMT-URD-HIN-WX2UTF_U"]
path = modules/ILMT-URD-HIN-WX2UTF_U
url = https://gitlab.com/ilmt/ILMT-URD-HIN-WX2UTF_U.git
[submodule "modules/ILMT-URD-HIN-POSTagger"]
path = modules/ILMT-URD-HIN-POSTagger
url = https://gitlab.com/ilmt/ILMT-URD-HIN-POSTagger.git
[submodule "modules/ILMT-URD-HIN-Chunker"]
path = modules/ILMT-URD-HIN-Chunker
url = https://gitlab.com/ilmt/ILMT-URD-HIN-Chunker.git
[submodule "modules/ILMT-URD-HIN-Prune"]
path = modules/ILMT-URD-HIN-Prune
url = https://gitlab.com/ilmt/ILMT-URD-HIN-Prune.git
[submodule "modules/ILMT-URD-HIN-PickOneMorph"]
path = modules/ILMT-URD-HIN-PickOneMorph
url = https://gitlab.com/ilmt/ILMT-URD-HIN-PickOneMorph.git
[submodule "modules/ILMT-URD-HIN-ComputeHead"]
path = modules/ILMT-URD-HIN-ComputeHead
url = https://gitlab.com/ilmt/ILMT-URD-HIN-ComputeHead.git
[submodule "modules/ILMT-URD-HIN-LexicalTransfer"]
path = modules/ILMT-URD-HIN-LexicalTransfer
url = https://gitlab.com/ilmt/ILMT-URD-HIN-LexicalTransfer.git
[submodule "modules/ILMT-URD-HIN-Transliteration"]
path = modules/ILMT-URD-HIN-Transliteration
url = https://gitlab.com/ilmt/ILMT-URD-HIN-Transliteration.git
[submodule "modules/ILMT-URD-HIN-UTF2WX"]
path = modules/ILMT-URD-HIN-UTF2WX
url = https://gitlab.com/ilmt/ILMT-URD-HIN-UTF2WX.git
[submodule "modules/ILMT-URD-HIN-AgreementFeature"]
path = modules/ILMT-URD-HIN-AgreementFeature
url = https://gitlab.com/ilmt/ILMT-URD-HIN-AgreementFeature.git
[submodule "modules/ILMT-URD-HIN-InterChunk"]
path = modules/ILMT-URD-HIN-InterChunk
url = https://gitlab.com/ilmt/ILMT-URD-HIN-InterChunk.git
[submodule "modules/ILMT-URD-HIN-IntraChunk"]
path = modules/ILMT-URD-HIN-IntraChunk
url = https://gitlab.com/ilmt/ILMT-URD-HIN-IntraChunk.git
[submodule "modules/ILMT-URD-HIN-DefaultFeatures"]
path = modules/ILMT-URD-HIN-DefaultFeatures
url = https://gitlab.com/ilmt/ILMT-URD-HIN-DefaultFeatures.git
[submodule "modules/ILMT-URD-HIN-WordGenerator"]
path = modules/ILMT-URD-HIN-WordGenerator
url = https://gitlab.com/ilmt/ILMT-URD-HIN-WordGenerator.git
[submodule "modules/ILMT-URD-HIN-WX2UTF"]
path = modules/ILMT-URD-HIN-WX2UTF
url = https://gitlab.com/ilmt/ILMT-URD-HIN-WX2UTF.git
[submodule "modules/ILMT-TEL-HIN-Tokenizer"]
path = modules/ILMT-TEL-HIN-Tokenizer
url = https://gitlab.com/ilmt/ILMT-TEL-HIN-Tokenizer.git
[submodule "modules/ILMT-TEL-HIN-UTF2WX"]
path = modules/ILMT-TEL-HIN-UTF2WX
url = https://gitlab.com/ilmt/ILMT-TEL-HIN-UTF2WX.git
[submodule "modules/ILMT-TEL-HIN-Morph"]
path = modules/ILMT-TEL-HIN-Morph
url = https://gitlab.com/ilmt/ILMT-TEL-HIN-Morph.git
[submodule "modules/ILMT-TEL-HIN-POSTagger"]
path = modules/ILMT-TEL-HIN-POSTagger
url = https://gitlab.com/ilmt/ILMT-TEL-HIN-POSTagger.git
[submodule "modules/ILMT-TEL-HIN-Chunker"]
path = modules/ILMT-TEL-HIN-Chunker
url = https://gitlab.com/ilmt/ILMT-TEL-HIN-Chunker.git
[submodule "modules/ILMT-TEL-HIN-Prune"]
path = modules/ILMT-TEL-HIN-Prune
url = https://gitlab.com/ilmt/ILMT-TEL-HIN-Prune.git
[submodule "modules/ILMT-TEL-HIN-SSFAPI"]
path = modules/ILMT-TEL-HIN-SSFAPI
url = https://gitlab.com/ilmt/ILMT-TEL-HIN-SSFAPI.git
[submodule "modules/ILMT-TEL-HIN-GuessMorph"]
path = modules/ILMT-TEL-HIN-GuessMorph
url = https://gitlab.com/ilmt/ILMT-TEL-HIN-GuessMorph.git
[submodule "modules/ILMT-TEL-HIN-PickOneMorph"]
path = modules/ILMT-TEL-HIN-PickOneMorph
url = https://gitlab.com/ilmt/ILMT-TEL-HIN-PickOneMorph.git
[submodule "modules/ILMT-TEL-HIN-Repair"]
path = modules/ILMT-TEL-HIN-Repair
url = https://gitlab.com/ilmt/ILMT-TEL-HIN-Repair.git
[submodule "modules/ILMT-TEL-HIN-ComputeHead"]
path = modules/ILMT-TEL-HIN-ComputeHead
url = https://gitlab.com/ilmt/ILMT-TEL-HIN-ComputeHead.git
[submodule "modules/ILMT-TEL-HIN-ComputeVibhakti"]
path = modules/ILMT-TEL-HIN-ComputeVibhakti
url = https://gitlab.com/ilmt/ILMT-TEL-HIN-ComputeVibhakti.git
[submodule "modules/ILMT-TEL-HIN-SimpleParser"]
path = modules/ILMT-TEL-HIN-SimpleParser
url = https://gitlab.com/ilmt/ILMT-TEL-HIN-SimpleParser.git