-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathfaq.html
38 lines (36 loc) · 2.07 KB
/
faq.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
<!DOCTYPE html>
<!-- saved from url=(0059)file://localhost/Users/sam/Documents/Github/faqbot/faq.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>FaqBot</title>
<link rel="stylesheet" href="faq.css">
<!--- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> -->
<script type="text/javascript" src="thirdparty/xregexp.js"></script>
<script type="text/javascript" src="thirdparty/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="thirdparty/jquery.uri.js"></script>
<script type="text/javascript" src="thirdparty/jquery.xmlns.js"></script>
<script type="text/javascript" src="thirdparty/jquery.curie.js"></script>
<script type="text/javascript" src="thirdparty/jquery.datatype.js"></script>
<script type="text/javascript" src="thirdparty/jquery.rdf.js"></script>
<script type="text/javascript" src="thirdparty/jquery.rdfa.js"></script>
<script type="text/javascript" src="thirdparty/jquery.rules.js"></script>
<script type="text/javascript" src="thirdparty/jquery.rdf.json.js"></script>
<script type="text/javascript" src="thirdparty/jquery.rdf.turtle.js"></script>
<script type="text/javascript" src="thirdparty/removeStopWords.js"></script>
<script type="text/javascript" src="thirdparty/natural.js"></script>
<script type="text/javascript" src="storage.js"></script>
<script type="text/javascript" src="query.js"></script>
<script type="text/javascript" src="faq.js"></script>
</head>
<body>
<div>[Note, to get the bot to store knowledge say things like "There is a person called John", then you can ask questions about 'John']<br/></div>
<div>[This project is in early alpha. Check the <a href="https://github.com/tansaku/faqbot/blob/master/README.md">Documentation</a> ]<br/></div>
<br/>
<div id="history">Bot: hello<br/></div>
<form id="chat">
<input id="sentence" type="text" size='45'>
</form>
<br/>
<iframe src="jasmine.html" width='100%' height='800'></iframe>
</body>
</html>