Module: LinkParser

Defined in:
lib/linkparser.rb,
ext/dictionary.c,
ext/linkparser.c,
lib/linkparser/mixins.rb

Overview

The LinkParser top-level namespace.

Author:

Defined Under Namespace

Modules: DeprecationUtilities Classes: Dictionary, Error, Linkage, ParseOptions, Sentence

Constant Summary

VERSION =

Release version

'1.1.0'

Class Method Summary (collapse)

Class Method Details

Return the version of the link-grammar library the binding is linked against.

Returns:

  • (String)


# File 'ext/linkparser.c'

/*
 *  call-seq:
 *     LinkParser.link_grammar_version   -> string
 *
 *  Return the version of the link-grammar library the binding is linked against.
 *
 */
static VALUE
rlink_link_grammar_version( VALUE self )