-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 962 Bytes
/
index.html
File metadata and controls
30 lines (30 loc) · 962 Bytes
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Welcome to Paul Yang Website</title>
<link type="text/css" rel="stylesheet" href="coach.css" />
</head>
<body>
<img src="images/googleLogo.jpg">
<h1>This is the experiment for query expansion based upon Aprori algorithm......</h1>
</br>
<p>
Pls input your query! Enjoy!
</p>
<form action="cgi-bin/controller1.py" method="POST">
<p>
Example: <i>秘密座機</i> <i>深夜飯館</i> <i>隱秘飛行器</i> <br />
Example: <i>半夜酒家</i> <i>深夜飲食店</i> <i>夜深飯館</i> <i>半夜飯館</i> <br />
Example: <i>挨餓遊憩</i> <i>飢餓遊戲</i> <i>飢餓玩樂</i> <i>焦渴遊戲</i> <br />
</br>
<fieldset>
<input type="text" name="terms" size="70">
<br>
<input type="submit" value="Search">
</fieldset>
</p>
</form>
</br>
<h3>Author: Yao Nien, Yang / 楊曜年 </h3>
</body>
</html>