登录
首页 » Python » online_fengci

online_fengci

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

  • 用于和证券行情数据接口的股票数据读取方式源码是用VB做的。...
    用于和证券行情数据接口的股票数据读取方式源码是用VB做的。-And securities for the stock market data interface to read the way the data source is used to do in VB.
    2022-04-30 02:13:52下载
    积分:1
  • MFAC4_1_download
    说明:  紧格式MFAC,不需要数据模型,仅依赖输入输入数据。属于智能算法的一种(MFAC code. This algorithm can be used in linear system and nonlinear system. It owned to one of Intelligent algorithms.)
    2020-08-12 08:42:07下载
    积分:1
  • 利用VB编写软件显示文件图标,可以为你的软件添加漂亮的图标。...
    利用VB编写软件显示文件图标,可以为你的软件添加漂亮的图标。-VB document preparation software, and display icons, you can add software beautiful icon.
    2022-11-26 21:05:03下载
    积分:1
  • MapTest(2222222222222222222222222222222)
    说明:  QT5.9.7 打开百度地图,只完成显示,谨慎下载(QT5.9.7 Open Baidu Map, Complete Display Only, Carefully Download)
    2019-03-31 21:51:58下载
    积分:1
  • 1
    这是一款工具类插件,提供了沿Bezier曲线和圆弧的动画方法的jQuery沿贝兹曲线和弧线运动动画特效。(This is a tool class plug-in that provides animation effects along Bezier curves and arcs with jQuery animation methods along Bezier curves and arcs.)
    2018-08-13 16:10:45下载
    积分:1
  • cin_1612
    用于ncl绘制对流抑制能量分布,旨在用于科研和气象预报(It is used to plot the energy distribution of convection suppression in NCL for scientific research and meteorological prediction.)
    2019-04-10 11:50:51下载
    积分:1
  • a sudoku game, user can type the row, colume, and the number to play, an assingn...
    a sudoku game, user can type the row, colume, and the number to play, an assingnment in cla-a sudoku game, user can type the row, colume, and the number to play, an assingnment in class
    2022-03-16 14:09:52下载
    积分:1
  • 各种按钮的鼠标滑过
    鼠标点击动画效果的插件。该按钮插件有7中不同的css3动画效果(Mouse click on the animation effect plug-in. The button plug-in has 7 different CSS3 animation effects)
    2019-02-18 12:59:09下载
    积分:1
  • 1
    说明:  ccgfn ygnd ukgjk kkk
    2017-09-23 05:44:08下载
    积分:1
  • Patch001
    说明:  930c patch lod001 lmwin
    2020-01-08 05:58:57下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载