-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·414 lines (360 loc) · 14 KB
/
index.html
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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>IndicNLP</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="NLP, data, tagging, regional, language, tamil, malayalam, bengali" />
<meta name="description" content="TODO" />
<meta name="author" content="Pal, IndicNLP" />
<link rel="stylesheet" href="css/main.css" type="text/css">
<!-- Main Stylesheet CSS -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!--Favicon icon-->
<link rel="stylesheet" id="thb-google-fonts-css" href="https://fonts.googleapis.com/css?family=Source+Serif+Pro%3A300%2C400%2C400i%2C500%2C600%2C700%7CNoto+Sans%3A300%2C400%2C400i%2C500%2C600%2C700&subset=latin" type="text/css" media="all">
<style>
.banner-language {
color:#fff;
z-index: 1;
min-height: 200px;
overflow: hidden;
position: relative;
background-image: url(images/olaichuvadi_30o.png);
background-position: 20px;
background-size: cover;
}
.banner-unity {
color:#fff;
z-index: 1;
min-height: 200px;
overflow: hidden;
position: relative;
background-image: url(images/dravidian-language-tree.png);
background-position: 20px;
background-size: cover;
}
.banner-ai {
color:#fff;
z-index: 1;
min-height: 200px;
overflow: hidden;
position: relative;
background-image: url(images/ai.png);
background-position: 20px;
background-size: cover;
}
.header-text {
font-weight: 100;
font-size: 50pt;
font-family: 'Source Serif Pro', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
color: #202020;
}
.body-text {
line-height: 1.4;
font-weight: 60;
font-size: 18pt;
font-family: 'Source Serif Pro', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
color: #202020;
text-align: center;
}
.last-para {
line-height: 1.4;
font-weight: 45;
font-size: 12pt;
font-family: 'Source Serif Pro', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
color: #202020;
text-align: justify;
}
</style>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="82">
<div class="site-loader">
<div class="loader-dots">
<div class="circle circle-1"></div>
<div class="circle circle-2"></div>
</div>
</div>
<nav class="navbar wow fadeInDown" data-wow-delay=".2s" data-wow-duration="1s" id="myNavbar">
<!-- Main header start -->
<div class="container">
<!-- container-start -->
<div class="navbar-header ">
<button data-target="#navbarCollapse" data-toggle="collapse" class="navbar-toggle collapsed" type="button">
<!-- mobile toggle (hamburgur) -->
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar top"></span>
<span class="icon-bar mid"></span>
<span class="icon-bar btm"></span>
</button>
<a href="#hero" class="site-logo navbar-brand"><img src="" alt="IndicNLP" class="img-responsive"></a><!-- main logo -->
</div>
<div id="navbarCollapse" class="collapse navbar-collapse ">
<ul class="nav navbar-nav navbar-right " id="nav_bar">
<li><a href="about.html">About IndicNLP</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<section class="" id="hero">
<!-- particles.js container -->
<!-- stats - count particles -->
<div class="banner burger align-item-center parallax">
<div id="particles-js"></div>
<div class="container" style="z-index: 5">
<!-- container-start -->
<div class="row align-item-center mt6 text-center">
<!-- row start -->
<div class="col-sm-12 col-lg-12">
<!-- column start -->
<div class="banner-text">
<h1 class="wow fadeInUp" data-wow-delay=".2s" data-wow-duration="1s">
<strong class="template-color">
IndicNLP
</strong>
</h1>
<h2>AI for Indian languages</h2>
<div class="wow fadeInUp" data-wow-delay=".3s" data-wow-duration="1s">
<p class="big-pera"> Linguistic data platform and computing tools for the regional languages of India</p>
</div>
</div>
</div>
<!-- column end -->
</div>
<!---==============================New row =================-->
</div>
<!-- container end -->
</div>
<!--================= banner-end ==================-->
</section>
<section class="">
<div class=" burger align-item-center parallax">
<div id="particles-js"></div>
<div class="container" style="z-index: 5">
<!-- container-start -->
<div class="row align-item-center mt6 text-center">
<div class="col-sm-12 col-lg-12">
<h1 class="header-text">
<strong class="template-color">
Language
</strong>
</h1>
</div>
</div>
<div class="row align-item-center mt6 text-center">
<!-- row start -->
<div class="col-sm-12 col-lg-12">
<!-- column start -->
<div class="banner-text">
<h2 class="body-text">
It is not a bunch of words strung together that
we exchange in order to get our needs met.
It is not just a medium for communication.
It is the medium of the mind. It shapes how we think.
It is what helped us out smart other animals, by carrying knowledge of medicine, astronomy and etc over to us from the past.
It is also the realm, where poetry lives.
It is the time capsule of our history.
It is where our ancestors are still alive.
It is what comes close to what we might call heaven.
</h2>
</div>
</div>
</div>
<!-- column end -->
</div>
<!-- container end -->
</div>
<!--================= banner-end ==================-->
</section>
<section class="">
<div class=" burger align-item-center parallax">
<div id="particles-js"></div>
<div class="container" style="z-index: 5">
<!-- container-start -->
<div class="row align-item-center mt6 text-center">
<div class="col-sm-12 col-lg-12">
<h1 class="header-text">
<strong class="template-color">
Unity in diversity
</strong>
</h1>
</div>
</div>
<div class="row align-item-center mt6 text-center">
<!-- row start -->
<div class="col-sm-12 col-lg-12">
<!-- column start -->
<div class="banner-text">
<h2 class="body-text">
Linguistic diversity is a testament to the richness and complexity of human mind and our history. Every language is unique and has different forms depending on its geographical location and culture of its indigeous people. <i>Language is the conduit that carries culture and heritage across generations.</i>
</h2>
</div>
</div>
</div>
<!-- column end -->
</div>
<!-- container end -->
</div>
<!--================= banner-end ==================-->
</section>
<section class="">
<div class=" burger align-item-center parallax">
<div id="particles-js"></div>
<div class="container" style="z-index: 5">
<!-- container-start -->
<div class="row align-item-center mt6 text-center">
<div class="col-sm-12 col-lg-12">
<h1 class="header-text">
<strong class="template-color">
How can we preserve languages?
</strong>
</h1>
</div>
</div>
<div class="row align-item-center mt6 text-center">
<!-- row start -->
<div class="col-sm-12 col-lg-12">
<!-- column start -->
<div class="banner-text">
<h2 class="body-text">
The easiest way to keep a language alive is to speak it. Using our mother tongue in day to day life will keep it alive. But is that enough? No. We want the indigenous language not just to survive but thrive. Technology has become an essential part of our day to day life. We need to be able to read, write and converse with computers in our mother tongue. That is where AI comes in.
</h2>
</div>
</div>
</div>
<!-- column end -->
</div>
<!-- container end -->
</div>
<!--================= banner-end ==================-->
</section>
<section class="">
<div class=" burger align-item-center parallax">
<div id="particles-js"></div>
<div class="container" style="z-index: 5">
<!-- container-start -->
<div class="row align-item-center mt6 text-center">
<div class="col-sm-12 col-lg-12">
<h1 class="header-text">
<strong class="template-color">
Aritificial Intelligence
</strong>
</h1>
</div>
</div>
<div class="row align-item-center mt6 text-center">
<!-- row start -->
<div class="col-sm-12 col-lg-12">
<!-- column start -->
<div class="banner-text">
<h2 class="body-text">
Artificial Intelligence is already doing lot of amazing things. From playing Chess and Poker to driving cars and spotting celestial bodies. AI will accelerate the pace of innovation and creativity, like never before. In simple words, you can just describe the picture on your mind to the machine and it will paint it, bringing out the creativity in people who cannot handle a paint brush and even people without arms. We believe Artificial Intelligence will play a key role in shaping our future as a whole.
</h2>
</div>
</div>
</div>
<!-- column end -->
</div>
<!-- container end -->
</div>
<!--================= banner-end ==================-->
</section>
<section class="">
<div class=" burger align-item-center parallax">
<div id="particles-js"></div>
<div class="container" style="z-index: 5">
<!-- container-start -->
<div class="row align-item-center mt6 text-center">
<div class="col-sm-12 col-lg-12">
<h1 class="header-text">
<strong class="template-color">
What should we do?
</strong>
</h1>
</div>
</div>
<div class="row align-item-center mt6 text-center">
<!-- row start -->
<div class="col-sm-12 col-lg-12">
<!-- column start -->
<div class="banner-text">
<h2 class="body-text">
But we need to be ready. We need to train the machines to understand our language and that is where we need your help. We need your help to teach AI your language. AI can already understand many languages like English and French, because there are huge corpora from which the AI can learn. Indigenous languages do not have that. Join us in our quest to make machines learn what it means be unified under rich diversity.
</h2>
</div>
</div>
</div>
<!-- column end -->
</div>
<!-- container end -->
</div>
<!--================= banner-end ==================-->
</section>
<section class="">
<div class=" burger align-item-center parallax">
<div id="particles-js"></div>
<div class="container" style="z-index: 5">
<!-- container-start -->
<div class="row align-item-center mt6 text-center">
<div class="col-sm-12 col-lg-12">
<h1 class="header-text">
<strong class="template-color">
What have we done so far?
</strong>
</h1>
</div>
</div>
<div class="row align-item-center mt6">
<!-- row start -->
<h2 class="body-text">
We have built language models for Tamil, Malayalam and Bangla.
</h2>
<div class="col-sm-12 col-lg-12">
<!-- column start -->
<div class="banner-text">
<p class="last-para">
Language model is the ability assess whether a given sentence is valid one.
For example, a native english speaker can easily say that
the phrase <i>'how are you?'</i> is valid but <i>'are how you?'</i> is not.
<br>
<br>
Language modelling can also be thought of as: given sentence with few words removed, one can easily fill in those blanks.
<i>Everyday, I ____ up at 6 am and drink ____ before going to the gym.</i> The first blank can be filled with
<i>wake</i> and second one with anyone word among <i>tea, coffee, juice and water </i>
</br>
You can play with the model <a href="http://meain.io/w2vui">here</a>
</p>
<p class="last-para">
We have ambitious goal of building a series of tools for indigenous languages, such
<ul>
<li class="last-para"> Android/iOS App for Data collection, Tagging </li>
<li class="last-para"> speech-to-text and text-to-speech to help converse with the computer </li>
<li class="last-para"> translation system across Indic and other languages. </li>
<li class="last-para"> Auto complete keyboard utility for Indic languages </li>
<li class="last-para"> document analysis and recognition system </li>
</ul>
</p>
<p class="last-para">
But one step at a time. Our first task to build a parallel corpus for training the translation model.
Please join the group <a href="https://groups.google.com/forum/#!forum/indicnlp" ><i>[email protected]</i></a> to help.
</p>
<p class="last-para">
For more information, suggestions or questions, you can contact us at <a href="mailto:[email protected]">this</a> email id.
</p>
</div>
</div>
</div>
<!-- column end -->
</div>
<!-- container end -->
</div>
<!--================= banner-end ==================-->
</section>
<script src="js/jquery3.2.1.min.js"></script><!-- JQUERY LIBRARY -->
<script src="js/particles.min.js"></script><!-- Particles JS -->
<script src="js/bootstrap.min.js"></script><!-- Bootstrap JS -->
<script src="https://www.youtube.com/player_api"></script>
<script src="js/main.js"></script><!-- Main JS -->
<script src="js/wow.min.js"></script><!-- Main JS -->
</body>
</html>