WO2011009270A1 - 输入法词库中添加自定义词的方法、装置及文字输入设备 - Google Patents

输入法词库中添加自定义词的方法、装置及文字输入设备 Download PDF

Info

Publication number
WO2011009270A1
WO2011009270A1 PCT/CN2009/075769 CN2009075769W WO2011009270A1 WO 2011009270 A1 WO2011009270 A1 WO 2011009270A1 CN 2009075769 W CN2009075769 W CN 2009075769W WO 2011009270 A1 WO2011009270 A1 WO 2011009270A1
Authority
WO
WIPO (PCT)
Prior art keywords
word
input
custom
input method
user
Prior art date
Application number
PCT/CN2009/075769
Other languages
English (en)
French (fr)
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 WO2011009270A1 publication Critical patent/WO2011009270A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/237Lexical tools
    • G06F40/247Thesauruses; Synonyms

Definitions

  • the present invention relates to the field of computers, and in particular, to a method, a device and a text input device for adding a custom word in an input method vocabulary. Background technique
  • a custom word is a word that is specified by the user and does not exist in the thesaurus that comes with the input method.
  • a method of automatically learning to add a custom word according to a user input habit is generally employed.
  • the method and device for adding a custom word in the input method vocabulary in the related art have certain restrictions on the user's input habits, and the user is required to input the label string of the custom word completely (such as the pinyin string of the Chinese character). It is used to allow the custom word to be displayed in the input box to learn the custom word. If the user inputs each individual word in the word separately, the word cannot be learned, which affects the user experience. Summary of the invention
  • the object of the present invention is to provide a method, a device and a text input device for adding a custom word in an input method vocabulary, which can be improved according to the related art, when the user inputs each independent word of the word separately, and improves the user. Experience.
  • a method for adding a custom word in an input method vocabulary including: The digital device records the first word that the user last entered and the second word that the user currently inputs;
  • the predetermined length is 4.
  • the method also includes:
  • Word frequency adjustment is performed on the custom words added to the input method lexicon.
  • the digital device is a mobile phone.
  • a device for adding a custom word in an input method vocabulary comprising:
  • a recording module configured to record a first word input by the user last time and a second word currently input by the user
  • a binding module configured to combine the first word and the second word to generate a custom word
  • an adding module configured to add the custom word to the input method vocabulary
  • a word frequency adjustment module configured to perform word frequency adjustment on a custom word added to the input method lexicon, further comprising: a comparison module, configured to compare a length of the custom word with a predetermined length, if the length of the custom word If the predetermined length is not exceeded, the adding module is triggered to add the custom word to the input method vocabulary.
  • a text input device comprising at least: means for inputting a custom word in a method of inputting a word, the device comprising: a recording module, configured to record a first word input by the user last time and a second word currently input by the user;
  • a binding module configured to combine the first word and the second word to generate a custom word
  • an adding module configured to add the custom word to the input method vocabulary
  • the device for adding a custom word in the input method vocabulary further includes:
  • a word frequency adjustment module configured to perform a word frequency adjustment on a custom word added to the input method lexicon, and the method further includes: adding a custom word to a length that does not exceed a predetermined length, Triggering the add module to add the custom word to the input method lexicon.
  • the combined words are recorded by combining and combining the words input by the user and the currently input words, and in the case where the combined words do not exceed the predetermined length. Adding to the thesaurus avoids the technical problem that affects the user experience caused by the user's separate input of each word of the word, and achieves the technical effect of improving the user experience.
  • FIG. 1 is a flow chart of an embodiment of a method for adding a custom word in an input method vocabulary of the present invention
  • FIG. 2 is a schematic diagram of an embodiment of a mobile phone input method interface when a Chinese pinyin input method is taken as an example
  • FIG. 1 is a flow chart of an embodiment of a method of adding a custom word in an input method vocabulary of the present invention. As shown in Figure 1, it includes:
  • Step 100 The digital device records the first word that the user last entered and the second word that the user currently inputs.
  • Step 101 Combine the first word with the second word to generate a custom word.
  • Step 102 Add a custom word to the input method vocabulary.
  • the input method program records the last word entered by the user in the previous round; wherein, the input word in one round refers to the input of the marked character (such as the pinyin of the Chinese character), during which the candidate word and the predictive character are screened, and the next The word on the upper screen is input before the character is entered; then the input method records the word cur_word entered at the end of the user's input of the current round; before the user makes the next round of input, the word cur _ wor d entered in the current round is added.
  • the input word in one round refers to the input of the marked character (such as the pinyin of the Chinese character), during which the candidate word and the predictive character are screened, and the next The word on the upper screen is input before the character is entered; then the input method records the word cur_word entered at the end of the user's input of the current round; before the user makes the next round of input, the word cur _ wor d entered in the current round is added.
  • the method for adding a custom word in the input method vocabulary shown in FIG. 1 of the present invention adds the combined words to the vocabulary by recording and combining the words input by the user and the currently input words. It avoids the technical problem that the user cannot learn the word when entering each individual word of the word separately, and improves the user experience. For example, the word entered by the user in the previous round is "Welcome", and the word entered at the end of the user's input is "Visit”. Then, using the method of the present invention, a custom word "Welcome” will be generated. , and add it to the thesaurus.
  • the method before adding the custom word to the input method lexicon, the method further comprises: comparing the length of the custom word with a predetermined length, and adding the custom word if the length of the custom word does not exceed the predetermined length Go to the input lexicon. Because, in a device with a small screen, limited by the display length, it is necessary to further compare the length of the custom word with the predetermined length, so as to avoid the problem that the length of the custom word is too long to be completely displayed. If the length of the custom word exceeds the predetermined length, it is not added to the input method vocabulary. For example, if the predetermined length is 3, the custom word "welcome to visit" does not meet the requirements, and does not add it to the thesaurus. Preferably, the predetermined length is four. Alternatively, the predetermined length may also be set to a number of, for example, 3, 5, 6, or the like. But for Chinese characters, Japanese, and Korean input, 4 is the usual word length.
  • the method of the present invention further comprises: performing a word frequency adjustment on the custom word added to the input method vocabulary.
  • the word frequency adjustment function of the vocabulary the user can advance the position of the custom word in the candidate word after entering the custom word multiple times (the number of input exceeds the set frequency of the word frequency adjustment), so that the user can quickly select the candidate word. Finding your favorite custom words further improves the user experience.
  • the digital device is a mobile phone as an example.
  • 2 is a schematic diagram of an embodiment of a mobile phone input method interface.
  • the mobile phone input method interface generally only includes a small interface indicating a character area (such as a pinyin area or a stroke area) and a candidate area (associated area). Therefore, often the mobile phone input method does not have this part of the interface for displaying the complete input word.
  • the user usually directly selects the selected candidate word on the screen, which makes the method of adding a custom word in the related art difficult to implement. . Therefore, the method of the present invention is particularly suitable for a mobile phone with a small input interface.
  • the method of the present invention is equally applicable to digital devices such as computers and palmtop computers. According to the method for adding a custom word in the input method vocabulary of the present invention, the word is learned according to the related art when each user inputs a separate word of the word, which improves the user experience.
  • the method of the present invention specifically includes: First, the digital device initializes, clears the last input word last_word, the word cur_word input at the end of the current round input, and the marked character area; after that, executes A.
  • the device of the present invention includes: a recording module 302, a binding module 304, and an adding module 306, where
  • the recording module 302 is configured to record the first word input by the user last time and the second word currently input by the user.
  • the binding module 304 is configured to combine the first word and the second word to generate a custom word.
  • Add module 306 which is used to add a custom word to the input method vocabulary.
  • the device shown in FIG. 3 records the combined words and the currently input words by using a plurality of modules, and adds the combined words to the thesaurus, thereby avoiding each independent input of the words by the user respectively.
  • the word can't learn the technical problem of the word and improve the user experience. For example, the word entered by the user in the previous round is "Welcome", and the word input when the user inputs the end of the round is "Visit"; then the device for adding a custom word in the input method vocabulary according to the second embodiment of the present invention The custom word "Welcome” will be combined and added to the thesaurus.
  • the apparatus further comprises: a word frequency adjustment module, configured to perform word frequency adjustment on the custom words added to the input method vocabulary.
  • the word frequency adjustment module allows the user to advance the custom word in the candidate word after entering the custom word multiple times (the number of input exceeds the set word frequency adjustment frequency), so that the user can quickly find the most commonly used customization in the candidate word. Words, improve the user experience.
  • the device further comprises: a comparison module, configured to compare the length of the custom word with the predetermined length, and if the length of the custom word does not exceed the predetermined length, triggering the adding module to add the custom word to the input method lexicon .
  • the user can set the predetermined length of the custom word, so that the device for adding the custom word in the input method vocabulary according to the second embodiment of the present invention is more humanized, thereby achieving the purpose of improving the user experience.
  • the predetermined length is four.
  • the predetermined length may also be set to a number such as 3, 5, 6, or the like. But for Chinese characters, Japanese, and Korean input, 4 is the usual word length.
  • the technical problem that the user cannot learn the word when each individual word of the word is input separately is avoided, and the user experience is improved.
  • the means for adding a custom word in the input method vocabulary of the present invention can be set in the text input device.
  • modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device, or they may be separately fabricated into individual integrated circuit modules, or they may be Multiple modules or steps are made into a single integrated circuit module.
  • the invention is not limited to any specific combination of hardware and software.
  • the above is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the spirit and scope of the present invention are intended to be included within the scope of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)
  • Machine Translation (AREA)

