登录
首页 » Python » online_fengci

online_fengci

于 2020-06-11 发布
0 228
下载积分: 1 下载次数: 2

代码说明:

说明:  对现存的主流分词方法进行了分析和比较,对前人的成果和经验进行了研究和改进,设计实现了一个基于词典和统计方法的在线中文分词系统。本文系统使用了基于一种主流分词方法的经典算法,双向最大匹配法。这种方法能够将正向最大匹配法得到的分词结果和逆向最大匹配法得到的结果进行比较,从而决定正确的分词方法。这类算法的优点是速度快,时间复杂度为O(n),实现简单。本系统为用户提供了一个中文分词的在线平台,有文本分词,输入分词内容,实时显示分词结果等功能可供使用,本系统在切词准确度和速度上的表现较为良好,基本完成了中文分词的工作,提供了较好的用户体验。本文系统的创新点在于,将python语言作为开发语言,并选择了较为热门的web框架Flask作为开发在线系统的框架,实现了一个在线中文分词系统。目的是方便用户进行分词,并实时观测结果。(This paper analyzes and compares the existing mainstream word segmentation methods, studies and improves the previous achievements and experiences, and designs and implements an online Chinese word segmentation system based on dictionary and statistical methods. In this paper, a classical algorithm based on a mainstream word segmentation method, bi-directional maximum matching method, is used. This method can compare the result of forward maximum matching method with that of reverse maximum matching method, so as to determine the correct segmentation method. This kind of algorithm has the advantages of high speed, O (n) time complexity and simple implementation.)

文件列表:

