Download project files

How do I verify a download?


110 of 21 releases

1.5.1 release from the trunk series released

Release information
Release notes:

Assorted fixes and enhancements.

Changelog:

New in version 1.5.1 (3 April 2014)
 * Extensive fixes for comparatives, from Rodas Solomon.
 * New TestRelEx.java adds more unit test cases.
 * Bugfix multi-language support.
 * OpenCog server can now return multiple parses.
 * Rename Inflection-TAG to Subscript-TAG.
 * Update Wikipedia processing scripts, including sentence splitter.
 * Add new rules for extraposition processing, from Rodas.
 * Add Vagrant support, for containerized build, install, run.

File Description Downloads
download icon relex-1.5.1.tar.gz (md5, sig) source tarball 410
last downloaded 6 days ago
Total downloads: 410

1.5.0 release from the trunk series released

Release information
Release notes:

General cleanup: remove dead code, revive decrepit shell scripts, add a demo server.

Changelog:

New in version 1.5.0 (21 November 2013)
 * Minor cleanup of windows *.bat file, build and config files.
 * Fix the link-grammar-server.sh file so that it works.
 * Fix the opencog-server.sh file so that the port number can be set.
 * Add a plain-text server, for demo'ing relex live on the web.
 * Remove the obsolete OpenCogXML* output classes. (500 LOC of Java removed)
 * Remove the obsolete Cerego-view classes (1.7 KLOC of Java removed)
 * Remove the obsolete frame code (2.8KLOC java, 11.2 KLOC rules)
 * Remove the obsolete GATE entity tagger (1.7 KLOC Java code)
 * Add a new Relex2Logic output style, from Alex van der Peet.
 * Allow different languages and dictionary locations to be set.

File Description Downloads
download icon relex-1.5.0.tar.gz (md5, sig) source tarball 189
last downloaded 45 weeks ago
Total downloads: 189

1.4.2 release from the trunk series released

Release information
Release notes:

Minor fixes and enhancements. Driven by need to stay compatible with link-grammar 4.8.0

Changelog:

New in version 1.4.2 (24 October 2013)
 * Updated maven pom file, from Krzysztof Wezowski.
 * Remove obsolete parser version, which didn't build any more.
 * Fix/remove assorted deprecated functions.
 * Print binary relations separated from unary attributes.
 * Fix "I want you to eat cake", from Rodas Solomon.
 * OWL updates from Lucky--

File Description Downloads
download icon relex-1.4.2.tar.gz (md5, sig) source tarball 56
last downloaded 45 weeks ago
Total downloads: 56

1.4.1 release from the trunk series released

Release information
Changelog:

New in version 1.4.1 (15 October 2012)
 * Fix POS tagging for conjunctions.
 * NLGen output view from Blake Lemoine
 * html view from James White
 * Various fixes to the Frame rules & code, from Joel Pitt

File Description Downloads
download icon relex-1.4.1.tar.gz (md5, sig) source code tarball 356
last downloaded 27 weeks ago
Total downloads: 356

1.4.0 release from the trunk series released

Release information
Release notes:

When link-grammar Version 4.7.0 came out, it offered a new, faster way of dealing with conjunctions, side-stepping many problems associated with "fat links". However, earlier versions of RelEx depended on fat links to handle conjunctions properly. This is the first RelEx release that correctly supports conjunction processing with the new link-grammar 4.7.x series.

Changelog:

New in version 1.4.0 (21 February 2011)
 * Fix conjunctions to work with current versions of link-grammar.
 * Fix anaphora printing for entities.
 * Fix build to look for OpenNLP-1.4 if OpenNLP-1.5 not found.

File Description Downloads
download icon relex-1.4.0.tar.gz (md5, sig) source code tarball 816
last downloaded 12 days ago
Total downloads: 816

1.3.1 release from the trunk series released

Release information
Release notes:

Bugfixes; add support for OpenNLP-1.5; see changelog for details

Changelog:

New in version 1.3.1 (15 January 2011)
 * Work around JWNL bug 3006600 for infinite loop --
   https://sourceforge.net/tracker/?func=detail&aid=3006600&group_id=33824&atid=409470
 * Add .n-f and .n-m linkgrammar gender tag recognition
 * Fix: anaphora resolution failure due to bad head-word identification.
 * Fix: missing frame concept error.
 * Fix: Add /usr/lib/jni to the library search path.
 * Add support for OpenNLP-1.5: launchpad bug 667949
   https://bugs.launchpad.net/relex/+bug/667949

File Description Downloads
download icon relex-1.3.1.tar.gz (md5, sig) source code tarball 132
last downloaded 45 weeks ago
Total downloads: 132

1.3.0 release from the trunk series released

Release information
Changelog:

