Giter VIP home page Giter VIP logo

healthner's Introduction

healthNER

This is the code used for the research in our paper "Recurrent neural networks with specialized word embeddings for health-domain named-entity recognition". It is a little scattered, but fully functioning.

The code contains three main files (These three files are independent from each other!):

1.CRF: This is the file where we implement the Conditional Random Field (CRF) model which in the paper's results section has the same name (Do not confuse it with the prediction layer of the B-LSTM-CRF). It contains two main files. The HCRF2.0b open-source tool to train a CRF model and a set of files for data_preparation. Further description in the CRF file.

2.Bidirectional_LSTM-CRF: This is the file where we implement the Bidirectional LSTM and the Bidirectional-LSTM-CRF models which in the paper's result section have the same name. The code is created following the code of Bidirectional-LSTM-CRF-for-Clinical-Concept-Extraction created by Raghav Chalapathy. Further description in the Bidirectional_LSTM-CRF file.

3.Bidirectional_LSTM-CRF_plus_feature_engineering: This is identical to the Bidirectional_LSTM-CRF with the only extra option of addind the hand-crafted features described in the paper. Further description in the Bidirectional_LSTM-CRF_plus_feature_engineering file.

*The specialized embeddings used in the paper are available here.

NOTE: The commit number of the code used in the paper is e5dc2a0.

healthner's People

Contributors

inigo-jauregi avatar

Watchers

James Cloos avatar Sundar Shankar 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.