Description

输入法词库中添加自定义词的方法、 装置及文字输入设备 技术领域
本发明涉及计算机领域, 尤其涉及一种输入法词库中添加自定义词的 方法、 装置及文字输入设备。 背景技术
目前, 为了使用户输入方便, 通常的用于数字设备的文字输入法均支 持用户自定义词。
自定义词是指由用户指定, 并且在输入法自带的词库中不存在的词。 在现有技术中的文字输入方法中, 通常采用根据用户输入习惯自动学习添 加自定义词的方法。
相关技术中的在输入法词库中添加自定义词的方法及装置对用户的输 入习惯有一定的限制, 要求用户必须完整地输入该自定义词的标示字符串 (如汉字的拼音串), 用以让自定义词同时显示在输入框中才能学习到该自 定义词, 如果用户分别输入词中的每个独立的字, 则无法学习到这个词, 影响用户体验。 发明内容
本发明的目的在于提供一种输入法词库中添加自定义词的方法、 装置 及文字输入设备, 能够根据相关技术中在用户分别输入词的每个独立的字 时学习到该词, 改善用户体验。
根据本发明一个方面, 提供了一种输入法词库中添加自定义词的方法, 包括: 数字设备记录用户最近一次输入的第一字词和所述用户当前输入的第 二字词;
将所述第一字词和所述第二字词结合以产生自定义词;
将所述自定义词添加到输入法词库中。
在将所述自定义词添加到输入法词库中之前还包括:
比较所述自定义词的长度与预定长度, 如果所述自定义词的长度未超 过预定长度, 则将所述自定义词添加到输入法词库中。
所述预定长度为 4。
该方法还包括:
对添加到所述输入法词库中的自定义词进行词频调整。
所述数字设备是手机。
一种输入法词库中添加自定义词的装置, 包括:
记录模块, 用于记录用户最近一次输入的第一字词和所述用户当前输 入的第二字词;
结合模块, 用于将所述第一字词和所述第二字词结合以产生自定义词; 添加模块, 用于将所述自定义词添加到输入法词库中。
还包括:
词频调整模块, 用于对添加到所述输入法词库的自定义词进行词频调 还包括: 比较模块, 用于比较所述自定义词的长度与预定长度, 如果 所述自定义词的长度未超过预定长度, 则触发所述添加模块将所述自定义 词添加到输入法词库中。
一种文字输入设备, 至少包括: 输入法词库中添加自定义词的装置, 所述装置包括: 记录模块, 用于记录用户最近一次输入的第一字词和所述用户当前输 入的第二字词;
结合模块, 用于将所述第一字词和所述第二字词结合以产生自定义词; 添加模块, 用于将所述自定义词添加到输入法词库中。
所述输入法词库中添加自定义词的装置还包括:
词频调整模块, 用于对添加到所述输入法词库的自定义词进行词频调 所述输入法词库中添加自定义词的装置还包括: 述自定义词的长度未超过预定长度, 则触发所述添加模块将所述自定义词 添加到输入法词库中。
借助于本发明的上述至少一个技术方案, 通过记录并结合用户上一次 输入的字词和当前输入的字词, 并在结合后的字词未超出预定长度的情况 下, 将结合后的字词添加到词库中, 从而避免了用户分别输入词的每个独 立的字时无法学习到该词导致的影响用户体验的技术问题, 达到改善用户 体验的技术效果。 附图说明
图 1是本发明的输入法词库中添加自定义词的方法的实施例的流程图; 图 2为以汉字拼音输入法为例时的手机输入法界面的实施例的示意图; 图 3是本发明的输入法词库中添加自定义词的装置的实施例的组成结 构示意图。 具体实施方式
以下结合附图对本发明的优选实施例进行说明, 应当理解, 此处所描 述的优选实施例仅用于说明和解释本发明, 并不用于限定本发明。 在以下的描述中, 为了解释的目的, 描述了多个特定的细节, 以提供 对本发明的透彻理解。 然而, 艮显然, 在没有这些特定细节的情况下, 也 可以实现本发明, 此外, 在不冲突的情况下, 即在不背离所附权利要求阐 明的精神和范围的情况下, 下述实施例以及实施例中的各个细节可以进行 各种组合。
图 1是本发明的输入法词库中添加自定义词的方法的实施例的流程图。 如图 1所示, 包括:
步骤 100:数字设备记录用户最近一次输入的第一字词和用户当前输入 的第二字词。
步骤 101 : 将第一字词和第二字词结合以产生自定义词。
步骤 102: 将自定义词添加到输入法词库中。
输入法程序记录用户上一轮输入的字词 last_word; 其中, 一轮输入的 字词是指从输入标示字符 (如汉字的拼音)开始, 其间经过点选候选字和 联想字上屏, 到下一次输入标示字符之前, 上屏的字词; 然后输入法程序 记录用户本轮输入结束时输入的字词 cur_word; 在用户进行下一轮输入前, 将本轮输入的字词 cur_word加入到词库, 用于词频调整, 再将上一轮输入 和本轮输入的字词进行组合, 得到新的自定义词, 判断自定义词是否符合 要求(如是否长度超过设定的门限值), 若自定义词符合要求, 则将其自动 加入到词库中。
本发明图 1 所示的在输入法词库中添加自定义词的方法, 通过记录并 结合用户上一次输入的字词和当前输入的字词, 将结合后的字词添加到了 词库中, 避免了用户分别输入词的每个独立的字时无法学习到该词的技术 问题, 改善了用户体验。 举例来讲, 用户上一轮输入的字词为 "欢迎", 用户本轮输入结束时输 入的字词为 "光临", 那么, 利用本发明的方法, 将结合产生自定义词 "欢 迎光临", 并将其添加到词库中。
优选地, 在将所述自定义词添加到输入法词库中之前还包括: 将自定 义词的长度与预定长度进行比较, 如果自定义词的长度未超过预定长度, 则将自定义词添加到输入法词库中。 因为, 在屏幕较小的设备中, 受到显 示长度的限制, 需要进一步将自定义词的长度与预定长度进行比较, 以免 自定义词的长度过长而导致不能完全显示的问题。 如果自定义词的长度超 过预定长度,则不添加到输入法词库中。比如预定长度为 3 ,则自定义词 "欢 迎光临"不符合要求, 不添加其到词库中。优选地,预定长度为 4。 可选地, 预定长度也可以设置为例如 3 , 5 , 6等的数目。 但对于汉字、 日文、 韩文 输入来说, 4是通常常见的词语长度。
优选地, 本发明方法还包括: 对添加到输入法词库的自定义词进行词 频调整。 配合词库的词频调整功能,可以让用户在多次输入自定义词后(输 入次数超过设置的词频调整频率), 将自定义词在候选词中的位置提前, 便 于用户快速在候选字词中找到自己最常用的自定义词, 进一步改善了用户 体验。
优选地, 以数字设备是手机为例。 图 2为手机输入法界面的实施例的 示意图, 如图 2所示, 手机输入法界面通常只包含标示字符区 (如拼音区 或笔画区等)和候选区 (联想区) 的较小界面, 所以, 往往手机输入法都 没有用于显示完整输入词的标示字符串的这部分界面, 用户通常直接将选 择的候选字词上屏, 这使得相关技术中的添加自定义词的方法较难实现。 因此, 采用本发明方法尤其适用于输入界面较小的手机。 本发明方法同样 适用于如计算机、 掌上电脑等数字设备。 根据本发明的输入法词库中添加自定义词的方法, 实现了根据相关技 术中在用户分别输入词的每个独立的字时学习到该词, 改善了用户的体验。
举例来讲, 本发明方法具体包括: 首先, 数字设备初始化, 清空上一 轮输入的字词 last_word、 本轮输入结束时输入的字词 cur_word及标示字符 区; 之后, 执行 A。
A. 进入等待状态, 等待用户操作。 当用户进行操作时, 执行 B。
B. 若用户输入标示字符, 则在标示字符区追加用户输入的标示字符, 继续执行 C; 若当前候选区有字词, 且用户选择了候选字词, 则将选择的 字词上屏并将其追加到 cur_word, 清空标示字符区, 转到 D; 若用户进行 删除操作, 则删除标示字符, 继续执行 C; 若用户输入其它字符或进行了 界面切换等其它操作, 则转到 H。
C. 根据标示字符区内字符在词库中查询候选字词, 如果查询到候选字 词则将候选字词显示在候选区域, 执行 A; 若未查询到候选字词, 则直接 执行 A。
D. 根据 cur_word的内容在字库中查询联想字词, 若查询到有联想字, 则将联想字词显示在候选区, 否则根据 cur_word最后一个字在字库中查询 联想字词, 若查询到有联想字, 则将联想字词显示在候选区。 执行 E
E. 等待用户操作; 当用户操作时, 执行 F
F. 若用户输入表示字符, 则继续执行 G; 若当前候选区有字词, 且用 户选择联想字,则将选择的联想字词上屏,并将联想的字词追加到 cur_word 中, 转到 D; 若用户输入字符、 进行了界面切换或删除等其它操作, 则转 到 H; 否则, 转到 G;
G. ( 1 )、 若 cur_word不为空并且 cur_word的词长度不大于门限值, 则 将 cur_word内的词力口入到词库中; ( 2 )、 若 last_word, cur_word均不为空, 并且 last_word和 cur_word组成的词长度不大于门限值, 则将 last_word和 cur_word组成的词力口入到词库中; (3 )、 清空 last_word, 再将 cur_word内 容放入 last_word, 并且清空 cur_word的内容, 在标示字符区追加用户输入 的标示字符并转到 C;
H ( 1 )、若 cur_word不为空并且 cur_word的词长度不大于门限值, 则 将 cur_word内的词力口入到词库中; ( 2 )、 若 last_word, cur_word均不为空, 并且 last_word和 cur_word组成的词长度不大于门限值, 则将 last_word和 cur_word组成的词加入到词库中; (3 )、 进行相应的用户操作 (输入字符、 界面切换、 或删除操作)后转到初始化。 例如, 用户想输入汉字 "张三" , 则第一次输入拼音 "zhang"后并选择候选 区的 "张" 字上屏, 然后输入拼音 "san" 后点选候选区 "三" 字上屏; 则 在下一次输入拼音 "zhang"后并选择候选区的 "张"字上屏后, 就能在 "张" 字的联想字中找到 "三" 字, 而无需再次输入拼音 "san" 。
图 3是本发明的输入法词库中添加自定义词的装置的组成结构示意图, 如图 3所示, 本发明装置包括: 记录模块 302、 结合模块 304和添加模块 306, 其中,
记录模块 302,用于记录用户最近一次输入的第一字词和用户当前输入 的第二字词。
结合模块 304, 用于将第一字词和第二字词结合产生自定义词。
添加模块 306, 用于将自定义词添加到输入法词库中。
图 3所示的装置通过利用多个模块记录并结合用户上一次输入的字词 和当前输入的字词, 将结合后的字词添加到词库中, 避免了用户分别输入 词的每个独立的字时无法学习到该词的技术问题, 改善了用户体验。 例如, 用户上一轮输入的字词为 "欢迎", 用户本轮输入结束时输入的 字词为 "光临"; 则根据本发明第二实施例的输入法词库中添加自定义词的 装置将结合产生自定义词 "欢迎光临", 然后将其添加到词库中。
优选地, 装置还包括: 词频调整模块, 用于对添加到输入法词库的自 定义词进行词频调整。词频调整模块可以让用户在多次输入自定义词后(输 入次数超过设置的词频调整频率), 将自定义词在候选词中提前, 便于用户 快速在候选字词中找到自己最常用的自定义词, 提高用户体验。
优选地, 装置还包括: 比较模块, 用于将自定义词的长度与预定长度 进行比较, 如果自定义词的长度未超过预定长度, 则触发添加模块将自定 义词添加到输入法词库中。 用户可以通过设置自定义词的预定长度, 从而 使得根据本发明第二实施例的输入法词库中添加自定义词的装置更加人性 化, 达到改善用户体验的目的。
优选地, 预定长度为 4。 可选地, 预定长度也可以设置为例如 3 , 5 , 6 等的数目。 但对于汉字、 日文、 韩文输入来说, 4是通常常见的词语长度。
通过本发明的装置, 避免了用户分别输入词的每个独立的字时无法学 习到该词的技术问题, 改善了用户体验。
本发明的输入法词库中添加自定义词的装置可以设置在文字输入设备 中。
显然, 本领域的技术人员应该明白, 上述的本发明的各模块或各步骤 可以用通用的计算装置来实现, 它们可以集中在单个的计算装置上, 或者 分布在多个计算装置所组成的网络上, 可选地, 它们可以用计算装置可执 行的程序代码来实现, 从而, 可以将它们存储在存储装置中由计算装置来 执行, 或者将它们分别制作成各个集成电路模块, 或者将它们中的多个模 块或步骤制作成单个集成电路模块来实现。 这样, 本发明不限制于任何特 定的硬件和软件结合。 以上所述仅为本发明的优选实施例而已, 并不用于限制本发明, 对于 本领域的技术人员来说, 本发明可以有各种更改和变化。 凡在本发明的精 神和原则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明 的保护范围之内。

