登录
首页 » Python » online_fengci

online_fengci

于 2020-06-11 发布
0 241
下载积分: 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 个回复

  • compiler principles of grammar priority operator [website]). Htm source of this...
    编译原理的算符优先文法[网页版]).htm 源程序对该算法的实现-compiler principles of grammar priority operator [website]). Htm source of this algorithm to achieve
    2023-01-09 09:45:03下载
    积分:1
  • 读取dxf文件程序
    用labview读取dxf文件的案列,labview是面向工程师的语言(Using LabVIEW to read the column of the DXF file, LabVIEW is an engineer oriented language)
    2017-06-18 14:16:04下载
    积分:1
  • This is the phone number of terms commonly used abbreviations, very useful.
    本文是手机上常用的一些术语的缩写,很有用。-This is the phone number of terms commonly used abbreviations, very useful.
    2023-04-22 19:50:03下载
    积分:1
  • 欠定盲源分离
    说明:  欠定盲源分离算法 雷达目标信号处理 优质借鉴!(Underdetermined Blind Source Separation;signal processing of radar target;high-quality reference)
    2019-11-11 11:27:56下载
    积分:1
  • 多年离线编程心血
    机器人离线编程,作者多年心血。 主要解决的是机器人离线编程,涉及到计算机图形学。采用日系机器人的Motocom为通讯软件平台,在此基础之上开发相应的离线编程软件算法,完成复杂曲线的机器人轨迹运行  
    2022-02-03 14:06:39下载
    积分:1
  • USB PD V3.0
    说明:  PD协议最新版,可供从事人员学习和工作参考。(The latest version of the PD protocol can be used for reference in the study and work of personnel.)
    2020-06-24 00:00:07下载
    积分:1
  • 医院管理系统
    1.对运行应用程序确保在 run.2 是作为应用程序在同一台计算机上创建数据库。数据库的名称是急难。"创建表"文件夹包含 SQL 创建正在运行以之前的数据库中创建表的语句...
    2022-06-17 18:55:13下载
    积分:1
  • using DirectDraw 2D casual game developers need to standardize the time to call...
    在使用DirectDraw进行二维休闲游戏开发的时候 需要规范地调用DirectDraw接口,这个是微软早期版本里提供的封装很有用-using DirectDraw 2D casual game developers need to standardize the time to call DirectDraw interface, the early version of Microsoft"s package providing useful
    2022-07-10 01:07:36下载
    积分:1
  • 用JAVA 实现的简单的ATM
    用JAVA 实现的简单的ATM-using JAVA simple ATM
    2022-12-15 16:35:03下载
    积分:1
  • DOSBox emulates a full x86 pc with sound and dos. Its main use is to run old dos...
    DOSBox emulates a full x86 pc with sound and dos. Its main use is to run old dosgames on platforms which don t have dos(win2K/XP/linux/FreeBSD/Mac OS X)-DOSBox emulates a full x86 pc with sound and dos. Its main use is to run old dosgames on platfo rms which do not have dos (win2K/XP/linux/FreeB SD/Mac OS X)
    2023-03-04 21:05:03下载
    积分:1
  • 696516资源总数
  • 106436会员总数
  • 7今日下载