资源简介
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个文件信息
相关资源
- python实现SGBM图像匹配算法
- python实现灰度直方图均衡化
- scrapy_qunar_one
- Python学习全系列教程永久可用
- python简明教程.chm
- 抽奖大转盘python的图形化界面
- 双边滤波器实验报告及代码python
- python +MYSQL+HTML实现21蛋糕网上商城
- Python-直播答题助手自动检测出题搜索
- OpenCV入门教程+OpenCV官方教程中文版
- Python 串口工具源码+.exe文件
- Python开发的全栈股票系统.zip
- Python操作Excel表格并将其中部分数据写
- python书籍 PDF
- 利用python绘制散点图
- python+labview+No1.vi
- 老男孩python项目实战
- python源码制作whl文件.rar
- python3.5可用的scipy
- PYTHON3 经典50案例.pptx
- 计算机科学导论-python.pdf
- python模拟鼠标点击屏幕
- windows鼠标自动点击py脚本
- 鱼c小甲鱼零基础学python全套课后题和
- Python 练习题100道
- Practical Programming 2nd Edition
- wxPython Application Development Cookbook
- python 3.6
- Python 3.5.2 中文文档 互联网唯一CHM版本
- python3.5.2.chm官方文档
评论
共有 条评论