Claims

权利要求书
1、 一种输入法词库中添加自定义词的方法, 其特征在于, 包括: 数字设备记录用户最近一次输入的第一字词和所述用户当前输入的第 二字词;
将所述第一字词和所述第二字词结合以产生自定义词;
将所述自定义词添加到输入法词库中。
2、 根据权利要求 1所述的方法, 其特征在于, 在将所述自定义词添加 到输入法词库中之前还包括:
比较所述自定义词的长度与预定长度, 如果所述自定义词的长度未超 过预定长度, 则将所述自定义词添加到输入法词库中。
3、 根据权利要求 2所述的方法, 其特征在于, 所述预定长度为 4。
4、 根据权利要求 1或 2所述的方法, 其特征在于, 该方法还包括: 对添加到所述输入法词库中的自定义词进行词频调整。
5、 根据权利要求 4所述的方法, 其特征在于, 所述数字设备是手机。
6、—种输入法词库中添加自定义词的装置, 其特征在于, 包括: 记录模块, 用于记录用户最近一次输入的第一字词和所述用户当前输 入的第二字词;
结合模块, 用于将所述第一字词和所述第二字词结合以产生自定义词; 添加模块, 用于将所述自定义词添加到输入法词库中。
7、根据权利要求 6所述的装置, 其特征在于, 还包括:
词频调整模块, 用于对添加到所述输入法词库的自定义词进行词频调
8、根据权利要求 6或 7所述的装置, 其特征在于, 还包括: 比较模块, 用于比较所述自定义词的长度与预定长度, 如果所述自定义词的长度未超 过预定长度, 则触发所述添加模块将所述自定义词添加到输入法词库中。
9、 一种文字输入设备, 其特征在于, 至少包括: 输入法词库中添加自 定义词的装置, 所述装置包括:
记录模块, 用于记录用户最近一次输入的第一字词和所述用户当前输 入的第二字词;
结合模块, 用于将所述第一字词和所述第二字词结合以产生自定义词; 添加模块, 用于将所述自定义词添加到输入法词库中。
10、 根据权利要求 9所述的文字输入设备, 其特征在于, 所述输入法 词库中添加自定义词的装置还包括:
词频调整模块, 用于对添加到所述输入法词库的自定义词进行词频调
11、 根据权利要求 9或 10所述的文字输入设备, 其特征在于, 所述输 入法词库中添加自定义词的装置还包括: 述自定义词的长度未超过预定长度, 则触发所述添加模块将所述自定义词 添加到输入法词库中。
PCT/CN2009/075769 2009-07-24 2009-12-21 输入法词库中添加自定义词的方法、装置及文字输入设备 WO2011009270A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910160824.4 2009-07-24
CN200910160824A CN101615204A (zh) 2009-07-24 2009-07-24 输入法词库中添加自定义词的方法、装置及汉字输入设备

