Giter VIP home page Giter VIP logo

crftagger's Introduction

CrfTagger

Crf tagger using @Crfpp @Windows @Visual Studio

操作流程参考: 中文分词入门之字标注法4@52nlp

数据资料

数据来源:crfpp/example/seg
CrfTagger.exe -L -f 3 -c 4.0 -p 12 data/template data/train.data data/model
CrfTagger.exe -T -m data/model data/test.data
数据来源:icwb2-data.zip
下载地址:
http://sighan.cs.uchicago.edu/bakeoff2005/data/icwb2-data.zip

VS编译选项

训练时的命令参数

-L -f 3 -c 4.0 -p 12 .\data\template .\temp\msr_training.tagging4crf.utf8 .\data\model

C/C++

/JMC /permissive- /GS /W3 /Zc:wchar_t /ZI /Gm- /Od /sdl- /Fd"x64\Debug\vc141.pdb" /Zc:inline /fp:precise /D "HAVE_CONFIG_H" /D "_CRT_SECURE_NO_WARNINGS" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /errorReport:prompt /WX- /Zc:forScope /RTC1 /Gd /MDd /FC /Fa"x64\Debug" /EHsc /nologo /Fo"x64\Debug" /Fp"x64\Debug\CrfTagger.pch" /diagnostics:classic

LINKER

/OUT:"\XXX\CrfTagger\x64\Debug\CrfTagger.exe" /MANIFEST /NXCOMPAT /PDB:"XXX\CrfTagger\x64\Debug\CrfTagger.pdb" /DYNAMICBASE "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" /DEBUG /MACHINE:X64 /INCREMENTAL /PGD:"XXX\CrfTagger\x64\Debug\CrfTagger.pgd" /SUBSYSTEM:CONSOLE /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /ManifestFile:"x64\Debug\CrfTagger.exe.intermediate.manifest" /ERRORREPORT:PROMPT /NOLOGO /TLBID:1

Reference

中文分词入门之字标注法4@52nlp

GnuWin32

===========================

crftagger's People

Contributors

xiabo0816 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.