嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
CRF -0.58 python安装CRF资源包
win7 64 位系统 安装CRF,资源里面包含了python直接安装所需要文件和资源,直接输入安装命令即可安装;因DLL是分操作系统,本安装包只能使用于win7 64 位系统
.
├── CRF -0.58
│ ├── AUTHORS
│ ├── COPYING
│ ├── ChangeLog
│ ├── INSTALL
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── Makefile.msvc.in
│ ├── NEWS
│ ├── README
│ ├── aclocal.m4
│ ├── common.h
│ ├── config.guess
│ ├── config.h.in
│ ├── config.sub
│ ├── configure
│ ├── configure.in
│ ├── crf_learn.cpp
│ ├── crf_test.cpp
│ ├── crfpp.h
│ ├── darts.h
│ ├── depcomp
│ ├── doc
│ │ ├── crfpp.cfg
│ │ ├── default.css
│ │ ├── doxygen
│ │ │ ├── annotated.html
│ │ │ ├── bc_s.png
│ │ │ ├── classCRFPP_1_1Model-members.html
│ │ │ ├── classCRFPP_1_1Model.html
│ │ │ ├── classCRFPP_1_1Tagger-members.html
│ │ │ ├── classCRFPP_1_1Tagger.html
│ │ │ ├── classes.html
│ │ │ ├── closed.png
│ │ │ ├── crfpp_8h-source.html
│ │ │ ├── crfpp_8h.html
│ │ │ ├── crfpp_8h_source.html
│ │ │ ├── doxygen.css
│ │ │ ├── doxygen.png
│ │ │ ├── files.html
│ │ │ ├── functions.html
│ │ │ ├── functions_func.html
│ │ │ ├── globals.html
│ │ │ ├── globals_defs.html
│ │ │ ├── globals_func.html
│ │ │ ├── globals_type.html
│ │ │ ├── index.html
│ │ │ ├── namespaceCRFPP.html
│ │ │ ├── namespacemembers.html
│ │ │ ├── namespacemembers_func.html
│ │ │ ├── namespaces.html
│ │ │ ├── nav_f.png
│ │ │ ├── nav_h.png
│ │ │ ├── open.png
│ │ │ ├── tab_a.png
│ │ │ ├── tab_b.gif
│ │ │ ├── tab_b.png
│ │ │ ├── tab_h.png
│ │ │ ├── tab_l.gif
│ │ │ ├── tab_r.gif
│ │ │ ├── tab_s.png
│ │ │ └── tabs.css
│ │ ├── html
│ │ │ ├── bc_s.png
│ │ │ ├── closed.png
│ │ │ ├── crfpp_8h_source.html
│ │ │ ├── doxygen.css
│ │ │ ├── doxygen.png
│ │ │ ├── files.html
│ │ │ ├── index.html
│ │ │ ├── installdox
│ │ │ ├── jquery.js
│ │ │ ├── nav_f.png
│ │ │ ├── nav_h.png
│ │ │ ├── open.png
│ │ │ ├── search
│ │ │ │ ├── close.png
│ │ │ │ ├── mag_sel.png
│ │ │ │ ├── nomatches.html
│ │ │ │ ├── search.css
│ │ │ │ ├── search.js
│ │ │ │ ├── search_l.png
│ │ │ │ ├── search_m.png
│ │ │ │ └── search_r.png
│ │ │ ├── tab_a.png
│ │ │ ├── tab_b.png
│ │ │ ├── tab_h.png
│ │ │ ├── tab_s.png
│ │ │ └── tabs.css
│ │ ├── index.html
│ │ └── latex
│ │ ├── Makefile
│ │ ├── doxygen.sty
│ │ └── refman.tex
│ ├── encoder.cpp
│ ├── encoder.h
│ ├── example
│ │ ├── JapaneseNE
│ │ │ ├── exec.sh
│ │ │ ├── template
│ │ │ ├── test.data
│ │ │ └── train.data
│ │ ├── basenp
│ │ │ ├── exec.sh
│ │ │ ├── template
│ │ │ ├── test.data
│ │ │ └── train.data
│ │ ├── chunking
│ │ │ ├── exec.sh
│ │ │ ├── template
│ │ │ ├── test.data
│ │ │ └── train.data
│ │ └── seg
│ │ ├── exec.sh
│ │ ├── template
│ │ ├── test.data
│ │ └── train.data
│ ├── feature.cpp
│ ├── feature_cache.cpp
│ ├── feature_cache.h
│ ├── feature_index.cpp
│ ├── feature_index.h
│ ├── freelist.h
│ ├── install-sh
│ ├── java
│ │ ├── CRFPP_wrap.cxx
│ │ ├── Makefile
│ │ ├── README
│ │ ├── org
│ │ │ └── chasen
│ │ │ └── crfpp
│ │ │ ├── CRFPP.java
│ │ │ ├── CRFPPConstants.java
│ │ │ ├── CRFPPJNI.java
│ │ │ ├── Model.java
│ │ │ ├── SWIGTYPE_p_float.java
│ │ │ ├── SWIGTYPE_p_int.java
│ │ │ ├── SWIGTYPE_p_p_char.java
│ │ │ └── Tagger.java
│ │ └── test.java
│ ├── lbfgs.cpp
│ ├── lbfgs.h
│ ├── libcrfpp.cpp
│ ├── libcrfpp.lib
│ ├── ltmain.sh
│ ├── merge-models.pl
│ ├── missing
│ ├── mkinstalldirs
│ ├── mmap.h
│ ├── model
│ │ └── model
│ ├── node.cpp
│ ├── node.h
│ ├── param.cpp
│ ├── param.h
│ ├── path.cpp
│ ├── path.h
│ ├── perl
│ │ ├── CRFPP.pm
│ │ ├── CRFPP_wrap.cxx
│ │ ├── Makefile.PL
│ │ ├── README
│ │ └── test.pl
│ ├── python
│ │ ├── CRFPP.py
│ │ ├── CRFPP_wrap.cxx
│ │ ├── README
│ │ ├── build
│ │ │ ├── lib.win-amd64-3.6
│ │ │ │ ├── CRFPP.py
│ │ │ │ └── _CRFPP.cp36-win_amd64.pyd
│ │ │ └── temp.win-amd64-3.6
│ │ │ └── Release
│ │ │ ├── CRFPP_wrap.obj
│ │ │ ├── _CRFPP.cp36-win_amd64.exp
│ │ │ └── _CRFPP.cp36-win_amd64.lib
│ │ ├── crfpp.h
│ │ ├── crfpp.lib
│ │ ├── libcrfpp.dll
│ │ ├── pthread.lib
│ │ ├── readme.txt
│ │ ├── setup.py
│ │ └── test.py
│ ├── ruby
│ │ ├── CRFPP_wrap.cpp
│ │ ├── README
│ │ ├── extconf.rb
│ │ └── test.rb
│ ├── scoped_ptr.h
│ ├── sdk
│ │ ├── CRFPP.i
│ │ ├── CRFPP.java
│ │ ├── CRFPPConstants.java
│ │ ├── CRFPPJNI.java
│ │ ├── CRFPP_wrap.cxx
│ │ ├── Model.java
│ │ ├── Tagger.java
│ │ ├── crfpp.h
│ │ ├── example.cpp
│ │ ├── libcrfpp.lib
│ │ └── version.h
│ ├── stream_wrapper.h
│ ├── swig
│ │ ├── CRFPP.i
│ │ ├── CRFPP_wrap.c
│ │ ├── Makefile
│ │ ├── version.h
│ │ └── version.h.in
│ ├── tagger.cpp
│ ├── tagger.h
│ ├── thread.h
│ ├── timer.h
│ └── winmain.h
└── CRF -0.58 python安装CRF资源包_CRF -0.58.rar
25 directories, 189 files