Publications (1)

Publication Number Publication Date
WO2011009270A1 true WO2011009270A1 (zh) 2011-01-27

Family

ID=41494844

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/075769 WO2011009270A1 (zh) 2009-07-24 2009-12-21 输入法词库中添加自定义词的方法、装置及文字输入设备

Country Status (2)

Country Link
CN (1) CN101615204A (zh)
WO (1) WO2011009270A1 (zh)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102314224B (zh) * 2010-06-30 2015-09-30 百度在线网络技术(北京)有限公司 一种输入法的数据库添加方法和设备
CN102566773A (zh) * 2010-12-26 2012-07-11 上海量明科技发展有限公司 一种为序词提供数字选择的输入方法及系统
CN102768577B (zh) * 2011-05-06 2016-04-06 张家港市赫图阿拉信息技术有限公司 一种用户添加自定义词的方法
CN106933382A (zh) * 2017-03-17 2017-07-07 北京小米移动软件有限公司 更新输入法词库的方法及装置
CN109783244B (zh) * 2017-11-10 2021-06-22 北京搜狗科技发展有限公司 处理方法和装置、用于处理的装置

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1664818A (zh) * 2004-03-03 2005-09-07 微软公司 用于单词拆分的新词收集方法和系统
CN101149679A (zh) * 2006-09-21 2008-03-26 腾讯科技(深圳)有限公司 在输入法词库中添加自定义词的方法及文字输入装置
CN101154226A (zh) * 2006-09-27 2008-04-02 腾讯科技(深圳)有限公司 在输入法词库中添加未登录词的方法及文字输入装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1664818A (zh) * 2004-03-03 2005-09-07 微软公司 用于单词拆分的新词收集方法和系统
CN101149679A (zh) * 2006-09-21 2008-03-26 腾讯科技(深圳)有限公司 在输入法词库中添加自定义词的方法及文字输入装置
CN101154226A (zh) * 2006-09-27 2008-04-02 腾讯科技(深圳)有限公司 在输入法词库中添加未登录词的方法及文字输入装置

