登录
首页 » Python » online_fengci

online_fengci

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

  • scriptManual_en_v3.5
    说明:  UR机器人脚本语言,里面是V3.5版本,使用UR机器人做上位机控制的时候方便查询(Script of UR robot)
    2020-06-16 19:00:02下载
    积分:1
  • arcpad二次开发示例,电力GIS系统巡视PDA模块
    arcpad二次开发示例,电力GIS系统巡视PDA模块-arcpad secondary development examples, the power of GIS inspections PDA Module
    2022-01-25 19:58:35下载
    积分:1
  • 等高线拟合程序matlab
    等高线拟合源代码(matlab源码),老外编的,水平确实可以,佩服。里面注释挺详细了。(contour fitting source code (Matlab source), a foreigner series, level really can admire. Inside Notes quite detailed.)
    2020-11-18 11:49:38下载
    积分:1
  • ConsoleApplication3
    实现联系人的增删改查,联系人上限为10人。适用于课程设计,(To achieve contacts and additions and deletions, it is suitable for curriculum design.)
    2018-04-28 22:18:11下载
    积分:1
  • one good MP3 player, running in Java, We can look at the drop
    一款不错的MP3播放器,在JAVA下运行的,大家可下拉看看一定不会后悔的,这可是现今最完善的JAVAMP3播放器拉-one good MP3 player, running in Java, We can look at the drop-down will not regret it, but now that the most perfect player Rafah JAVAMP3
    2022-11-01 11:00:03下载
    积分:1
  • 1
    说明:  jquery带下拉按钮幻灯片是一款简单的iTunes式的jQuery滑块幻灯片。(JQuery slide with drop-down button is a simple iTunes-style jQuery slider slide.)
    2019-03-15 11:33:44下载
    积分:1
  • 计算机网络谢希仁第七版课后答案完整版
    说明:  计算机网络谢希仁第七版课后答案完整版、全部章节都覆盖(Computer Network Xie Xiren Seventh Edition Complete Edition of After-class Answers)
    2019-10-11 00:39:36下载
    积分:1
  • MySQL+DBA修炼之道
    说明:  mysql的DBA的相关学习资料,包括性能优化、架构搭建、语法介绍等等(Mysql DBA related learning materials, including performance optimization, architecture building, syntax introduction, etc.)
    2020-06-24 12:40:02下载
    积分:1
  • efsl-0.3.4_-_IAR_LPC2148_Example
    EFSL-0.3.4 example for IAR and LPC2148.
    2009-12-10 16:15:12下载
    积分:1
  • MPM3D-F90-master
    说明:  张雄mpm的开源软件,很简单实用,现在已经出了非开源版本。(Zhangxiong MPM open source software, very simple and practical, has now been out of the non-open source version.)
    2020-06-18 11:00:01下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载