Giter Site home page Giter Site logo

cnn_lstm_crf_ner's Introduction

CNN_LSTM_CRF_NER

neural network architecture to do named entity recognition

1. 模型架构

底层CNN提取character embedding + 预训练的Glove word embedding
中间bi-LSTM
上层CRF进行标注

2. 框架

   theano + lasagne

3. NER标注

1)输入格式:参考data/test.txt,文档开头#begin doc_id num_of_sentences, 每个token一行,每句之间以空行隔开;

2) 测试结果:./test.sh

3) 结果处理:结果处理相关函数都在divide_text.py文件中

4. 训练

   1)文本格式与3中相同    2)参照run2.sh      

cnn_lstm_crf_ner's People

Contributors

bettisya avatar

Watchers

 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.