摘要
介绍了一个嵌入了Agent的文本编辑器,名为SmartTag,它能够通过与用户的一系列交互推理出通用模式。用户通过提供一些文本搜索的例子,Agent会推理出一个能够覆盖这些例子的通用模式,并且用户可以通过弹出菜单手工调整当前的模式以得到最终模式。然后,Agent可以通过得到的模式自动匹配当前文档中的其余文本字符串,这一交互过程简化了动态文本搜索的复合程度,并且使得人机之间的交互更加自然。
In this paper, we introduce a system, SmartTag, an intelligent agent embedded in an editor, which can infer a general pattern by a series of interaction. The user provides the editor a few examples of a text searching, the agent will generalize a pattern which can cover these examples, and users can revise the current pattern manually by some popup menu inferred by agent until got the final pattern. Then, agent can use this pattern to match other text string in the rest of the file. The interactive praesssinphifies the Complexity of dynamic text search,and makes the interaction between people and Computers more friendly.
出处
《微计算机应用》
2007年第5期481-485,共5页
Microcomputer Applications
基金
IBM中国研究院资助
关键词
文本字符串
正则表达式
搜索
融合
text string, regular expression, search, merging