-
Notifications
You must be signed in to change notification settings - Fork 93
/
test.html
15 lines (13 loc) · 981 Bytes
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<title>Syntax Tree Generator Tests</title>
</head>
<body>
<a class="example" href="index.html?i=[NP^ Alice]">[NP^ Alice]</a><br />
<a class="example" href="index.html?i=[NP [N Alice] and [N Bob]]">[NP [N Alice] and [N Bob]]</a><br />
<a class="example" href="index.html?i=[S[NP[N Alice]][VP[V is][NP[N'[N a student][PP^ of physics]]]]]">[S[NP[N Alice]][VP[V is][NP[N'[N a student][PP^ of physics]]]]]</a><br />
<a class="example" href="index.html?i=[CP [NP^_1 What] [C' [C_b did] [IP_2 [NP^ you] [I' [I tr<b>] [VP [V' [V eat] tr<1>]]]]]]">[CP [NP^_1 What] [C' [C_b did] [IP_2 [NP^ you] [I' [I tr<b>] [VP [V' [V eat] tr<1>]]]]]]</a><br />
<a href="index.html?i=[A [A [A [A A] [A_2 A] [A [A A]]] [A_0 A]] [A [A [A [A [A A<0>] A<1>] A<2>] [A [A_1 A<3>] [A A] [A_3 A]]] A<0>">Movement 2</a>
<a href="index.html?i=[A [A [A_0 [A A] [A A] [A [A A]]] [A A]] [A [A [A [A [A A] A] A<0>] [A [A A] [A A] [A A]]] A">Movement 3</a>
</body>
</html>