Giter Site home page Giter Site logo

2021spring_crf_agactask1's Introduction

2021Spring_CRF_AGACtask1

Wapiti工作环境配置

git clone https://github.com/Jekub/Wapiti.git
cd Wapiti
sudo make
sudo make install
./wapiti (有帮助文档输出表示安装成功)

注意事项:

1、如果make失败,先安装gcc

2、如果git不成功,直接下载到工作目录解压后make

数据准备

git clone https://github.com/ouyangsizhuo/2021Spring_CRF_AGACtask1.git

进入工作文件夹,解压AGAC压缩包

训练模型

wapiti train -a sgd-l1 -t 3 -i 10 -p pat/Tok321dis.pat <(cat AGAC/train_split/*.txt) AGAC/mod/AGAC_train.mod

预测标签

wapiti label -c -m AGAC/mod/AGAC_train.mod <(cat AGAC/test_split/*.txt) AGAC/train_out.tab

评估结果

perl conlleval.pl -d $'\t' <AGAC/train_out.tab | tee AGAC/train_out.eval

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.