caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: ramu ramamurthy <ramu_ramamurthy@yahoo.com>
To: caml-list@inria.fr
Subject: ANNOUNCE - Ocaml interface to Link Grammar
Date: Thu, 25 May 2006 02:18:04 -0700 (PDT)	[thread overview]
Message-ID: <20060525091804.94260.qmail@web54314.mail.yahoo.com> (raw)


This package contains the OCaml interface to Link
Grammar. It enables Ocaml applications to use Link
Grammar to parse English sentences. For more
information on Link Grammar refer
http://www.link.cs.cmu.edu/link/
(Link Grammar is available as a free download).

Download

http://ramamurthy.ramu.googlepages.com/ocamllinkgrammar

The package contains:

    * README.txt
    * linkgrammar.mli   (module interface)
    * linkgrammar.ml   (module implementation)
    * linkgrammar.c     (OCaml interface to
linkgrammar C-API)
    * utApi.ml             (API test)
    * utBatch.ml         (API test - Parse sentences
from a file)

Example

"Janet, who is an expert on dogs, helped me choose
one"

Parse Tree: 

  S
    NP
      NP
        Janet
      ,
      SBAR
        WHNP
          who
        S
          VP
            is
            NP
              an
              expert
            PP
              on
              NP
                dogs
    VP
      helped
      NP
        me
      VP
        choose
        NP
          one


                 reply	other threads:[~2006-05-25  9:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060525091804.94260.qmail@web54314.mail.yahoo.com \
    --to=ramu_ramamurthy@yahoo.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).