-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (47 loc) · 2.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>Udapi – API&framework for UD</title>
</head>
<body>
<header>
<div class="container">
<table><tr><td><img src="images/logo-udapi-transparent.png" alt="Udapi" width="204" height="80"></td>
<td><h2>API and multi-language framework<br/>for processing Universal Dependencies</h2></td></tr></table>
<section id="downloads">
<a href="https://github.com/udapi/udapi-python" class="btn btn-github"><span class="icon"></span>Python</a>
<a href="https://github.com/udapi/udapi-perl" class="btn btn-github"><span class="icon"></span>Perl</a>
<a href="https://github.com/udapi/udapi-java" class="btn btn-github"><span class="icon"></span>Java</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h1>Udapi</h1>
<p>a framework for processing <a href="http://universaldependencies.org/">Universal Dependencies</a> data</p>
<h2>Links</h2>
<p>Python:
<a href="https://github.com/udapi/udapi-python">GitHub + Installation</a>
<a href="tutorial/">Tutorial</a>
<a href="http://udapi.readthedocs.io/en/latest/">Documentation</a>
<a href="http://universaldependencies.org/udw17/pdf/UDW12.pdf">Paper</a>
<a href="slides.pdf">Slides</a>
</p>
<p>Perl:
<a href="https://github.com/udapi/udapi-perl">GitHub</a>
<a href="https://github.com/udapi/udapi-perl/blob/master/INSTALL.md">Installation</a>
</p>
<p>Java:
<a href="https://github.com/udapi/udapi-java">GitHub</a>
<a href="https://github.com/udapi/udapi-java/blob/master/INSTALL.md">Installation</a>
</p>
</section>
</div>
</body>
</html>