Process and apparatus for selecting an item from a database
11573939 · 2023-02-07
Assignee
Inventors
Cpc classification
G06F16/957
PHYSICS
G06F3/0338
PHYSICS
G06F3/04842
PHYSICS
International classification
G06F3/0338
PHYSICS
G06F16/957
PHYSICS
Abstract
A method and apparatus for selecting database items from a database, where the database items are indexed by a list of item identifiers. The item identifiers may be in the form of text. An initial display is generated which includes one or more parts of the item identifiers. Selection of the one or more parts may be made and results in the generation of a display of a further one or more parts for selection. The further one or more parts may be selected in order to add to the selected one or more parts to build a larger part or whole of an item identifier. Selection from a large list of item identifiers may be carried out in a relatively short time period.
Claims
1. A system for selecting items, the system comprising: an output display of a television; a remote control keypad with an up, down, left, right, select functionality; and a computer processor contained within the television configured to: associate the items with corresponding item identifiers; generate a first display on the output display, the first display comprises a part of an item identifier corresponding to a first set of items and a part of an item identifier corresponding to a second set of items in a database; enable selection, by the remote control keypad, of one of the two parts of the item identifiers associated with a selected set of items; generate, in response to the selection of the one of the two parts of item identifiers, a further display on the output display, the further display comprises an additional part of an item identifier corresponding to a subset of the selected set of items and another additional part of an item identifier corresponding to another subset of the selected set of items; enable selection, by the remote control keypad, of one of the two additional parts of the item identifiers; combine the selected one of the two parts of the item identifiers with the selected one of the two additional parts of the item identifiers to create a larger part of the item identifiers; and display the larger part of the item identifiers on the output display, wherein the additional parts of the item identifiers are shorter than a complete item identifier, the first set of items and the second set of items are mutually exclusive of one another, and the up, down, left, right, select functionality of the remote control keypad enables the selections of parts of item identifiers specifically positioned in a circular menu on the output display.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
(1) Features and advantages of the present invention will become apparent from the following description of embodiments thereof, by way of example only, with reference to the accompanying drawings, in which:
(2)
(3)
(4)
(5)
(6)
(7)
(8)
(9)
(10)
DESCRIPTION OF PREFERRED EMBODIMENT
(11) The following description of the present invention relates to selection of a contact from an address book of a mobile telephone. The invention is however not limited to this application and may be implemented on any device with computational processing ability on any list which is indexed by a text based value.
(12) The conventional way of selecting a contact from an address book on a mobile telephone entails the user following the sequence: 1. The user starts the address book application and is presented with a the full list of all contacts in the address book, (
(13) In an embodiment of the current invention the above process can be streamlined greatly by presenting the user with the following sequence: 1. The user starts the address book application which is implemented based on the present invention, the user is presented with 4 strings in a circular menu indicating the strings are selected by movements of the joystick in the directions left, right, up and down (
(14) Using an address book application implemented with the present invention as described above has the following advantages over the traditional system as described previously: There are significantly less key presses or movements of the joystick as the mostly letters are presented first and it is likely that it will be possible to specify several letters of the name at a time, Only the joystick has been used so there is no need to transfer the thumb or finger between buttons and risk mis-hitting buttons, The labels selected from are presented on the screen rather than being printed on the buttons meaning the user is able to maintain their gaze on the screen the entire time rather than constantly flick between the screen and the keypad, Another advantage of on-screen labels is that it is possible to increase the size of the labels to make them more readable for those with vision impairment, an option not possible for labels on small keypad keys.
(15) It should be obvious to someone skilled in the art that the present invention has much broader application than just the example listed above, as well as a mobile phone, the present invention can be used to improve list selection on other devices including but not limited to personal computers, tablet PCs, PDAs, remote controls and small watch sized devices.
(16) Also, as well as the above sample application the present invention can be used to select an item from any list which is indexed by a text based value. The list could be of any size from a handful of entries to a large database of thousands or even millions of entries. The list does not just have to be contacts in an address book, applications could include but are not limited to selection from any text indexed database, for example a list of products in an inventory, selection of word definitions from a dictionary, selection of answers from an FAQ (Frequently Asked Question) document, etc.
(17) Implementation
(18) Preferably the present invention would be implemented as software within an application which maintains or allows viewing of some list of information. The list would be accessible through an index field which is text based. The text may be based on any language or symbolic system as long as it can be represented on the screen for selection.
(19) Table of Values
(20)
(21) Hierarchical Tree
(22) In order to facilitate selection from the list of text indices using the present invention, the list needs to be processed as a hierarchical tree of word sections. In one variation of the implementation of the present invention in software there may be a pre-processing phase where the list of indices is analysed and the hierarchical tree is generated and stored in some computer accessible memory to assist processing.
(23) The hierarchical tree of word sections is an internal representation of the structure of the words in the list. Where words share the same starting letter or letters those words are added under the same node, where words diverge a branch in the hierarchical tree is formed. This process continues to form further entries and branches down the tree to correspond with the subsequent letters in the words.
(24) As an example, the logical hierarchical tree structure for the list in
(25) Node Rankings
(26) Associated with each end node is a ranking value. In the most basic of systems this value would be one for each end node but in other systems it could be any number representing a ranking, for instance for a phone book application the number could be the number of times that contact was accessed giving more frequently used contacts higher priority.
(27) For the branch nodes in the tree their rankling value is the sum of all the ranking values of the nodes immediately below them in the tree.
(28) Presenting Options
(29) In an implementation of the present invention, the system presents word section options. The number of options presented depends on the mode by which the options are being selected. On a touch screen the options may be in a 3 by 2 grid to be selected by a stylus (
(30) In the case of a menu driven by a joystick such as that which is commonly found on a mobile phone the system could present up to 4 word section options indicated by presses of the joystick in the four directions (left, right, up and down) and having a press in of the joystick to indicate “more”.
(31) Each word section option presented corresponds to a node in the notional hierarchical tree. In order to determine which nodes to present the system will use the following logic: 1. Exclude nodes which have already been presented (i.e. they have been presented to the user and the user has selected “more” to indicate none of those presented are appropriate) 2. Select the nodes with the highest ranking values 3. When assessing the ranking value subtract the ranking value of any nodes below this node in the tree that have been selected. For example, in
(32) Thus for our example tree in
(33) TABLE-US-00001 WORD SECTION RANKING VALUE “An” 2 “John_” 3 “J” 2 (ranking of “J” minus ranking of “ohn_” which is presented separately) “Peter Smith” 1
(34)
(35) If the user was to select the “John_” option then the options to be presented would be:
(36) TABLE-US-00002 WORD SECTION RANKING “Smith” 1 “Sykes” 1 “Jones” 1
(37)
(38) If the user was to select the “An” option from the original menu then the options to be presented would be:
(39) TABLE-US-00003 WORD SECTION RANKING VALUE “drew_Jones” 1 “ne_Parkes” 1
(40) Once the user selects a word section that takes them to the end of the index then the item has been uniquely specified and the system can then perform the processing applicable to the application. In the example of a phone book system the user may be presented with options to initiate a phone call or send a text message to the contact.
(41) As can be seen from the above example, even using just a joystick it is possible to very rapidly narrow a text based search to a single entry with very few joystick actions using the present invention. While the example presented is based on a trivial number of entries, the present invention provides a significant increase in efficiency of selections from lists with many more items as well.
(42) It will be appreciated by persons skilled in the art that numerous variations and/or modifications may be made to the invention as shown in the specific embodiments without departing from the spirit or scope of the invention as broadly described. The present embodiments are, therefore, to be considered in all respects as illustrative and not restrictive.