Giter Site home page Giter Site logo

kawayu / enju Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mynlp/enju

0.0 2.0 0.0 107.62 MB

English HPSG parser

License: Other

Makefile 3.98% Shell 4.47% M4 0.29% C++ 36.82% C 0.09% JavaScript 0.10% sed 0.01% Perl 0.28% Emacs Lisp 0.16% CSS 0.07% XSLT 0.09% HTML 0.77% LLVM 0.08% Yacc 0.36% Roff 52.40% Batchfile 0.03%

enju's Introduction

Enju: English HPSG parser

Copyright (c) 2005-2010, Tsujii Laboratory, The University of Tokyo.
All rights reserved.

----------------------------------------------------------------------
See "COPYING" for license information.
See "enju-manual/index.html" (or "lib/enju-manual/index.html" in the binary package) for the usage of Enju.
----------------------------------------------------------------------

Enju is a syntactic analyzer for English. A grammar is based on
Head-driven Phrase Structure Grammar (HPSG), which is a linguistic
theory for syntax. Since this system computes more detailed structure
of sentences than CFG parsers, you can obtain various information such
as predicate-argument structures.

For example, Enju can parse the following sentence,

It's falling like a stone, said Danny Linger, a pit trader who was
standing outside the London International Financial Futures Exchange.

and you will get the results that the subject of "said" is "Danny
Linger" and the complement is "it's falling like a stone", and the
subject of "standing outside..." is "pit trader".

See "INSTALL" or the manual (enju-manual/index.html) for the
installation procedure.

----------------------------------------------------------------------

How to run Enju:

1. Run "enju".
2. Input a sentence in a line.  Each line will be parsed and all
   predicate-argument relations in the sentence will be output.

For other formats for more detailed output (the XML and stand-off
formats), see the manual (enju-manual/index.html).

enju's People

Contributors

miyao-yusuke avatar

Watchers

James Cloos 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.