登录
首页 » Python » online_fengci

online_fengci

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

  • zping
    传说OL发送赠品,ASP写的,东西发送到仓库里(OL legend to send gifts, ASP written in what is sent to a warehouse)
    2020-10-26 18:59:59下载
    积分:1
  • 有些PDF加密后,虽然能查看,但不能拷贝,这里给出了一个单文件的绿色密码去除软件...
    有些PDF加密后,虽然能查看,但不能拷贝,这里给出了一个单文件的绿色密码去除软件-Some PDF encryption, though able to view, but you can not copy, here gives a green single-file password removal software
    2023-04-25 02:45:02下载
    积分:1
  • PMV-PPD
    说明:  基于人体热舒适随温度变化的曲线origin计算程序(Origin calculation program)
    2020-12-14 19:29:48下载
    积分:1
  • GUI版简易QQ聊天室
    多人聊天,单人聊天,注册模拟数据库,多线程,TCP(Multi-person chat, single chat, registration simulation database)
    2019-01-15 22:02:29下载
    积分:1
  • 图片特效显示程序,在vb下显示图片各种特技的方法。
    图片特效显示程序,在vb下显示图片各种特技的方法。-Photo Effects display program, in vb display pictures under a variety of special effects approach.
    2023-07-03 09:25:03下载
    积分:1
  • SWAT数据库参数表说明
    说明:  SWAT分布式水文模型的数据库说明文件此学习资料帮助人快速学习掌握分布式水文模型(The database description document of SWAT distributed hydrological model this learning material helps people to quickly learn and master the distributed hydrological model)
    2020-03-27 22:34:40下载
    积分:1
  • HTML5 CSS3 text-shadow 文字阴影立体特效
    HTML5 CSS3 text-shadow 文字阴影立体特效,prefixfree.min.js插件和jquery配合实现的文字特效,使用时只需定义需要显示阴影的文字即可,页面打开后会自动生成阴影文字,测试时请使用支持HTML5内核的浏览器。
    2022-03-24 23:47:38下载
    积分:1
  • 新浪微博开放平台java源码
    新浪微博开放平台java源码,需要进行oauth认证,具体使用请看http://blog.csdn.net/u012490740/article/details/12912543
    2022-01-28 23:00:59下载
    积分:1
  • N-sheets
    以G列分成多个工作表(以宏运行VBA) (Sub aa() Dim a As Integer, b As Integer, c As Integer, sh As Worksheet For a = 2 To [g65536].End(3).Row If Cells(a, 7) <> Cells(a- 1, 7) Then b = a End If c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row Set sh = Sheets.Add(, Sheets(Sheets.Count)) sh.Name = Sheets("sheet1").Cells(a, 7).Value With Sheets("Sheet1") Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2] Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1] a = c End With Sheets("Sheet1").Select Next End Sub )
    2013-05-03 08:50:54下载
    积分:1
  • DFIG1
    说明:  pscad中搭建的双馈风机模型,自带英文资料,可以用于观察小干扰稳定等。(The doubly fed fan model built in PSCAD, with English data, can be used to observe small signal stability.)
    2021-03-11 20:30:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载