| 65 | | rb-10 which is not as dexterous as the fingers are. A good solution would be to use speech recognition, |
|---|
| 66 | | rb-11 especially since most of these devices often already have a built-in microphone. |
|---|
| 67 | | rb-12 Many phones already offer the possibility of so-called voice dialing. |
|---|
| 68 | | rb-13 A major stumbling block is the still limited computing power of these phones. |
|---|
| 69 | | rb-14 One way to deal with this is to use only a limited number of available commands. |
|---|
| 70 | | rb-15 That way the software only needs to compare the voice input with a small number of possible options. |
|---|
| 71 | | rb-16 Modern computers have far more computing power than hand-held devices. |
|---|
| 72 | | rb-17 That means that when a programmer wants to write speech recognition software, |
|---|
| 73 | | rb-18 it is necessary to keep in mind on which hardware the software will run. |
|---|
| 74 | | rb-19 A full-blown computer offers a programmer the freedom to develop software |
|---|
| 75 | | rb-20 that allows the end user to issue a wider array of commands. |
|---|
| 76 | | rb-21 In practice this will allow end users to issue commands |
|---|
| 77 | | rb-22 such as \"go to previous paragraph\ \"go up one paragraph\ or even \"I want to edit the previous paragraph\". |
|---|
| 78 | | rb-23 Where all these commands might lead to the same result on that powerful PC, |
|---|
| 79 | | rb-24 the software on a hand-held device might only respond to one specific command. |
|---|
| 80 | | rb-25 The same would be the case for other tasks such as browsing the Web, |
|---|
| 81 | | rb-26 searching for documents in the file browser, and starting or closing programs. |
|---|
| 82 | | rb-27 Therefore, behind your PC, \"go online\ \"start my Web browser\ or \"visit my home page\ |
|---|
| 83 | | rb-28 might all be valid commands, whereas on your mobile phone you would have to stick to \"run browser\". |
|---|
| 84 | | rb-29 Obviously, when running a file browser the same logic would apply. |
|---|
| 85 | | rb-30 When working on a powerful PC or laptop |
|---|
| 86 | | rb-31 commands like \"go to the folder with my University documents and open my thesis\ might soon be quite common. |
|---|
| 87 | | rb-32 It is however likely that on mobile devices we will have to use more rudimentary commands |
|---|
| 88 | | rb-33 like \"go up one folder\ \"open the folder University\ or \"open document thesis\". |
|---|
| | 65 | rb-10 which is not as dexterous as the fingers are. |
|---|
| | 66 | rb-11 A good solution would be to use speech recognition, |
|---|
| | 67 | rb-12 especially since most of these devices often already have a built-in microphone. |
|---|
| | 68 | rb-13 Many phones already offer the possibility of so-called voice dialing. |
|---|
| | 69 | rb-14 A major stumbling block is the still limited computing power of these phones. |
|---|
| | 70 | rb-15 One way to deal with this is to use only a limited number of available commands. |
|---|
| | 71 | rb-16 That way the software only needs to compare |
|---|
| | 72 | rb-17 the voice input with a small number of possible options. |
|---|
| | 73 | rb-18 Modern computers have far more computing power than hand-held devices. |
|---|
| | 74 | rb-19 That means that when a programmer wants to write speech recognition software, |
|---|
| | 75 | rb-20 it is necessary to keep in mind on which hardware the software will run. |
|---|
| | 76 | rb-21 A full-blown computer offers a programmer the freedom to develop software |
|---|
| | 77 | rb-22 that allows the end user to issue a wider array of commands. |
|---|
| | 78 | rb-23 In practice this will allow end users to issue commands such as "go to previous paragraph" |
|---|
| | 79 | rb-24 "go up one paragraph" or even "I want to edit the previous paragraph". |
|---|
| | 80 | rb-25 Where all these commands might lead to the same result on that powerful PC, |
|---|
| | 81 | rb-26 the software on a hand-held device might only respond to one specific command. |
|---|
| | 82 | rb-27 The same would be the case for other tasks such as browsing the Web, |
|---|
| | 83 | rb-28 searching for documents in the file browser, and starting or closing programs. |
|---|
| | 84 | rb-29 Therefore, behind your PC, "go online" "start my Web browser" or "visit my home page" |
|---|
| | 85 | rb-30 might all be valid commands, |
|---|
| | 86 | rb-31 whereas on your mobile phone you would have to stick to "run browser". |
|---|
| | 87 | rb-32 Obviously, when running a file browser the same logic would apply. |
|---|
| | 88 | rb-33 When working on a powerful PC or laptop |
|---|
| | 89 | rb-34 commands like "go to the folder with my University documents |
|---|
| | 90 | rb-35 and open my thesis might soon be quite common. |
|---|
| | 91 | rb-36 It is however likely that on mobile devices we will have to use more rudimentary commands |
|---|
| | 92 | rb-37 like "go up one folder" "open the folder University" or "open document thesis". |
|---|