Code Monkey home page Code Monkey logo

sequence-labeling-by-nn's Introduction

Sequence Labeling by Neural Network

The repository is for sequence labeling through neural network (deep learning) methods .

RUN FLOW SAMPLE

directory run_flow_example contains naive example to bulid project and run samples under linux .

Build

dependency

we are using DyNet library fork DyNet-self (some trivial modified) as the basic neural framework. After clone the repository, we should use

git submodule init
git submodule update

to clone down the dynet module.

Dynet needs boost and eigen3. cmake is also needed.

Under MSVC

boost-1.57.0, boost-1.58.0 are supported, and boost-1.60.0 leads to some compiling errors.

  1. get eigen3
  2. open git bash or cmd, change directory to the repository root
  3. git submodule init && git submodule update
  4. make a directory to build, mkdir build
  5. cd build
  6. using the command to make : cmake .. -DEIGEN3_INCLUDE_DIR=/eigen/path -DBOOST_ROOT=/boost/path -DBoost_USE_STATIC_LIBS=On , Boost_USE_STATIC_LIBS=On is needed for Windows.
  7. open the VS solution under build folder

Under Linux

you can just use run_flow_example

Plan

it is now based on DyNet library

steps :

  1. postagging based on example tag-bilstm.cc of DyNet [done]

  2. chinese segmentation(using sequence labeling method) , ner [done]

  3. more various structures based on DyNet [doing]

  4. (almost)from scratch ?? -> NO , need more time to think about it !

WIKI

wiki pages for more detail infomation.

sequence-labeling-by-nn's People

Contributors

fseasy avatar oneplus 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.