基于Java Swing的古诗词集句系统设计与实现 毕业论文+外文翻译及原文+项目源码、

下载地址:https://download.csdn.net/download/ouyangxiaobai123/20720855

项目介绍:

基于Java Swing的古诗词集句系统设计与实现 毕业论文+外文翻译及原文+项目源码、

系统说明:

文章来源:www.biyezuopin.cc 发布者:大学生毕业作品网站
目 录

摘 要

ABSTRACT

第1章 绪论

1.1 中文集句系统开发背景

1.2 国内研究情况

1.3 遇到的主要问题

1.4 论文组织结构

第2章 中文集句系统需求分析

2.1 中文集句系统综述

2.1.1 中文集句系统项目背景

2.1.2 中文集句系统项目介绍

2.1.3 中文集句系统整体解决方案

2.2 中文集句系统工作目标以及解决的问题

2.3 中文集句系统需求描述

2.3.1 中文集句系统功能性需求

2.3.2 中文集句系统非功能性需求

第3章 中文集句系统架构设计

3.1 中文集句系统设计目标和原则

3.2 中文集句系统的技术架构设计

3.2.1 中文集句系统技术架构

3.3 中文集句系统功能架构

3.3.1 中文集句系统功能组成

3.3.2 中文集句系统具体功能流程

第4章 中文集句系统详细设计

4.1 中文集句系统静态程序设计

4.1.1 中文集句系统的数据类

4.1.2 中文集句系统的网络服务类

4.1.3 中文集句系统主方法类以及详细功能

4.2 中文集句系统动态程序设计

4.3 中文集句系统数据模块部分设计

4.4 中文集句系统UI设计

4.4.1 JavaFX架构说明

4.4.2 中文集句系统UI设计

第5章 中文集句系统实现与测试

5.1 中文集句系统实现

5.1.1 软件界面功能介绍

5.1.2 中文集句系统的精确&关键字查询界面

5.1.3 中文集句系统的对偶匹配界面

5.1.4 中文集句系统的对偶生成界面

5.2 中文集句系统中文分词模块实现

5.2.1 标准分词算法

5.2.2 NLP分词算法[12]

5.2.3 N最短路径算法[14]

5.2.4 Dijkstra最短路径算法[15]

5.3 中文集句系统的测试

5.3.1 测试的方法论与主要技术

5.3.2 测试项目与内容

5.3.3 测试的结论

第6章 结论

第7章 致谢

第8章 参考文献

摘 要
本文在古诗词的内容上会有简单的描述,然后对于古诗集句软件进行详尽分析,确定功能需求以及非功能需求,对于软件运作流程给以流程图的展示。

在需求分析基础上,进行软件的架构设计。进一步明确使用场景与功能点的关系。在查询模块主要任务是保证查询准确高效,而在集句生成部分,主要利用现有的可行手段,例如开源的中文分词工具对于待对偶诗句进行词性分析,在此基础上,给出相对较优的对偶句。最后,对于使用的开源工具运行机理进行介绍,并对系统,尤其是对偶生成算法的改进方向提出建议。

系统最突出的是将词句匹配以及对偶句诗句生成融合,将客户端以及服务器启动程序结合,增强了程序的易用性以及使用场景的多样性。

关键字:中文古诗词;诗词匹配;对偶句生成;中文分词使用

ABSTRACT
This paper will make a simple description of the ancient poetry. Then, there is an analysis of this ancient poetry software system in detail. After the function requirements and non-function requirements are curtained, there will take the flow chart about software operation process.

The software architecture will based on the demand analysis before. Then, the paper will clarify the relationship between scenes and function points. On the query module, the task is to ensure the query is accurate and efficient. And on the pair generation module, use existing open source project named HanLP, a segmentation tool, to generate sentence pairs with readability according to the word’s property.

At last, the paper will introduce some algorithms used in the project HanLP, and show the direction of system future improvement. System put the client and server into one packet and put the function of pair generating and poetry matching into the other packet which makes the system more reliability and easy-using.

Keyword: Chinese poetry; poetry match; Generate pairs; the usage of segmentation

适用场景:

毕业论文、课程设计、公司项目参考

运行截图:
请添加图片描述

请添加图片描述

关注【程序代做 源码分享】公众号获取更多免费源码!!!请添加图片描述
请添加图片描述
请添加图片描述
请添加图片描述
请添加图片描述
请添加图片描述
请添加图片描述
请添加图片描述
请添加图片描述
请添加图片描述
请添加图片描述
请添加图片描述
请添加图片描述
请添加图片描述

猜你喜欢

转载自blog.csdn.net/ouyangxiaobai123/article/details/121487205