caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* ANNOUNCE - Ocaml interface to Link Grammar
@ 2006-05-25  9:18 ramu ramamurthy
  0 siblings, 0 replies; only message in thread
From: ramu ramamurthy @ 2006-05-25  9:18 UTC (permalink / raw)
  To: caml-list


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-25  9:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-25  9:18 ANNOUNCE - Ocaml interface to Link Grammar ramu ramamurthy

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).