-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (53 loc) · 3.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="HLTDI lab : Human Language Technology and the Democratization of Information" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>HLTDI lab</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/hltdi">View on GitHub</a>
<h1 id="project_title">HLTDI lab</h1>
<h2 id="project_tagline">Human Language Technology and the Democratization of Information</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a name="hltdi" class="anchor" href="#hltdi"><span class="octicon octicon-link"></span></a>HLTDI</h3>
<p><a href="http://www.cs.indiana.edu/%7Egasser/Research/hltdi.html">HLTDI</a> is a research group for human language technology and the democratization of information led by <a href="http://www.cs.indiana.edu/%7Egasser/">Michael Gasser</a>. We work on natural language processing tools for under-represented languages, focusing these days on machine translation. You can pronounce "HLTDI" like "HuLaTeDi".</p>
<h3>
<a name="current-projects" class="anchor" href="#current-projects"><span class="octicon octicon-link"></span></a>Current projects</h3>
<p>Here are some links to our repositories for current projects:</p>
<ul>
<li>
<a href="https://code.google.com/p/hltdi-l3/">L3</a>, our machine translation system based on dependency grammars (code for morphological analyzers is also here)</li>
<li>
<a href="https://github.com/alexrudnick/clwsd">Cross-lingual word sense disambiguation</a> -- tools for lexical choice in hybrid machine translation systems</li>
<li> webapps for collecting corpora for under-resourced languages:
<a href="https://github.com/hltdi/guampa">Guampa</a> and
<a href="https://github.com/hltdi/gn-documents">Tahekami</a>. We're building
these out for Guarani first. Watch for a public launch pretty soon.
</li>
<li>Other projects might collect on our <a href="https://github.com/hltdi">github organization page</a>...</li>
<li>... and also on Michael Gasser's <a href="http://www.cs.indiana.edu/%7Egasser/Research/software.html">research software page</a>.</li>
</ul><h3>
<a name="who-are-you" class="anchor" href="#who-are-you"><span class="octicon octicon-link"></span></a>Who are you?</h3>
<img class="hulateddy" src="images/hltdi-logo-small.png" />
<p><a href="http://www.cs.indiana.edu/%7Egasser/Research/people.html">These people</a> and <a href="https://github.com/hltdi?tab=members">also these people</a>, and maybe you too, if you want to help!</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>