Skip to content

Commit

Permalink
Move dead projects to the dead project folder
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Mar 8, 2024
1 parent 8eeb566 commit 70c57e5
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 59 deletions.
57 changes: 57 additions & 0 deletions dead-project-archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,65 @@ <h3>Language generation</h3>
</ul>
</p>

<hr />
<h3>Assorted Obsolete projects</h3>

<dl>

<dt><b>RelEx Semantic Relation Extractor</b></dt>
<dd><a href="https://wiki.opencog.org/w/RelEx">RelEx</a>
is an English-language semantic relationship extractor, built on
the Link Parser. It can identify subject, object,
indirect object and many other relationships between words in a
sentence. It will also provide part-of-speech tagging, noun-number
tagging, verb tense tagging, gender tagging, and so on. RelEx includes a
basic implementation of the Hobbs anaphora (pronoun) resolution
algorithm.
<p>
<b>On-line Link Grammar &amp; RelEx Demo</b>
You can try the parser online,
<a href="https://linkgrammar.herokuapp.com/">here</a>.
</dd>

<dt><b>.Net Framework bindings</b></dt>
<dd><a href="http://proai.com/cs/files/folders/linkgrammar/default.aspx">.Net
interface to Link Grammar</a> from Leonard Chalk/ProAI.
<p>
Old, circa 2007, probably bit-rotted.
The proai.com domain has been abandoned in 2010.
<a href="./mirrors/LinkGrammar-01-22-07.zip">Archive copy here</a>
</dd>

<dt><b>Ruby bindings</b></dt>
<dd>Ruby bindings are coordinated at the
<a href="https://www.deveiate.org/projects/Ruby-LinkParser">Ruby-LinkParser</a>
website. The code can be found at the
<a href="https://github.com/ged/linkparser">ged/link-parser</a>
github page.
<p>
Obsolete, no longer available.
</dd>

<dt><b>Perl bindings</b></dt>
<dd>Perl bindings, created by Danny Brian, can be found on the
<a href="https://search.cpan.org/~dbrian/Lingua-LinkParser/">Lingua-LinkParser</a>
page on CPAN. Caution: those bindings appear to be unmaintained;
currently, they include features that were removed more than than
five years ago. (We encourage a new maintainer to step up!)
There is also a
<a href="https://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0010.html">tutorial</a>
written against a very old version of the bindings; some details may
be different.
</dd>

<dt><b>Psi Toolkit (Perl)</b></dt>
<dd>The <a href="http://psi-toolkit.amu.edu.pl/">Psi Toolkit</a>, an NLP
toolkit aimed at linguists and NLP engineers, includes bindings for
link-grammar, via perl.
<p>
Website no longer exists.
</dd>

<dt><b>Delphi bindings</b></dt>
<dd>Delphi (Pascal) is a popular development environment for Windows.
The
Expand Down Expand Up @@ -121,6 +177,7 @@ <h3>Assorted Obsolete projects</h3>
merged back into the current project. <b>NOTE:</b> these
extensions are rather old, and it is likely that they are no longer
compatible with current link-grammar versions.
<p>
Deprecated
</dd>

Expand Down
59 changes: 0 additions & 59 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,65 +576,6 @@ <h3>Natural Language Support</h3>

</dl>

<h3>Adjunct Projects</h3>
<P>
The default distribution for Link Grammar includes bindings for Java,
Python, Vala, OCaML, Common Lisp, and AutoIt, as well as a SWIG FFI
interface file. Additional language bindings, and some related projects,
are listed below:
</P>

<dl>
<!-- <font color=#ff0000><i>(New!)</i></font> -->

<dt><b>RelEx Semantic Relation Extractor</b></dt>
<dd><a href="https://wiki.opencog.org/w/RelEx">RelEx</a>
is an English-language semantic relationship extractor, built on
the Link Parser. It can identify subject, object,
indirect object and many other relationships between words in a
sentence. It will also provide part-of-speech tagging, noun-number
tagging, verb tense tagging, gender tagging, and so on. RelEx includes a
basic implementation of the Hobbs anaphora (pronoun) resolution
algorithm.
</dd>

<!--
The proai.com domain has been abandoned in 2010.
<a href="http://proai.com/cs/files/folders/linkgrammar/default.aspx">.Net
-->
<dt><b>.Net Framework bindings</b></dt>
<dd><a href="./mirrors/LinkGrammar-01-22-07.zip">.Net
interface to Link Grammar</a> from Leonard Chalk/ProAI. Old,
circa 2007, probably bit-rotted.
</dd>


<dt><b>Ruby bindings</b></dt>
<dd>Ruby bindings are coordinated at the
<a href="https://www.deveiate.org/projects/Ruby-LinkParser">Ruby-LinkParser</a>
website. The code can be found at the
<a href="https://github.com/ged/linkparser">ged/link-parser</a>
github page.
</dd>

<dt><b>Perl bindings</b></dt>
<dd>Perl bindings, created by Danny Brian, can be found on the
<a href="https://search.cpan.org/~dbrian/Lingua-LinkParser/">Lingua-LinkParser</a>
page on CPAN. Caution: those bindings appear to be unmaintained;
currently, they include features that were removed more than than
five years ago. (We encourage a new maintainer to step up!)
There is also a
<a href="https://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0010.html">tutorial</a>
written against a very old version of the bindings; some details may
be different.
</dd>

<dt><b>Psi Toolkit (Perl)</b></dt>
<dd>The <a href="http://psi-toolkit.amu.edu.pl/">Psi Toolkit</a>, an NLP
toolkit aimed at linguists and NLP engineers, includes bindings for
link-grammar, via perl.
</dd>

<h3>Dead Projects</h3>
Here's a list of all of the
<a href="dead-project-archive.html">dead and obsolete projects</a>
Expand Down

0 comments on commit 70c57e5

Please sign in to comment.