资源简介
crf--python编码,有两种结构
代码片段和文件信息
#import numpy as np
from setuptools import setup
#from Cython.Build import cythonize
setup(name=‘crf‘
author=‘Tim Vieira‘
description=‘Simple implementation of a linear chain conditional random field.‘
version=‘1.0‘
install_requires=[]
packages=[‘crf‘]
# include_dirs=[np.get_include()]
# ext_modules = cythonize([‘transdeuce/**/*.pyx‘])
)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 29 2015-07-31 08:20 crf--python\crf-master\.gitignore
....... 10365 2015-07-31 08:20 crf--python\crf-master\crf\crf.py
文件 3767 2016-04-27 14:12 crf--python\crf-master\crf\example.py
....... 2955 2015-07-31 08:20 crf--python\crf-master\crf\risk.py
....... 2858 2015-07-31 08:20 crf--python\crf-master\crf\stringcrf.py
....... 2839 2015-07-31 08:20 crf--python\crf-master\crf\stringcrf2.py
....... 0 2015-07-31 08:20 crf--python\crf-master\crf\__init__.py
文件 141335 2015-07-31 08:20 crf--python\crf-master\data\tagged_references.txt
....... 1072 2015-07-31 08:20 crf--python\crf-master\LICENSE
....... 612 2015-07-31 08:20 crf--python\crf-master\README.md
....... 388 2015-07-31 08:20 crf--python\crf-master\setup.py
....... 329 2013-07-03 02:33 crf--python\python-crf-master\.gitignore
文件 35668 2016-04-27 10:19 crf--python\python-crf-master\cloudpickle.py
....... 7209 2013-07-03 02:33 crf--python\python-crf-master\crf.py
文件 9903 2016-04-27 10:27 crf--python\python-crf-master\crf.pyc
文件 1293 2016-04-27 10:22 crf--python\python-crf-master\crf_test.py
文件 2453 2016-04-27 10:27 crf--python\python-crf-master\example.py
....... 1759 2013-07-03 02:33 crf--python\python-crf-master\features.py
文件 3334 2016-04-27 10:28 crf--python\python-crf-master\features.pyc
....... 222 2013-07-03 02:33 crf--python\python-crf-master\README.md
....... 1164 2013-07-03 02:33 crf--python\python-crf-master\sample.txt
文件 4549 2016-04-27 10:27 crf--python\python-crf-master\test.py
文件 1504 2016-04-27 10:17 crf--python\python-crf-master\train.py
目录 0 2016-04-27 14:12 crf--python\crf-master\crf
目录 0 2015-07-31 08:20 crf--python\crf-master\data
目录 0 2015-07-31 08:20 crf--python\crf-master
目录 0 2016-04-27 10:28 crf--python\python-crf-master
目录 0 2016-04-27 13:58 crf--python
----------- --------- ---------- ----- ----
235607 28
............此处省略1个文件信息
相关资源
- Instant Pygame for Python Game Development How
- Biopython Tutorial
- Think Python 2nd
- 一个小小的表白程序(python)
- Python课堂笔记(高淇400集第一季)
- 二级考试python试题12套(包括选择题和
- pywin32_python3.6_64位
- python+ selenium教程
- PycURL(Windows7/Win32)Python2.7安装包 P
- 英文原版-Scientific Computing with Python
- 7.图像风格迁移 基于深度学习 pyt
- 基于Python的学生管理系统
- A Byte of Python(简明Python教程)(第
- Python实例174946
- Python 人脸识别
- Python 人事管理系统
- 基于python-flask的个人博客系统
- 计算机视觉应用开发流程
- python 调用sftp断点续传文件
- python socket游戏
- 基于Python爬虫爬取天气预报信息
- python函数编程和讲解
- Python开发的个人博客
- 基于python的三层神经网络模型搭建
- python实现自动操作windows应用
- python人脸识别(opencv)
- python 绘图(方形、线条、圆形)
- python疫情卡UN管控
- python 连连看小游戏源码
- 基于PyQt5的视频播放器设计
川公网安备 51152502000135号
评论
共有 条评论