-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontribute.html
53 lines (38 loc) · 2.86 KB
/
contribute.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
<!DOCTYPE html>
<!-- vim: set sts=2 sw=2 et tw=0 : -->
<html lang="en">
<meta charset="UTF-8">
<head>
<title>Bharati Braille Converter :: Contribute</title>
<meta name="description" content="Contribute to the Bengali, Hindi, Gujarati, Marathi, Sanskrit, Tamil, Telugu to Bharati Braille converter">
<link rel="stylesheet" href="static/about.css" lang="text/css" media="screen" />
<link rel="shortcut icon" href="favicon.ico"/>
</head>
<body>
<div id="wrapper">
<div id="content">
<div id="header">
<div id="heading"><h1><a href="/">Bharati Braille Converter</a></h1></div>
<div id="about"><h1>Contribute</h1></div>
</div>
<div id="logo">
<a href="http://pareidolic.in"><img src="static/pareidolic.png" width="100px"></img></a>
</div>
<div id="text">
<h4>Testing</h4>
<br/>
Last week we released the first version of the Bharati Braille Converter that could translate Hindi and Marathi (in the Devanagari script) to Bharati Braille. Currently we're working towards adding more languages to the converter. <i>If you're a fluent speaker and writer of Assamese, Bengali, Gujarati, Odia, Kannada, Malayalam, Punjabi, Tamil or Telugu, you could help us!</i>
<br/><br/>
As the <a href="http://bharati-braille.pareidolic.in/about.html">About page</a> explains, the conversion between Indian languages and Bharati Braille is not a straightforward mapping. We're designing tests to check if the converter is translating accurately, especially the complex bits. These tests address issues such as whether <i>akhand</i> ligatures are being formed; is the <a href="about.html#bb_limitations">schwa idiosyncracy</a> being handled properly; and, are numbers and punctuation marks working well with text.
<br/><br/>
If you would like to help us write test documents for the languages listed above, write to us at talk[at]pareidolic[dot]in, or contact <a href="http://twitter.com/anexasajoop">Pooja</a> or <a href="http://twitter.com/nirbheek">Nirbheek</a> on Twitter.
<br/><br/><br/>
<h4>Bharati Braille</h4>
<br/>
If you or anyone you know is fluent in Bharati Braille, we would love to hear from you. We are looking for people who can use the converter and test it for us. In addition, if you happen to know of any resources besides the <a href="http://www.nabindia.org/Publication_publications.htm">NAB Bharati Braille Shikshak</a> such as books or publications that explain Bharati Braille, please let us know so we can expand our knowledge base. Once again, you can get in touch with us at talk[at]pareidolic[dot]in, or Twitter: <a href="http://twitter.com/anexasajoop">Pooja</a> or <a href="http://twitter.com/nirbheek">Nirbheek</a>.
<br/><br/><br/><br/><br/>
</div>
</div>
</div>
</body>
</html>