Tue, 15 Jul 2008 14:10:17 -0700 |
jonathandicarlo |
Preliminary version of date stuff added
|
Mon, 14 Jul 2008 11:40:01 -0700 |
Maria Emerson |
updated preview branch to include preview screens for google and map commands
|
Mon, 14 Jul 2008 09:30:28 -0700 |
Maria Emerson |
cloned hip to preview directory
|
Mon, 07 Jul 2008 13:00:19 -0700 |
jonathandicarlo |
Tiny fix to make nouns never match the empty string, so you don't get that weird thing where your input is empty and it's suggesting a list of cities.
|
Wed, 02 Jul 2008 16:50:15 -0700 |
jonathandicarlo |
Created a primitive form of noun-first suggestion.
|
Wed, 02 Jul 2008 12:04:46 -0700 |
jonathandicarlo |
Broke up hip.js into some smaller js files
|
Thu, 29 May 2008 14:28:50 -0700 |
jonathandicarlo |
You can use pronouns to refer to your selection, which is pulled from a 'pretend this is your selection' input box.
|
Fri, 16 May 2008 19:43:45 -0700 |
jonathandicarlo |
Added simple text-selection support; use words like 'this', 'selection', or 'it' to refer to your selection. It will be interpolated in the correct position in your sentence. I don't have a selection-grabbing mechanism yet (it's beside the point) so I just added a text input field to hip.html that we will pretend is your selection for not.
|
Wed, 14 May 2008 22:08:44 -0700 |
jonathandicarlo |
With the basic demo functionality ready to go, I added a list of What To Do Next.
|
Wed, 14 May 2008 15:11:30 -0700 |
jonathandicarlo |
Multiple word direct objects are now processed correctly, and the case where a preposition is treated as part of the direct object is now sorted to the end of the suggestion list.
|
Wed, 14 May 2008 15:06:17 -0700 |
jonathandicarlo |
Now even if a preposition is matched, the suggestion list will include the sentence where that preposition is left unmatched (treated as part of the direct object), just in case that's what the user wants.
|
Wed, 14 May 2008 14:59:24 -0700 |
jonathandicarlo |
All suggested completions now return sensible descriptions of what they would do if executed.
|
Wed, 14 May 2008 13:25:17 -0700 |
jonathandicarlo |
Debugged the recursive part of the parsing algorithm, so it now recognizes multiple prepositions in any order. Still some bugs.
|
Tue, 13 May 2008 18:57:55 -0700 |
jonathandicarlo |
Now doing a much smarter parsing of the rest of the sentence after the verb, and describing expected arguments in (italics).
|
Tue, 13 May 2008 13:04:25 -0700 |
jonathandicarlo |
Added verbs and nouns and up/down arrows and space-to-autocomplete and suggestion list and escape-to-clear.
|
Mon, 12 May 2008 13:53:10 -0700 |
Atul Varma |
Clarified some things in the README.
|
Fri, 09 May 2008 17:42:24 -0700 |
Atul Varma |
Added README
|
Fri, 09 May 2008 16:48:45 -0700 |
Atul Varma |
Added autocomplete popup and querysource class
|
Fri, 09 May 2008 13:53:40 -0700 |
Atul Varma |
Origination.
|