Also Published As

Publication number Publication date
CN101615204A (zh) 2009-12-30

Similar Documents

Publication Publication Date Title
JP5903107B2 (ja) システムレベル検索ユーザーインターフェース
KR102262453B1 (ko) 텍스트 예측용 이모지
US8253709B2 (en) Electronic device and method for predicting word input
EP2972690B1 (en) Text prediction based on multiple language models
TWI241511B (en) Alphanumeric keyboard input system using a game controller
US9176944B1 (en) Selectively processing user input
KR101872549B1 (ko) 시스템 레벨 검색 사용자 인터페이스에서의 등록 기법
JP6450768B2 (ja) オンスクリーンキーボード用クイックタスク
US20140278349A1 (en) Language Model Dictionaries for Text Predictions
US20160275070A1 (en) Correction of previous words and other user text input errors
US20150186362A1 (en) Personal language model for input method editor
US20100194690A1 (en) Concurrently displaying multiple characters for input field positions
CN102362252A (zh) 用于基于触摸的文本输入的系统和方法
WO2003081365A2 (en) Entering text into an electronic communications device
JP2009524853A (ja) データ入力を形成するためのシステム、コンピュータ・プログラムおよび方法
WO2011009270A1 (zh) 输入法词库中添加自定义词的方法、装置及文字输入设备
US10025462B1 (en) Color based search application interface and corresponding control functions
US20160253313A1 (en) Updating language databases using crowd-sourced input
GB2485567A (en) Playlist creation using a graph of interconnected nodes
US20170371424A1 (en) Predictive Text Typing Employing An Augmented Computer Keyboard
CN105589570B (zh) 一种处理输入错误的方法和装置
US10409390B2 (en) Display device and method for controlling display device
JP6002514B2 (ja) 情報表示処理装置、情報表示処理方法、情報表示処理プログラムおよび記録媒体
US10534500B1 (en) Color based search application interface and corresponding control functions
JP5674140B2 (ja) テキスト入力装置、テキスト入力受付方法及びプログラム

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: 09847505

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: 09847505

Country of ref document: EP

Kind code of ref document: A1