Giter Club home page Giter Club logo

nanguoshun / statnlp-framework Goto Github PK

View Code? Open in Web Editor NEW
17.0 2.0 2.0 15.34 MB

C++ based implementation of StatNLP framework

Home Page: http://www.statnlp.org

CMake 2.71% C++ 86.05% Cuda 1.11% Python 3.55% Jupyter Notebook 0.87% Shell 0.21% Scala 0.76% Java 0.02% TeX 0.01% Batchfile 0.05% C 1.71% HTML 0.14% Fortran 1.77% JavaScript 0.06% CSS 0.04% Perl 0.11% Mercury 0.84%
natural-language-processing nlp machine-learning crf neural-network conditional-random-fields graphical-models deep-learning

statnlp-framework's Introduction

StatNLP Framework

This is a C++ based implementation of StatNLP framework, designed and developed by StatNLP team of SUTD. For the related academic publications, please visit our website http://www.statnlp.org

How to Start

This document describes how to develop graphical machine learning model using our StatNLP framework.

Table of Contents

Requirements

  • MAC
  • Linux
  • Windows

Configure Eigen

Set the eigen directory in CMakeLists.txt.

set(EIGEN3_INCLUDE_DIR YOUR_PATH_TO_EIGEN)

Build Dynet (Option)

The dynet source code has been placed in project folder, and it will be automatically built when you compile the StatNLP. Meanwhile, you can also build dynet manually via command line.

cmake .. -DEIGEN3_INCLUDE_DIR=YOUR_PATH_TO EIGN -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-fsanitize=address"

The function get_args in file cl-args.h should be static.

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.