开发人机交互的标注工具设计毕业论文

合集下载
相关主题
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

开发人机交互的标注工具设计毕业论文

目录

目录 (2)

摘要 (2)

Abstract (3)

第一章绪论 (1)

1.1 前言 (1)

1.2 研究背景 (1)

1.2.1信息抽取概述 (1)

1.2.2基于容的文本信息提取 (2)

1.3开发人机交互的标注工具的意义 (3)

1.4任务描述 (3)

1.5论文的组织和安排 (3)

第二章标注工具的设计原则和设计思想 (5)

2.1研究方法和指导思想 (5)

2.2标注工具的设计原则 (5)

2.2.2 文本标注工具的设计原则 (5)

2.3 人机交互界面设计原则 (5)

第三章标注工具的具体开发 (5)

3.1开发环境的选择 (5)

3.2标注工具的设计 (5)

3.2.1标注工具的界面算法 (5)

3.2.2结构设计 (5)

3.3 标注工具的详细设计 (6)

3.3.1人机交互界面详细设计 (6)

3.3.2菜单和工具栏的设计 (6)

3.4标注过程文本的处理 (6)

3.4.1实体标注详细设计 (6)

3.4.2关系标注详细设计 (6)

3.4.3事件标注详细设计 (6)

3.5 标注结果 (6)

3.6技术难点讨论 (6)

第四章标注工具的缺陷分析和功能展望 (7)

结束语 (2)

致谢 (2)

参考文献 (2)

人机交互文本标注工具开发

作者: *** 指导教师:*****(指导教师职称)

摘要:基于容的文本信息提取是当前的一个研究热点,无论搜索引擎还是问答系统,其根本的基础是有效的获取文本中的信息。使用机器学习的方法从语料库中获取有效的知识,以支持文本信息的处理已经成为计算语言学的一个主流技术,而带标语料库则是这一技术的基础。带标语料库的建设的基础就是对大量的文本进行标注,并以一定的结构来存储。这样一来就需要开发一个具有友好的人机交互界面的文本标注工具来辅助文本标注,在一定程序上减轻标注工作者的负担。

这次文本标注工具的设计,处理的目标是纯文本文件,以一篇文档为单位提供用户进行实体,事件,关系的标注,并在标注过程中给出标注的中间结果,最后在保存标注文件的时候进行处理,以xml语言格式进行输出存储。标注工具的功能包括对文本的实体,事件,关系三大类的标注,对标注过的文本进行标记,提醒用户标注进度,最后对标注中间结果的处理与保存。

本文是对这次人机交互文本标注工具的设计与实现的详细的阐述。首先对背景及理论知识作了具体的介绍。然后,分别进行文本标注工具的系统分析、总体架构分析,并对每个模块的具体实现做详细地讲解。最后,本文还介绍本次文本标注工具设计的缺陷以及未来改进的方案,并对本次标注工具的开发作总结。

关键词: 人机交互,文本标注,MFC编程

The Interactive Text tagging Tool Development

Author: ***** Tutor: *****

Abstract:The text information extration based on content is a current study hotspot. Regardless of the search engine or the interrogator-responder system, their basic foundation is gain text information in effective. Use the method of machine learning to gains the effective knowledge from Corpus , supporting the text information processing is already become computaional linguisticsa mainstream technology. The tagged corpus is the technical foundation.

The target of this text tagging tool design is the processed corpora(text). Taking the single piece of text for users to tag entities, relations, events, and show intermediate results during tagging process . culminating in the preservation of tagging documents processed xml language to the output format for storage. The tool's functional annotation including tagging the entities, the events, the relations labeled the tagging off text , remind users the tagging progress, and

dealing the intermediate results processing and preservation.

The paper will describe and discuss over the design and realization of this interactive text tagging tool. Firstly, detailed theoretical backgrounds will be given; secondly, analysis of this tool and general structure for it and the full descriptions about the realization of each model will be introduced; finally, the defects of the design of the tool and improvement to its future development will be given and a summary of the structure and the performance of the system will be delivered as well.

Key word:Human computer Interactive, Text tagging, MFC

第一章绪论

1.1 前言

随着互联网的广泛普及,语言信息处理的社会需求越来越大,人们迫切需要用自动化的手段处理海量的语言信息。语言资源有计划有规模的开发对于语言信息处理领域的研究和开发具有重要意义。

对文本进行标注就是语言资源建设的一个方面,人机交互式的标注工具是进行语料标注的有效手段,从一定程度上可以的减轻标注工作者的负担,同时还可以辅助检查标注结果。

相关文档
最新文档