Mercurial > hip
view hip.html @ 6:98935af12b04
Debugged the recursive part of the parsing algorithm, so it now recognizes multiple prepositions in any order. Still some bugs.
author | jonathandicarlo@jonathan-dicarlos-macbook-pro.local |
---|---|
date | Wed, 14 May 2008 13:25:17 -0700 |
parents | a31bdc4de955 |
children | 9e18b8d8c936 |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" media="all" href="hip.css" /> <title></title> </head> <body> <div id="status-line">Ubiquity!</div> <input id="search-box" type="text" size="40" /> <div id="autocomplete-popup"></div> </body> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="hip.js"></script> </html>