University of Zurich University of Zurich University of Zurich

Attempto Downloads

Attempto Parsing Engine (APE)

The source code of the Attempto Parsing Engine (APE) plus some related tools is available on GitHub under the GNU Lesser General Public License:

The downloads can be found here:

APE is written in Prolog, specifically SWI-Prolog. In order to use APE, you must install SWI-Prolog and its packages (minimally: clib, sgml and http) first. Recent versions of SWI-Prolog (5.6.57 and higher) should be OK. SWI-Prolog is available in a pre-compiled form for Windows, Mac OS X and many Linux distributions.

There is an easy-to-use command-line tool `ape.exe' that provides an interface to APE and the other modules. For example, executing:

./ape.exe -text "Every man is a human." -solo drsxml

will output the DRS of the ACE sentence "Every man is a human." in XML.

To compile this command-line tool, just execute `make_exe.sh' (or `make_exe.bat', if you are using Windows).

APE also comes with a Java interface (previously called Attempto Java Packages).

Furthermore, there is a content words lexicon with ~100,000 entries under the GNU General Public License.

AceWiki

AceWiki and the ACE Editor are hosted on GitHub too:

Previously, AceWiki was hosted on Launchpad:

Older versions

Older versions can be downloaded here:

last updated: 08 Jan 2012 Tobias Kuhn [back to top | home]