New in version 1.3.0 (15 May 2009)
 * New date relationships for date tagging.
 * Fix: use of quantity in money expressions.
 * Downcase all flag names, so as to offer a more consistent usage.
 * Major restructuring of the entity maintainer interfaces
   (this bumps version number)
 * Fix certain morphology handlers e.g.'d->would or 'd->had
 * Misc frame rules fixes from Jim White, including a crash fix
 * Misc frame rules fixes from Fabricio Silva.
 * Clarify JWNL not found error message problems.

File Description Downloads
download icon relex-1.3.0.tar.gz (md5, sig) source code tarball 393
last downloaded 27 weeks ago
Total downloads: 393

1.2.1 release from the trunk series released

Release information
Release notes:

This release provides a significant new feature: Penn-Treebank-compatible POS tagging. This feature is currently "experimental", in that it has not been evaluated for accuracy; it appears to work reasonably well. It is currently intended only for use with the Stanford parser compatibility mode (thus providing Stanford-compatible POS tagging).

Another notable change is the fallback of using the standard Java sentence splitter if the OpenNLP-based sentence splitter is not installed. There are a number of bug fixes. Some of these improve POS tagging, while others provide fixes for operation with the OpenCog embodiment code.

IMPORTANT: This release *requires* link-grammar-4.6.5 or newer!

Changelog:

New in version 1.2.1 (3 November 2009)
 * Provide optional Penn-Treebank-compatible POS tagging.
 * Bug fixes for misc mis-identified POS tags
 * Bug fix for mis-identified advmod relation.
 * Improved word features, including comparative, superlative tagging, etc.
   IMPORTANT: This *requires* link-grammar-4.6.5 or newer!
 * Fix crash on opencog output module, on comparative sentences.
 * Fix: string substitution of "be" in frame rules (Fabricio)
 * Fix: correctly pass variable nodes to opencog (Fabricio)
 * Fix: printing of variables in the "simple view" (Fabricio)
 * Fix: misc pet-embodiment frame rule changes (Fabricio)
 * Move subscript-based feature tagging out of java code into algs file.
 * Remove usage of isPastTenseForm(), in favor of verb subscripts.
 * Fix: Fallback sentence splitter will use standard Java API.

File Description Downloads
download icon relex-1.2.1.tar.gz (md5, sig) source code tarball 518
last downloaded 11 weeks ago
Total downloads: 518

1.2.0 release from the trunk series released

Release information
Release notes:

The most prominent change in this release is the addition of a prototype Stanford-parser compatibility mode.

The Stanford parser provides a de facto standard definition of dependency relations used in parsing. Relex has a compatibility mode which attempts to generate the same output as the Stanford parser. This is an interesting thing to do, for two reasons:

   1) It provides a way of double-checking parse results,
   2) RelEx is nearly four times faster than the Stanford parser.

The compatibility mode is currently in "beta": it is almost fully implemented, but still has a number of rough spots that need work.

Changelog:

New in version 1.2.0 (12 October 2009)
 * Fixes DocSpliter fallback to behave when it is misconfigured.
 * Fixes for anaphora resolution; head-word was missing or mis-identified.
 * Fix crash when the distributed parser (remote parser) returns null.
 * Don't print the phrase string in the OpenCog server, it messes the output!
 * Fix issuing of _amod when superlative modifier is involved.
 * Fix OpenCog Frame output to include truth values (Fabricio)
 * Change OpenCog Frame output to hold frame references (Fabricio)
 * Frames: add new concept vars and production rules. (Fabricio)
 * Use PrepositionalRelationNode in OpenCog prep relation output.
 * Tag verbs of questions as hypothetical.
 * Explicitly identify "filler subjects" aka "expletives"
 * Identify parataxis clauses.
 * Sort parses into ranked order.
 * Remove % from _%quantity relation name.
 * Remove garbage generated for certain prepositional sentences.
 * Remove garbage generated for certain questions, e.g. "Where is the ball?"
 * Fix cases where direct, indirect object reversed.
 * Fix handling of future tense in certain cases.
 * Fix faulty printing of certain numeric quantities.
 * Fix bug with multiple _predadj in one sentence.
 * Add a prototype Stanford-parser compatibility mode.

File Description Downloads
download icon relex-1.2.0.tar.gz (md5, sig) source tarball 152
last downloaded 45 weeks ago
Total downloads: 152

1.1.0 release from the trunk series released

Release information
Release notes:

Fixes required by the opencog and lexat packages, including anaphora histories, and scheme output fixes. THIS VERSION REQUIRES link-grammar 4.5.8 OR NEWER!!

Changelog:

New in version 1.1.0 (2 July 2009)
 * Fix crash when generating scheme frames for opencog.
 * Distinct anaphora histories for distinct conversation streams.
 * Fix extents calculation in lexical chunker code.
 * Requires new Java interfaces in link-grammar version 4.5.8

File Description Downloads
download icon relex-1.1.0.tar.gz (md5, sig) source code tarball 112
last downloaded 45 weeks ago
Total downloads: 112

110 of 21 releases