.idea, 0 , 2020-05-26
.idea\inspectionProfiles, 0 , 2020-04-18
.idea\inspectionProfiles\profiles_settings.xml, 174 , 2020-04-18
.idea\misc.xml, 310 , 2020-04-18
.idea\modules.xml, 285 , 2020-04-18
.idea\online_fengci.iml, 715 , 2020-04-18
.idea\workspace.xml, 10657 , 2020-05-26
__pycache__, 0 , 2020-05-25
__pycache__\app.cpython-37.pyc, 1172 , 2020-05-25
__pycache__\BiMM.cpython-37.pyc, 650 , 2020-04-18
__pycache__\BMM.cpython-37.pyc, 799 , 2020-04-18
__pycache__\FMM.cpython-37.pyc, 774 , 2020-04-18
__pycache__\utils.cpython-37.pyc, 496 , 2020-04-18
app.py, 808 , 2020-05-25
BiMM.py, 1109 , 2018-07-21
BMM.py, 1210 , 2020-04-18
dic, 0 , 2020-05-25
dic\dic.txt, 4635405 , 2020-05-25
FMM.py, 1129 , 2020-04-18
static, 0 , 2020-04-23
static\css, 0 , 2020-05-25
static\css\base.css, 458 , 2020-04-23
static\css\bootstrap-responsive.css, 22102 , 2013-07-26
static\css\bootstrap-responsive.min.css, 16840 , 2013-07-26
static\css\bootstrap.min.css, 117310 , 2015-06-16
static\css\index.less, 316 , 2020-04-23
static\css\loginstyle.css, 5533 , 2020-05-25
static\css\patros.css, 31868 , 2020-05-25
static\css\style.less, 505 , 2020-04-23
static\font-awesome, 0 , 2020-04-23
static\font-awesome\css, 0 , 2020-04-23
static\font-awesome\css\font-awesome.css, 26651 , 2015-01-20
static\font-awesome\css\font-awesome.min.css, 21984 , 2015-01-20
static\font-awesome\fonts, 0 , 2020-04-23
static\font-awesome\fonts\fontawesome-webfont.eot, 56006 , 2015-01-20
static\font-awesome\fonts\fontawesome-webfont.svg, 287007 , 2015-01-20
static\font-awesome\fonts\fontawesome-webfont.ttf, 112160 , 2015-01-20
static\font-awesome\fonts\fontawesome-webfont.woff, 65452 , 2015-01-20
static\font-awesome\fonts\FontAwesome.otf, 85908 , 2015-01-20
static\font-awesome\less, 0 , 2020-04-23
static\font-awesome\less\bordered-pulled.less, 330 , 2015-01-20
static\font-awesome\less\core.less, 418 , 2015-01-20
static\font-awesome\less\fixed-width.less, 119 , 2015-01-20
static\font-awesome\less\font-awesome.less, 465 , 2015-01-20
static\font-awesome\less\icons.less, 34455 , 2015-01-20
static\font-awesome\less\larger.less, 370 , 2015-01-20
static\font-awesome\less\list.less, 377 , 2015-01-20
static\font-awesome\less\mixins.less, 892 , 2015-01-20
static\font-awesome\less\path.less, 684 , 2015-01-20
static\font-awesome\less\rotated-flipped.less, 622 , 2015-01-20
static\font-awesome\less\spinning.less, 582 , 2015-01-20
static\font-awesome\less\stacked.less, 476 , 2015-01-20
static\font-awesome\less\variables.less, 15529 , 2015-01-20
static\font-awesome\scss, 0 , 2020-04-23
static\font-awesome\scss\_bordered-pulled.scss, 332 , 2015-01-20
static\font-awesome\scss\_core.scss, 419 , 2015-01-20
static\font-awesome\scss\_fixed-width.scss, 120 , 2015-01-20
static\font-awesome\scss\_icons.scss, 35004 , 2015-01-20
static\font-awesome\scss\_larger.scss, 375 , 2015-01-20
static\font-awesome\scss\_list.scss, 378 , 2015-01-20
static\font-awesome\scss\_mixins.scss, 906 , 2015-01-20
static\font-awesome\scss\_path.scss, 695 , 2015-01-20
static\font-awesome\scss\_rotated-flipped.scss, 672 , 2015-01-20
static\font-awesome\scss\_spinning.scss, 583 , 2015-01-20
static\font-awesome\scss\_stacked.scss, 482 , 2015-01-20
static\font-awesome\scss\_variables.scss, 15592 , 2015-01-20
static\font-awesome\scss\font-awesome.scss, 405 , 2015-01-20
static\fonts, 0 , 2020-04-23
static\fonts\glyphicons-halflings-regular.eot, 20127 , 2015-01-20
static\fonts\glyphicons-halflings-regular.svg, 108738 , 2015-01-20
static\fonts\glyphicons-halflings-regular.ttf, 45404 , 2015-01-20
static\fonts\glyphicons-halflings-regular.woff, 23424 , 2015-01-20
static\fonts\glyphicons-halflings-regular.woff2, 18028 , 2015-01-20
static\img, 0 , 2020-04-23
static\img\avatar1.png, 2787 , 2015-06-19
static\img\background-img.jpg, 1390 , 2015-02-18
static\img\background.jpg, 1453 , 2015-02-18
static\img\blog-photo1.jpg, 42483 , 2015-07-06
static\img\blog-photo2.jpg, 25555 , 2015-07-06
static\img\blog-photo3.jpg, 19457 , 2015-07-06
static\img\blog1.jpg, 175648 , 2015-07-06
static\img\blog2.jpg, 139914 , 2015-07-06
static\img\blog3.jpg, 158683 , 2015-07-06
static\img\fenci.png, 3409 , 2018-04-19
static\img\glyphicons-halflings-white.png, 8777 , 2013-07-26
static\img\glyphicons-halflings.png, 12799 , 2013-07-26
static\img\logo.gif, 3204 , 2020-04-23
static\img\logo.png, 16148 , 2018-04-19
static\img\logo1.gif, 8096 , 2020-04-23
static\img\logo1.png, 3568 , 2020-04-23
static\img\logo2.gif, 5971 , 2020-04-23
static\img\marker.png, 606 , 2015-03-28
static\img\pattern.png, 118 , 2011-03-03
static\img\person1.jpg, 221058 , 2015-07-09
static\img\port1.jpg, 63188 , 2015-07-07
static\img\port2.jpg, 42386 , 2015-07-07
static\img\port3.jpg, 50833 , 2015-07-07
static\img\port4.jpg, 38602 , 2015-07-07
static\img\port5.jpg, 79268 , 2015-07-07
static\img\port6.jpg, 74505 , 2015-07-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • c++课程设计,高校管理系统,文档中有源代码
    c++课程设计,高校管理系统,文档中有源代码-c curriculum design, the college management system, the document active code
    2022-01-30 13:31:04下载
    积分:1
  • DM万用版 V9.55 dm955cy.zip
    DM万用版 V9.55 dm955cy.zip-DM 10,000 with version V9.55 dm955cy.zip
    2022-01-26 05:40:42下载
    积分:1
  • Start_button_hidden
    start button visible
    2019-02-20 21:07:54下载
    积分:1
  • 源码
    利用dsp28335产生spwm波,用于逆变电路的驱动。希望有所帮助(DSP produces SPWM waves)
    2017-10-27 13:38:10下载
    积分:1
  • 单机架站全攻略(CHM)
    说明:  动态域名申请、架WEB服务器(APACHE)、FTP服务器(serv-u)、Imail邮件安装、设置、ActivePerl安装设置、安装CGI&雷傲论坛等全图文的指南 (dynamic domain name applications, Web-server (APACHE), FTP server (serv-u), Imail mail installation, setup, ActivePerl installation settings, the installation of CGI Forum mine proud of the entire transmission Guide)
    2005-12-16 18:47:38下载
    积分:1
  • 实现的多线程多任务下载 frmGoodsInFind.Designer
    实现的多线程多任务下载,采用文件切块,多线程分块下载,再拼接(Multi-threaded and multi-task download is realized. File is cut into blocks, multi-threaded is downloaded in blocks, and then spliced.)
    2020-06-25 06:20:01下载
    积分:1
  • hev_subsystem
    说明:  并联式混合动力汽车模式切换策略simulink模型,比较详细(Simulink model of mode switching strategy for parallel hybrid electric vehicle, which is more detailed)
    2020-10-05 11:57:38下载
    积分:1
  • A very classic game plane, aircraft, using C++ Prepared, development platforms:...
    一个很经典的平面游戏,打飞机,是用C++编写的,开发平台:windows,visual studio-A very classic game plane, aircraft, using C++ Prepared, development platforms: windows, visual studio
    2023-09-06 07:20:02下载
    积分:1
  • Nonlinear Systems (3rd Edition Khalil)
    说明:  国外控制理论方向经典书籍,圣书。让大家对非线性的知识有一个系统的了解,对设计非线性控制和分析非线性系统的稳定性入门有很大的好处。(Let everyone have a systematic understanding of nonlinear knowledge, which is of great benefit to the design of nonlinear control and analysis of the stability of nonlinear systems.)
    2020-11-30 16:58:19下载
    积分:1
  • proteus
    一些你不懂得的元器件英文名称这里都可以找到,(Some of the components you do not know the name in English can be found here,)
    2013-08-16 10:02:52下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载