登录
首页 » python » HMM用于词性标记

HMM用于词性标记

于 2022-01-28 发布 文件大小:1.46 kB
0 37
下载积分: 2 下载次数: 1

代码说明:

hmm用于中文词性标记。准确度达到百分之九十五,引用文件import导入即可 。

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

发表评论

0 个回复

  • upload
    Play card detection using a python code
    2019-03-21 02:01:48下载
    积分:1
  • RED-WGAN-master
    说明:  3D MRI denoising based deep learning.
    2020-06-17 07:40:01下载
    积分:1
  • 深度学习
    说明:  开源书籍深度学习,花书,学习深度学习的圣经(Deep learning open source)
    2021-01-10 22:18:50下载
    积分:1
  • mytest1
    说明:  以中心图像为模板,将其他八张图映射到模板中,然后粘贴到对应位置完成拼接(Take the center image as the template, map the other eight images to the template, and paste them to the corresponding position to complete the splicing)
    2020-04-09 18:59:02下载
    积分:1
  • svm解析验证码
    SVM做的验证码识别,准确率85%# -*- coding: utf-8 -* __author__ = "eple" from svmutil import * from PIL import Image from numpy import * import os import string def getFeatures(path): features = [] im = array(Image.open(path).convert("L")) h,w = shape(im) for i in xrange(0,h): for j in xrange(0,w): im[i][j] = 0 if im[i][j] < 128 else 1 for i in xrange(1,h-1): for j in xrange(1,w-1): if im[i][j] != 0 and im[i-1][j]==0 and im[i][j-1]==0 and im[i][j+1]==0 and im[i+1][j]==0: im[i][j] = 0 for rang in [xrange(2,8), xrange(12,18), xrange(22,28), xrange(32,38)]: temp = [] for i in rang: for j in xrange(0,10): temp.append(im[j][i]) features.append(temp) return features
    2022-04-14 17:07:19下载
    积分:1
  • chapter-1
    abaqus中python开发的一些例子(some examples of python in abaqus)
    2012-07-03 19:35:38下载
    积分:1
  • Otsu segmentation
    说明:  一种关于图像阈值分割的算法,自己试过很好用。(An image threshold segmentation algorithm, I have tried it very well.)
    2019-04-03 14:52:03下载
    积分:1
  • 小甲鱼python教程第18-20讲动动手解答
    小甲鱼python教程第18-20讲动动手解答,按照自己理解写的,仅供参考,共同学习
    2022-03-03 15:31:04下载
    积分:1
  • MNIST
    说明:  基于Python的神经网络代码,用于识别0-9的手写数字字符(Python based neural network code for recognizing handwritten numeric characters 0-9)
    2020-04-15 22:05:40下载
    积分:1
  • 基于Python与MySQL、Redis和MongoDB数据库的新闻管理系统
    创建基于MySQL、Redis和MongoDB数据库开发命令行新闻管理系统。设定管理员和新闻编辑两种身份,实现发表新闻、编辑新闻、删除新闻、增加用户和删除用户等功能。
    2021-05-07下载
    积分:1
  • 696518资源总数
  • 104298会员总数
  • 46今日下载