WO2016119549A1 - Procédé et appareil de chargement de texte candidat basé sur une entrée - Google Patents

Procédé et appareil de chargement de texte candidat basé sur une entrée Download PDF

Info

Publication number
WO2016119549A1
WO2016119549A1 PCT/CN2015/098987 CN2015098987W WO2016119549A1 WO 2016119549 A1 WO2016119549 A1 WO 2016119549A1 CN 2015098987 W CN2015098987 W CN 2015098987W WO 2016119549 A1 WO2016119549 A1 WO 2016119549A1
Authority
WO
WIPO (PCT)
Prior art keywords
candidate
candidate text
character
english
character string
Prior art date
Application number
PCT/CN2015/098987
Other languages
English (en)
Chinese (zh)
Inventor
张文旭
Original Assignee
北京奇虎科技有限公司
奇智软件(北京)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京奇虎科技有限公司, 奇智软件(北京)有限公司 filed Critical 北京奇虎科技有限公司
Publication of WO2016119549A1 publication Critical patent/WO2016119549A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes

Definitions

  • the present invention relates to the field of word processing technologies, and in particular, to a loading method based on input candidate text and a loading device based on input candidate text.
  • the text that the user usually needs to input includes Chinese, English, numbers, symbols, etc. If the input method can only provide a single type of candidate, the user needs to frequently switch the input method to complete the text input, which will greatly reduce the text. Input efficiency.
  • the mixing function has become one of the functions necessary for the current input method program.
  • Some input method programs when inputting English and numbers, often need to slide and turn pages to find the input that the user expects, and even can not find the input desired by the user.
  • the user needs to manually input a word or a number, and the operation is troublesome. Input efficiency is very low.
  • the present invention has been made in order to provide an input-based candidate text loading method and a corresponding input-based candidate text loading device that overcomes the above problems or at least partially solves or alleviates the above problems.
  • a loading method based on input candidate text including the steps of:
  • the triggered key When the triggered key is detected, one or more first character strings corresponding to the key are loaded, and the first candidate text corresponding to each first character string; the first candidate text includes Chinese candidate text, English At least one of candidate texts and digital candidate texts;
  • the first target button is an operation button corresponding to a character string of the currently undetermined candidate text
  • the second candidate text includes English candidate texts and digital candidates At least one of the texts.
  • a loading device based on input candidate texts including:
  • a first loading module configured to load, when the triggered button is detected, one or more first character strings corresponding to the button, and a first candidate text corresponding to each first character string; the first candidate The text includes at least one of a Chinese candidate text, an English candidate text, and a digital candidate text;
  • a first determining module configured to determine a first target button when the specified operation event is monitored; the first target button is an operation button corresponding to a character string of the currently undetermined candidate text;
  • a second loading module configured to load one or more second character strings corresponding to the first target button, and second candidate text corresponding to each second character string; the second candidate text includes English candidate texts At least one of the digital candidate texts.
  • a computer program comprising computer readable code, when said computer readable code is run on a computing device, causing said computing device to perform said input based candidate text Load method.
  • a computer readable medium wherein the computer program described above is stored.
  • the embodiment of the present invention loads at least one of the first candidate text including the Chinese candidate text, the English candidate text, and the digital candidate text, and determines the first target button when the specified operation event is monitored.
  • the second candidate text including at least one of the English candidate text and the digital candidate text is loaded, and the second candidate text is filtered by the specified operation event, thereby eliminating a plurality of interferences, and reducing the user sliding candidate region and the sliding auxiliary candidate. Operations such as columns greatly improve the convenience of input, thereby improving the efficiency of input.
  • the first character string, and/or the second character string is used to sort the preceding one or more characters as the second candidate text, and the self-created words are satisfied, which satisfies the requirements of certain inputs and speeds up self-made.
  • the speed and success rate of mixed candidate texts of English candidate texts, digital candidate texts or English candidate texts and digital candidate texts can avoid group words by English words or numbers one by one, further improving the efficiency of input.
  • FIG. 1 is a flow chart showing the steps of Embodiment 1 of a loading method based on input candidate text according to an embodiment of the present invention
  • FIG. 2 is a view schematically showing an example of a nine-square grid keyboard according to an embodiment of the present invention
  • FIG. 3A-3D schematically illustrate an input example interface diagram in accordance with one embodiment of the present invention
  • Embodiment 4 is a flow chart showing the steps of Embodiment 2 of a loading method based on input candidate texts according to an embodiment of the present invention
  • FIG. 5 is a block diagram schematically showing an embodiment of a loading device embodiment based on input candidate texts according to an embodiment of the present invention
  • Figure 6 shows schematically a block diagram of a computing device for performing the method according to the invention
  • Fig. 7 schematically shows a storage unit for holding or carrying program code implementing the method according to the invention.
  • an input method program realizes the Chinese-English mixed function by adding Chinese-English and Chinese mixed words in the thesaurus, and the binary relationship between Chinese words and English words and Chinese words and numbers.
  • a mixed word that can match the code string can be searched in the vocabulary and displayed through the candidate region. If necessary, the combination candidate with the greatest probability can be calculated by the binary relationship between the words, candidate It may consist of Chinese words and English words, Chinese words and numbers.
  • the user needs to select the desired candidate to complete the input by sliding the candidate area.
  • mixed words There are two sources of mixed words that can be output by the input method program: mixed words that already exist in the thesaurus, and combined words given by dynamic group words.
  • the expected candidate, the input method does not provide a filtering method to help the user quickly find the desired English candidate, digital candidate, usually the user needs to select the desired candidate by sliding the candidate region (or page turning operation), often needs to go down It is possible to find a candidate that meets the expectations, and may even be unable to find the desired English candidate.
  • the input of the word can only be completed by selecting the letter in the word one by one, and the input cost is high.
  • Another input method presets the commonly used Chinese-English mixed words in the thesaurus, and the binary relationship between Chinese words and English words.
  • the input method searches the thesaurus for a mixed word that can match the code string and displays it through the candidate area. If necessary, the combination candidate with the greatest probability is calculated by the binary relationship between words, and the combination candidate may be composed of Chinese words and English words.
  • the user combines the candidates by selecting the candidate segments. If the current candidate segment is Chinese, the candidate segment is directly searched and selected in the candidate column; if the current candidate segment is in English, the user can slide the auxiliary candidate column to the end, and click the "English” button to enter the English mode, at this time, the candidate column only With English candidates left, users can quickly find and select the desired English words.
  • the input method cannot output a mixed number of words, the "English” button is at the end of the auxiliary candidate column, and the user prefers to perform a sliding operation in order to click the button. Moreover, since the number of auxiliary candidates in the auxiliary candidate column is changed, the position of the "English” button will change after the English segment is selected, and the user needs to slide the auxiliary candidate column again, which is very troublesome.
  • FIG. 1 a flow chart of the steps of the loading method of the input method based on the input of the candidate text according to an embodiment of the present invention is shown.
  • Step 101 When the triggered button is detected, loading one or more first character strings corresponding to the button, and the first candidate text corresponding to each first character string;
  • the embodiment of the present invention may be applied to an electronic device having a touch screen or a physical keyboard, and may specifically include a mobile phone, a tablet computer, a PDA (Personal Digital Assistant), a laptop computer, etc., and the present invention.
  • the embodiment does not limit this.
  • These electronic terminals can support operating systems including Windows, Android (Android), IOS, Windows Phone, etc., and can usually run applications that are input through a keyboard such as a virtual keyboard or a physical keyboard.
  • a keyboard such as a virtual keyboard or a physical keyboard.
  • the virtual keyboard or the physical keyboard may include a nine-square grid keyboard, a full keyboard (such as a QWERT keyboard), and the like, and the application may include an input method program and the like.
  • the user can trigger a button on the keyboard by touching or clicking a physical button on the touch screen, and the input method can query the corresponding first candidate file, and the first candidate text can include Chinese. At least one of the candidate text, the English candidate text, and the digital candidate text can be visually converted into a Chinese-English number input mode.
  • step 101 may include the following sub-steps:
  • Sub-step S11 extracting one or more first characters associated with each button
  • the first character may include at least one of a Chinese character, an English character, and a numeric character;
  • buttons are generally arranged on the keyboard.
  • a nine-square keyboard generally has at least nine buttons
  • a full keyboard generally has at least 26 buttons.
  • Most of the buttons can be used to input characters, and many buttons are often reused. You can enter different characters, including but not limited to numeric characters, English characters, Chinese characters, and symbol characters.
  • Chinese characters can include pinyin characters and stroke characters.
  • the button 201 is associated with a Chinese character, which may include a pinyin character vowel "a”, an initial “b”, an initial “c”, a stroke character " ⁇ ", and associated numeric characters. "2”, associated English characters “a”, “b”, “c”, "A”, “B”, “C”.
  • buttons 0-9 are generally distributed on different keys, and these keys distribute the more important Chinese characters and English characters at the same time, and the frequency of use is very high. Therefore, for convenience, the following buttons are used.
  • the associated number identifies the button.
  • button 2 can represent the button where the number "2" is located.
  • Sub-step S12 combining one or more first characters associated with each button into one or more first character strings
  • the first character string may include at least one of a Chinese character string, an English character string, and a numeric character string;
  • the character string may include one character (such as a simple spelling input), and may also include multiple characters, which is not limited by the embodiment of the present invention.
  • each key is associated with one or more characters, and the characters associated with the adjacent keys can form a character string.
  • the user triggers the button “47466367587” in the nine-square grid keyboard, and expects to input "iPhone6plus”.
  • the Chinese characters “h” and “g” associated with the button “4" can be composed of Chinese characters, and the Chinese characters “q”, “i”, “n”, “m”, “e” associated with the button “746636” respectively.
  • “n” can form the Chinese string “qinmen”, the character “i”, “P”, “h”, “o”, “n”, “e”, which are associated with the string "4746636”.
  • "6” can be composed of an "iPhone6” mixed with an English string and a numeric string, and the like.
  • Sub-step S13 searching for one or more first candidate texts corresponding to the one or more first character strings in a preset vocabulary
  • the first candidate text may include at least one of a Chinese candidate text, an English candidate text, and a digital candidate text;
  • a mixed candidate text of at least one of commonly used Chinese candidate texts, English candidate texts, and digital candidate texts, and Chinese candidate texts, English candidate texts, and digital candidate texts may be preset in the thesaurus.
  • the mixed candidate text may be extracted as the first candidate text
  • the text corresponding to the first string conforms to the binary relationship, the text can be combined into the first candidate text.
  • the Chinese candidate texts corresponding to the Chinese character strings "h” and “g” are "also", “give”, and the like.
  • the Chinese candidate text corresponding to the Chinese character string "qinmen” is "pro” and the like.
  • the English character string and the numeric character string can be extracted as English candidate texts and digital candidate texts.
  • iPhone6 a mixture of English strings and numeric strings, can be used as "iPhone6" in which English candidate text and digital candidate text are mixed.
  • Sub-step S14 displaying the one or more first character strings in a character string area
  • the character string area may display at least part of the first character string, and the currently displayed first character string may be the first character string with the highest application probability.
  • the first character string "h'qinmen'q'ju's” can be displayed in the character string area 301.
  • Sub-step S15 the one or more first candidate texts in the candidate area.
  • the candidate region may display at least part of the first candidate text, and the currently displayed first candidate text may be the first candidate text with the highest application probability.
  • the first candidate text "Please raise your hand”, “Please raise your hand”, “iPhone6” can be displayed in the candidate area 302. ", "iPhone” and so on.
  • Step 102 When listening to the specified operation event, determining the first target button
  • the current user desires the English candidate text, the digital candidate text, or the mixed candidate text of the English candidate text and the digital candidate text, the current user does not have the user's expectation.
  • the candidate text can perform a specified operation and trigger the specified operation event to filter the candidate candidate text of the English candidate text, the digital candidate text, or the English candidate text and the digital candidate text, and can be visually converted into an English number input mode.
  • the specified operational event may include a trigger event specifying a button.
  • a designated button 202 (“EN" logo) can be provided. If the user clicks the button 202, the trigger event of the designated designated button can be triggered.
  • the designated button can be located on the current interface to prevent the user from turning pages and directly clicking to improve the convenience of input.
  • the embodiment of the present invention may also adopt other specified operation events, for example, a specified gesture slip event, which is not limited by the embodiment of the present invention.
  • the first target button may be determined, and the first target button may be an operation button corresponding to the character string of the currently undetermined candidate text;
  • the first target button may be a partially triggered button, that is, the user may determine part of the candidate text at least once.
  • the user triggers the button "47466367587” in the nine-square grid keyboard, and expects to input "iPhone6plus”, and determines the English candidate text "iPhone”.
  • the user can click The designated button is used to filter the candidate text.
  • the character string corresponding to the English candidate text "iPhone” is “iPhone”
  • the button "474663” corresponding to the character string "iPhone” the first target button is "67587".
  • the first target button may also be a fully triggered button, that is, the user has not previously determined the candidate text.
  • the user triggers the button "43946498269246254" in the nine-square grid keyboard, triggering the desired input "where the 4D theater is.” If the current candidate text does not have "4D”, the user can click the designated button, and the first target button is "43946498269246254". .
  • Step 103 Load one or more second character strings corresponding to the first target button, and second candidate text corresponding to each second character string;
  • the second candidate text may include at least one of an English candidate text and a digital candidate text.
  • the input method program may filter at least one of the English candidate text and the digital candidate text in the candidate text of the second character string to speed up the English mixed input.
  • step 103 may include the following sub-steps:
  • Sub-step S21 extracting each first target button associated with one or more second characters
  • the second character may include at least one of an English character and a numeric character
  • the first target button can care about English characters and numeric characters can be combined, and Chinese characters can be ignored.
  • the button 201 is the first target button, the associated numeric character "2", the associated English characters "a”, “b”, “c", “A”, “B”, “C”, and its associated Chinese characters can be ignored.
  • the Chinese characters can include the pinyin character vowel “a”, the initial “b”, the initial "c", and the stroke character " ⁇ ".
  • Sub-step S22 combining one or more second characters associated with each first target button into one or more second character strings
  • the second character string may include at least one of a Chinese-English string and a numeric string
  • Sub-step S23 searching for one or more second candidate texts corresponding to the one or more second character strings in a preset vocabulary
  • the second candidate text may include at least one of an English candidate text and a digital candidate text
  • Sub-step S24 displaying the one or more second character strings in a character string area
  • Sub-step S25 displaying the one or more second candidate texts in the candidate area.
  • a mixed candidate text of at least one of commonly used Chinese candidate texts, English candidate texts, and digital candidate texts, and binary of any two of Chinese candidate texts, English candidate texts, and digital candidate texts may be preset. Relationships to provide commonly used mixed word candidates and mixed dynamic group word candidates.
  • the mixed candidate text may be extracted as the second candidate text
  • the text corresponding to the first character string conforms to the binary relationship between the English candidate text and the digital candidate text, the text may be combined into the second candidate text.
  • the English character string and the numeric character string can be extracted as English candidate texts and digital candidate texts.
  • step 103 may include the following sub-steps:
  • Sub-step S31 extracting each first target button associated with one or more second characters
  • the second character may include at least one of an English character and a numeric character
  • Sub-step S32 combining one or more second characters associated with each first target button into one or more second character strings
  • the second character string may include at least one of a Chinese-English string and a numeric string
  • Sub-step S33 extracting the one or more second character strings, and/or sorting the first one or more characters in the one or more second character strings to obtain a second candidate text;
  • the second candidate text includes at least one of an English candidate text and a digital candidate text
  • Sub-step S34 displaying the one or more second character strings in a character string area
  • Sub-step S35 displaying the one or more second candidate texts in the candidate area.
  • a manner of quickly creating a mixed candidate text of an English candidate text, a digital candidate text, or an English candidate text or a digital candidate text may be provided.
  • candidate texts of the same length as the second character string may be provided, and several shorter second string prefixes (such as 1-4 characters) may be provided as candidate texts, which will speed up the user's self-created process.
  • the second character string "6" corresponding to the second target button “6” can be loaded in the form of self-created words.
  • the input method program can be in the thesaurus.
  • the string "plus” in which the button “7587” is found matches the preset English candidate text "plus”, and is loaded in the candidate area.
  • the input of "iPhone6plus” can be completed.
  • the character string "16012345678" which is the same length as the mobile phone number can quickly select the digital candidate text "16012345678", and some users are accustomed to the 3-4 digits as a whole input, then 16012345678 can Split into “160", "1234", "5678" input.
  • the second string prefix may be used as a candidate text for quick input.
  • the first character string, and/or the second character string is used to sort the preceding one or more characters as the second candidate text, and the self-created words are satisfied, which satisfies the requirements of certain inputs and speeds up self-made.
  • the speed and success rate of mixed candidate texts of English candidate texts, digital candidate texts or English candidate texts and digital candidate texts can avoid group words by English words or numbers one by one, further improving the efficiency of input.
  • step 103 may further include the following sub-steps:
  • Sub-step S41 the second candidate text is sorted according to word length and/or word frequency.
  • the word frequency may be set in the vocabulary, and the word frequency may be the word frequency of the collecting group user, or may be the word frequency used by the current user.
  • the second candidate text with longer word length and higher word frequency can be ranked higher in order to facilitate user selection.
  • the word frequency of "plus” is higher than the word frequency of "7587”, then the position of "plus” is ranked before “7587”, and the word length of "7587” is longer than “758”. , then the position of "7587” can be ranked before "758".
  • the frequency of users using Chinese is generally greater than that of English and numbers.
  • the area for displaying candidate texts is very limited. Therefore, the frequency is preferred to display the most. It may meet several user-predicted candidate texts to meet the needs of most users. This results in candidate texts such as English and numbers, which are often buried in deep positions, many of which are not displayed. Users need to slide candidate areas and so on. Finding the desired candidate text is cumbersome. This feature is especially noticeable in mobile devices. When a user clicks on a button, it may cause irreparable damage to the input, such as selecting an unwanted candidate text, or deleting it. A selected candidate text.
  • the embodiment of the present invention loads at least one of the first candidate text including the Chinese candidate text, the English candidate text, and the digital candidate text, and determines the first target button when the specified operation event is monitored.
  • the second candidate text including at least one of the English candidate text and the digital candidate text is loaded, and the second candidate text is filtered by the specified operation event, thereby eliminating a plurality of interferences, and reducing the user sliding candidate region and the sliding auxiliary candidate. Operations such as columns greatly improve the convenience of input, thereby improving the efficiency of input.
  • Embodiment 2 of the loading method based on the input candidate text according to an embodiment of the present invention is shown. Specifically, the method may include the following steps:
  • Step 401 When the triggered button is detected, loading one or more first character strings corresponding to the button, and first candidate text corresponding to each first character string; the first candidate text includes a Chinese candidate At least one of text, English candidate text, and digital candidate text;
  • Step 402 When the confirmation operation is detected, move the first candidate text corresponding to the confirmation indication into the character string area.
  • the user can trigger the confirmation operation by touching the touch, moving the focus to the first candidate text, and pressing the confirmation key, and the first candidate text corresponding to the input method can be moved to A string area to prompt the user that the first candidate text has been selected.
  • the user can touch the first candidate text "iPhone” by touch, and as shown in FIG. 3B, the first candidate text "iPhone” is moved into the character string area.
  • the first candidate text corresponding to the confirmation indication may be the candidate text corresponding to the character string of all the triggered keys, that is, the first candidate text may include the complete text that the user desires to input.
  • Step 403 when the specified operation event is monitored, determining a first target button;
  • the first target button is an operation button corresponding to a character string of the currently undetermined candidate text;
  • Step 404 Load one or more second character strings corresponding to the first target button, and second candidate text corresponding to each second character string; the second candidate text includes English candidate text and digital candidate text. At least one of them.
  • Step 405 When the specified operation event is monitored, determining a second target button; the second target button is an operation button corresponding to a character string of the currently undetermined candidate text;
  • Step 406 Load one or more third character strings corresponding to the second target button, and a third candidate text corresponding to each third character string;
  • the third candidate text may include at least one of a Chinese candidate text, an English candidate text, and a digital candidate text.
  • the specified operation can be performed again, and the mode is switched to the Chinese-English number input mode.
  • step 406 may include the following sub-steps:
  • Sub-step S51 extracting each second target button associated with one or more third characters
  • the third character may include at least one of a Chinese character, an English character, and a numeric character;
  • Sub-step S52 combining one or more third characters associated with each second target button into one or more third character strings
  • the third character string may include at least one of a Chinese character string, an English character string, and a numeric character string;
  • Sub-step S53 searching for one or more third candidate texts corresponding to the one or more third character strings in a preset vocabulary
  • the third candidate text may include Chinese candidate text, English candidate text, and number. At least one of the candidate texts;
  • Sub-step S54 displaying the one or more third character strings in a character string area
  • Sub-step S55 the one or more third candidate texts in the candidate area.
  • the description is relatively simple, and the relevant part can be referred to the sub-step S11 - the description of the sub-step S15.
  • the embodiments of the present invention are not described in detail herein.
  • FIG. 5 a structural block diagram of an embodiment of a loading device based on input candidate texts according to an embodiment of the present invention is shown. Specifically, the following modules may be included:
  • the first loading module 501 is configured to: when detecting the triggered button, load one or more first character strings corresponding to the button, and first candidate text corresponding to each first character string;
  • the candidate text includes at least one of a Chinese candidate text, an English candidate text, and a digital candidate text;
  • the first determining module 502 is configured to determine a first target button when the specified operation event is monitored; the first target button is an operation button corresponding to a character string of the currently undetermined candidate text;
  • a second loading module 503 configured to load one or more second character strings corresponding to the first target button, and second candidate text corresponding to each second character string; the second candidate text includes an English candidate At least one of text, digital candidate text.
  • the first loading module 501 is further adapted to:
  • the first character includes at least one of a Chinese character, an English character, and a numeric character;
  • the first character string includes at least one of a Chinese character string, an English character string, and a numeric character string;
  • the one or more first candidate texts in the candidate region are the same or more first candidate texts in the candidate region.
  • the specified operation event may include specifying The trigger event of the button.
  • the second loading module 503 is further adapted to:
  • the second character string includes at least one of a Chinese-English character string and a numeric character string;
  • the second candidate text includes at least one of an English candidate text and a digital candidate text;
  • the one or more second candidate texts are displayed in the candidate area.
  • the second loading module 503 is further adapted to:
  • the second character string includes at least one of a Chinese-English character string and a numeric character string;
  • the second candidate text Including at least one of an English candidate text and a numerical candidate text;
  • the one or more second candidate texts are displayed in the candidate area.
  • the second loading module 503 is further adapted to:
  • the second candidate text is sorted by word length and/or word frequency.
  • the device may further comprise the following modules:
  • a moving module configured to move the first candidate text corresponding to the confirmation indication into the character string area when the confirmation operation is monitored.
  • the device may further comprise the following modules:
  • a second determining module configured to determine a second target button when the specified operation event is monitored; and the second target button is an operation button corresponding to the character string of the currently undetermined candidate text;
  • a third loading module configured to load one or more third character strings corresponding to the second target button, and third candidate text corresponding to each third character string; the third candidate text includes Chinese candidate text At least one of an English candidate text and a digital candidate text.
  • the third loading module may be further adapted to:
  • Extracting each second target button associated with one or more third characters includes At least one of a character character, an English character, and a numeric character;
  • the third string includes at least one of a Chinese character string, an English character string, and a numeric character string ;
  • the third candidate text includes at least one of Chinese candidate text, English candidate text, and digital candidate text One;
  • the one or more third candidate texts in the candidate region are the one or more third candidate texts in the candidate region.
  • the description is relatively simple, and the relevant parts can be referred to the description of the method embodiment.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some or all of some or all of the components of the input-based candidate text loading device in accordance with embodiments of the present invention.
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • Figure 6 illustrates a load computing device, such as an application server, that can implement input-based candidate text in accordance with the present invention.
  • the computing device conventionally includes a processor 610 and a computer program product or computer readable medium in the form of a memory 620.
  • the memory 620 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
  • Memory 620 has a memory space 630 for program code 631 for performing any of the method steps described above.
  • storage space 630 for program code may include various program code 631 for implementing various steps in the above methods, respectively.
  • the program code can be read from or written to one or more computer program products.
  • Such computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks.
  • Such a computer program product is typically a portable or fixed storage unit as described with reference to FIG.
  • the storage unit may have storage segments, storage spaces, and the like that are similarly arranged to memory 620 in the computing device of FIG.
  • the program code can be compressed, for example, in an appropriate form.
  • the storage unit includes computer readable code 631', i.e., may be, for example, by 610.
  • a code read by a processor such as when executed by a computing device, causes the computing device to perform various steps in the methods described above.

Abstract

L'invention concerne un procédé et un appareil de chargement de texte candidat basé sur une entrée, le procédé consistant : à, lorsqu'une clé déclenchée est détectée, charger une ou plusieurs chaînes de caractères correspondant à la clé et un premier texte candidat correspondant à chaque première chaîne de caractères (101) ; à, lorsqu'un événement d'opération spécifié est surveillé, déterminer une première clé cible (102), la première clé cible étant une clé d'opération correspondant à des chaînes de caractères avec des textes candidats actuellement non déterminés ; à charger une ou plusieurs secondes chaînes de caractères correspondant à la première clé cible et un second texte candidat correspondant à chaque seconde chaîne de caractères (103). Le procédé et l'appareil susmentionnés éliminent de nombreuses perturbations, réduisent les opérations telles qu'un glissement d'une zone candidate et le glissement d'un champ candidat auxiliaire par un utilisateur et autres, et améliorent considérablement la commodité d'entrée et, par conséquent, l'efficacité d'entrée.
PCT/CN2015/098987 2015-01-27 2015-12-25 Procédé et appareil de chargement de texte candidat basé sur une entrée WO2016119549A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510041208.2 2015-01-27
CN201510041208.2A CN104615268B (zh) 2015-01-27 2015-01-27 一种基于输入的候选文本的加载方法和装置

Publications (1)

Publication Number Publication Date
WO2016119549A1 true WO2016119549A1 (fr) 2016-08-04

Family

ID=53149752

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/098987 WO2016119549A1 (fr) 2015-01-27 2015-12-25 Procédé et appareil de chargement de texte candidat basé sur une entrée

Country Status (2)

Country Link
CN (1) CN104615268B (fr)
WO (1) WO2016119549A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9889428B2 (en) 2011-07-14 2018-02-13 Treibacher Industrie Ag Ceria zirconia alumina composition with enhanced thermal stability
CN114860147A (zh) * 2021-02-04 2022-08-05 Oppo广东移动通信有限公司 输入方法、装置、电子设备以及存储介质

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104615268B (zh) * 2015-01-27 2018-05-04 北京奇虎科技有限公司 一种基于输入的候选文本的加载方法和装置

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1854998A (zh) * 2005-04-18 2006-11-01 诺基亚公司 进行不同类型字形的混合输入的方法和设备
CN101261545A (zh) * 2008-04-25 2008-09-10 中兴通讯股份有限公司 一种终端设备及其输入法
CN101359257A (zh) * 2008-07-09 2009-02-04 北京搜狗科技发展有限公司 一种利用数字键盘进行字词输入的方法和装置
CN101943952A (zh) * 2010-01-27 2011-01-12 北京搜狗科技发展有限公司 一种至少两种语言混合输入的方法和输入法系统
WO2012036480A2 (fr) * 2010-09-17 2012-03-22 Shin Boo-Yong Dispositif d'entrée et de sortie de texte multilingue utilisant l'hangul
CN102566772A (zh) * 2010-12-26 2012-07-11 上海量明科技发展有限公司 一种实现字符混合输入的方法及系统
CN104615268A (zh) * 2015-01-27 2015-05-13 北京奇虎科技有限公司 一种基于输入的候选文本的加载方法和装置

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1834865B (zh) * 2005-03-18 2010-04-28 马贤亮 一种小键盘上数字编码的汉语拼音和注音多字连续输入法
CN101398715B (zh) * 2007-09-24 2010-06-02 普天信息技术研究院有限公司 多类型字符的混合输入方法
CN106598266B (zh) * 2008-05-19 2019-07-02 上海触乐信息科技有限公司 多语言混合输入的方法和系统

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1854998A (zh) * 2005-04-18 2006-11-01 诺基亚公司 进行不同类型字形的混合输入的方法和设备
CN101261545A (zh) * 2008-04-25 2008-09-10 中兴通讯股份有限公司 一种终端设备及其输入法
CN101359257A (zh) * 2008-07-09 2009-02-04 北京搜狗科技发展有限公司 一种利用数字键盘进行字词输入的方法和装置
CN101943952A (zh) * 2010-01-27 2011-01-12 北京搜狗科技发展有限公司 一种至少两种语言混合输入的方法和输入法系统
WO2012036480A2 (fr) * 2010-09-17 2012-03-22 Shin Boo-Yong Dispositif d'entrée et de sortie de texte multilingue utilisant l'hangul
CN102566772A (zh) * 2010-12-26 2012-07-11 上海量明科技发展有限公司 一种实现字符混合输入的方法及系统
CN104615268A (zh) * 2015-01-27 2015-05-13 北京奇虎科技有限公司 一种基于输入的候选文本的加载方法和装置

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9889428B2 (en) 2011-07-14 2018-02-13 Treibacher Industrie Ag Ceria zirconia alumina composition with enhanced thermal stability
US11135569B2 (en) 2011-07-14 2021-10-05 Treibacher Industrie Ag Ceria zirconia alumina composition with enhanced thermal stability
CN114860147A (zh) * 2021-02-04 2022-08-05 Oppo广东移动通信有限公司 输入方法、装置、电子设备以及存储介质
CN114860147B (zh) * 2021-02-04 2023-09-08 Oppo广东移动通信有限公司 输入方法、装置、电子设备以及存储介质

Also Published As

Publication number Publication date
CN104615268A (zh) 2015-05-13
CN104615268B (zh) 2018-05-04

Similar Documents

Publication Publication Date Title
US9400775B2 (en) Document data entry suggestions
US7414615B2 (en) System and method for inputting characters using a directional pad
US11150739B2 (en) Chinese character entry via a Pinyin input method
KR102399588B1 (ko) 애플리케이션 디스플레이 디바이스 및 방법
WO2016095689A1 (fr) Procédé et système de reconnaissance et de recherche sur la base d'opérations de commande tactile répétées sur une interface de terminal
US20160062625A1 (en) Computing device and method for classifying and displaying icons
US20120089632A1 (en) Information terminal apparatus, character input method, and computer-readable medium storing character input program
WO2016091095A1 (fr) Procédé et système de recherche basés sur une opération de toucher sur une interface de terminal
US20130050098A1 (en) User input of diacritical characters
CN105094603B (zh) 一种关联输入的方法与装置
CN104598507A (zh) 信息搜索方法及装置
WO2016119549A1 (fr) Procédé et appareil de chargement de texte candidat basé sur une entrée
JP5963291B2 (ja) タッチセンシティブ・スクリーンからシンボルを入力する方法および装置
JP5980173B2 (ja) 情報処理装置および情報処理方法
US20040075648A1 (en) System and method for inputting special characters
WO2016188203A1 (fr) Procédé et appareil d'entrée de caractères, et support de stockage informatique
US20150029114A1 (en) Electronic device and human-computer interaction method for same
CN107133308B (zh) 一种歌单生成方法及移动终端
US20150347004A1 (en) Indic language keyboard interface
KR100862242B1 (ko) 단어 검색 방법
CN105718427B (zh) 一种信息处理方法及电子设备
CN103425387A (zh) 输入姓名的方法和装置
KR102042140B1 (ko) 편리한 특수 문자 입력을 가능하게 하는 특수 문자 입력 방법, 그 방법을 실행하기 위한 프로그램을 기록한 컴퓨터 판독 가능한 기록매체, 및 사용자 단말기
US20220261092A1 (en) Method and device for inputting text on a keyboard
KR102250609B1 (ko) 한자 목록 우선순위 설정 기능을 제공하기 위한 방법, 사용자 단말기 및 컴퓨터프로그램

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15879747

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15879747

Country of ref document: EP

Kind code of ref document: A1