// This file is part of AceWiki.
// Copyright 2008-2013, AceWiki developers.
//
// AceWiki is free software: you can redistribute it and/or modify it under the terms of the GNU
// Lesser General Public License as published by the Free Software Foundation, either version 3 of
// the License, or (at your option) any later version.
//
// AceWiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
// even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License along with AceWiki. If
// not, see http://www.gnu.org/licenses/.
/**
* This package implements an AceWiki language engine with the controlled natural language ACE as
* the front-end language and the semantic web language OWL as the logical language in the
* background.
*
* This package includes a Codeco grammar describing a subset of ACE:
* <ul>
* <li>Codeco: <a href="acewiki_grammar.pl" target="_top">acewiki_grammar.pl</a></li>
* <li>Prolog DCG: <a href="acewiki_grammar_dcg.pl" target="_top">acewiki_grammar_dcg.pl</a></li>
* <li>HTML: <a href="acewiki_grammar.html" target="_top">acewiki_grammar.html</a></li>
* <li>PDF: <a href="acewiki_grammar.pdf" target="_top">acewiki_grammar.pdf</a></li>
* <li>LaTeX: <a href="acewiki_grammar.tex" target="_top">acewiki_grammar.tex</a></li>
* </ul>
*
* @author Tobias Kuhn
*/
package ch.uzh.ifi.attempto.acewiki.aceowl;