-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchives.html
More file actions
83 lines (72 loc) · 3.26 KB
/
archives.html
File metadata and controls
83 lines (72 loc) · 3.26 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Statistical Parsing of Morphologically Rich Languages</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="./theme/css/main.css" type="text/css" />
<link href="./" type="application/atom+xml" rel="alternate" title="Statistical Parsing of Morphologically Rich Languages ATOM Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie.css"/>
<script src="./js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="./index.html">Statistical Parsing of Morphologically Rich Languages </a>
</h1>
<nav><ul>
<li><a href="./">Archives</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<h1>Archives for Statistical Parsing of Morphologically Rich Languages</h1>
<dl>
</dl>
</section>
<aside id="sidebar">
<div class="widget">
<h2>Categories</h2>
<ul>
</ul>
</div>
<div class="widget blogroll">
<h2>External links</h2>
<ul>
<li><a href="http://www.cs.cmu.edu/~sigparse/">SIGParse</a></li>
<li><a href="http://www.aclweb.org/anthology-new/J/J13/#1000">CL special issue</a></li>
<li><a href="https://sites.google.com/site/spsemmrl2012/">SP-Sem-MRL 2012</a></li>
<li><a href="https://sites.google.com/site/spmrl2011/">SPMRL 2011</a></li>
<li><a href="https://sites.google.com/site/spmrl2010/">SPMRL 2010</a></li>
<li><a href="http://alpage.inria.fr/iwpt09/panel.en.html">SPMRL panel (IWPT'09)</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="widget">
<h2>Proceedings</h2>
<ul>
<li>
<a href="http://www.aclweb.org/anthology-new/W/W10/#1400">
SPMRL 2010<br>
<img src="http://pauillac.inria.fr/~seddah/Spmrl.jpg" alt="spmrl 2010 cover" width="200" height="300"></a>
</li>
<li>
<a href="http://www.aclweb.org/anthology-new/W/W11/#3800">
SPMRL 2011<br>
<img src="http://pauillac.inria.fr/~seddah/spmrl2011.jpg" alt="spmrl 2011 cover" width="200" height="300"></a>
</li>
<li>
<a href="http://aclweb.org/anthology-new/W/W12/#3400">SP-Sem-MRL 2012<br/>
<img src="http://pauillac.inria.fr/~seddah/FrontSPSEM2012.jpg" width="201" height="173"/>
</a>
</li>
</ul>
</div>
</aside><!-- /#sidebar -->
<footer id="footer" class="body">
<p>Created using <a href="http://alexis.notmyidea.org/pelican/">pelican</a> and
a variation on the «notmyidea-cms» theme, a modified version of «notmyidea», the default theme.</p>
</footer><!-- /#footer -->
</body>
</html>