Package ch.uzh.ifi.attempto.ape

This package provides interfaces to the Attempto Parsing Engine (APE).

See:
          Description

Class Summary
ACEParser This is an interface to the Attempto Parsing Engine (APE), that translates sentences in Attempto Controlled English (ACE) into logic.
ACEParserResult This class represents the output that is returned by the ACEParser class.
ACEUtils This class contains ACE-related utility methods.
APELocal This class provides an interface to the SWI Prolog executable of the Attempto Parsing Engine (APE).
APESocket This class provides an interface to the Attempto Parsing Engine (APE) socket server.
APEWebservice This class provides an interface to the Attempto Parsing Engine (APE) webservice (i.e.
FunctionWords This class contains the function words of ACE.
Lexicon This class represents a lexicon which consists of a set of lexicon entries.
LexiconEntry This class represents a single lexicon entry.
Message This class represents a warning or error message of the ACE parser.
MessageContainer This class is a container for error and warning messages.
PrologUtils This class contains Prolog-related utility methods.
SyntaxBoxes This class generates the colored syntax boxes in HTML notation on the basis of the syntax tree of an ACE sentence.
 

Enum Summary
Gender This enumeration lists the possible gender types for nouns and proper names.
OutputType This enumeration lists all the possible outputs of the ACE parser.
 

Exception Summary
ACEParserException This exception is used by the ACE parser when used in solo mode.
 

Package ch.uzh.ifi.attempto.ape Description

This package provides interfaces to the Attempto Parsing Engine (APE).

Author:
Kaarel Kaljurand, Tobias Kuhn


Copyright 2008-2010, Attempto Group, University of Zurich (see http://attempto.ifi.uzh.ch)