Module: LinkParser
- Defined in:
- lib/linkparser.rb,
ext/dictionary.c,
ext/linkparser.c,
lib/linkparser/mixins.rb
Overview
The LinkParser top-level namespace.
Defined Under Namespace
Modules: DeprecationUtilities Classes: Dictionary, Error, Linkage, ParseOptions, Sentence
Constant Summary
- VERSION =
Release version
'1.1.0'
Class Method Summary (collapse)
-
+ (String) link_grammar_version
Return the version of the link-grammar library the binding is linked against.
Class Method Details
+ (String) link_grammar_version
Return the version of the link-grammar library the binding is linked against.
|
|
# 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 )
|