GithubHelp home page GithubHelp logo

parallelmeaningbank / elephant Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 3.0 3.06 MB

Elephant - Sequence labeling for word and sentence segmentation

Home Page: http://gmb.let.rug.nl/elephant/about.php

Makefile 0.43% Python 7.00% Shell 0.22% C++ 23.71% C 62.76% Roff 5.89%

elephant's Introduction

For more information, see http://gmb.let.rug.nl/elephant/about.php

To install elephant simply type

$ make ; make install

this will compile the external tools wapiti and elman and copy the
executables files in /usr/local/bin . To change the destination directory
the variable PREFIX in the Makefile has to be edited.

After installation, elephant is invoked like in these examples:

(PTB-style output)
$ echo 'Good morning Mr. President.' | elephant -m models/english

(IOB output format)
$ echo 'Good morning Mr. President.' | elephant -m models/english -f iob

It is also possible to run elephant from the source directory without need
to install it, by just typing

$ make

and invoking the executable from the current directory, e.g.

$ echo 'Good morning Mr. President.' | ./elephant -m models/english/

Included in the distribution there are the models for sentence and word boundary
detection of English, Dutch and Italian.

elephant's People

Contributors

texttheater avatar hslh avatar

Stargazers

Nikolaus Schlemm avatar Leon Wetzel avatar Sina Ahmadi avatar Baoqiang Cao avatar  avatar Rainer Killinger avatar Folgert Karsdorp avatar  avatar

Watchers

 avatar Armando Ramos avatar James Cloos avatar Valerio Basile avatar Johannes Bjerva avatar Baoqiang Cao avatar  avatar Johan Bos avatar

Forkers

abcdev jie-mei wisn

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.