tre-1 / tools /maltparser-1.9.2 /docs /api /org /maltparser /parser /class-use /ParserConfiguration.html
| <!-- NewPage --> | |
| <html lang="sv"> | |
| <head> | |
| <!-- Generated by javadoc (1.8.0_151) on Sun Feb 18 12:17:21 CET 2018 --> | |
| <title>Uses of Class org.maltparser.parser.ParserConfiguration (MaltParser 1.9.2)</title> | |
| <meta name="date" content="2018-02-18"> | |
| <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> | |
| <script type="text/javascript" src="../../../../script.js"></script> | |
| </head> | |
| <body> | |
| <script type="text/javascript"> | |
| </script> | |
| <noscript> | |
| <div>JavaScript is disabled on your browser.</div> | |
| </noscript> | |
| <!-- ========= START OF TOP NAVBAR ======= --> | |
| <div class="topNav"><a name="navbar.top"> | |
| <!-- --> | |
| </a> | |
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | |
| <a name="navbar.top.firstrow"> | |
| <!-- --> | |
| </a> | |
| <ul class="navList" title="Navigation"> | |
| <li><a href="../../../../overview-summary.html">Overview</a></li> | |
| <li><a href="../package-summary.html">Package</a></li> | |
| <li><a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">Class</a></li> | |
| <li class="navBarCell1Rev">Use</li> | |
| <li><a href="../package-tree.html">Tree</a></li> | |
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | |
| <li><a href="../../../../index-all.html">Index</a></li> | |
| <li><a href="../../../../help-doc.html">Help</a></li> | |
| </ul> | |
| <div class="aboutLanguage"><b>MaltParser 1.9.2</b></div> | |
| </div> | |
| <div class="subNav"> | |
| <ul class="navList"> | |
| <li>Prev</li> | |
| <li>Next</li> | |
| </ul> | |
| <ul class="navList"> | |
| <li><a href="../../../../index.html?org/maltparser/parser/class-use/ParserConfiguration.html" target="_top">Frames</a></li> | |
| <li><a href="ParserConfiguration.html" target="_top">No Frames</a></li> | |
| </ul> | |
| <ul class="navList" id="allclasses_navbar_top"> | |
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | |
| </ul> | |
| <div> | |
| <script type="text/javascript"> | |
| </script> | |
| </div> | |
| <a name="skip.navbar.top"> | |
| <!-- --> | |
| </a></div> | |
| <!-- ========= END OF TOP NAVBAR ========= --> | |
| <div class="header"> | |
| <h2 title="Uses of Class org.maltparser.parser.ParserConfiguration" class="title">Uses of Class<br>org.maltparser.parser.ParserConfiguration</h2> | |
| </div> | |
| <div class="classUseContainer"> | |
| <ul class="blockList"> | |
| <li class="blockList"> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> | |
| <caption><span>Packages that use <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Package</th> | |
| <th class="colLast" scope="col">Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><a href="#org.maltparser.core.lw.parser">org.maltparser.core.lw.parser</a></td> | |
| <td class="colLast"> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><a href="#org.maltparser.parser">org.maltparser.parser</a></td> | |
| <td class="colLast"> | |
| <div class="block">The top package for Single Malt Parser.</div> | |
| </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><a href="#org.maltparser.parser.algorithm.covington">org.maltparser.parser.algorithm.covington</a></td> | |
| <td class="colLast"> | |
| <div class="block">Implements the Covington deterministic parsing algorithms.</div> | |
| </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><a href="#org.maltparser.parser.algorithm.nivre">org.maltparser.parser.algorithm.nivre</a></td> | |
| <td class="colLast"> | |
| <div class="block">Implements the Nivre deterministic parsing algorithms.</div> | |
| </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><a href="#org.maltparser.parser.algorithm.planar">org.maltparser.parser.algorithm.planar</a></td> | |
| <td class="colLast"> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><a href="#org.maltparser.parser.algorithm.stack">org.maltparser.parser.algorithm.stack</a></td> | |
| <td class="colLast"> | |
| <div class="block">Implements the Stack parsing algorithms.</div> | |
| </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><a href="#org.maltparser.parser.algorithm.twoplanar">org.maltparser.parser.algorithm.twoplanar</a></td> | |
| <td class="colLast"> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><a href="#org.maltparser.parser.guide">org.maltparser.parser.guide</a></td> | |
| <td class="colLast"> | |
| <div class="block">Contains classes that implements the guide, which can be seen as an interface (or glue) between the parsing algorithm and the learner.</div> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </li> | |
| <li class="blockList"> | |
| <ul class="blockList"> | |
| <li class="blockList"><a name="org.maltparser.core.lw.parser"> | |
| <!-- --> | |
| </a> | |
| <h3>Uses of <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> in <a href="../../../../org/maltparser/core/lw/parser/package-summary.html">org.maltparser.core.lw.parser</a></h3> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/core/lw/parser/package-summary.html">org.maltparser.core.lw.parser</a> that return <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">LWDeterministicParser.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/core/lw/parser/LWDeterministicParser.html#getCurrentParserConfiguration--">getCurrentParserConfiguration</a></span>()</code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </li> | |
| <li class="blockList"><a name="org.maltparser.parser"> | |
| <!-- --> | |
| </a> | |
| <h3>Uses of <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> in <a href="../../../../org/maltparser/parser/package-summary.html">org.maltparser.parser</a></h3> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> | |
| <caption><span>Fields in <a href="../../../../org/maltparser/parser/package-summary.html">org.maltparser.parser</a> declared as <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Field and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>protected <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">ParsingAlgorithm.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/ParsingAlgorithm.html#currentParserConfiguration">currentParserConfiguration</a></span></code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/parser/package-summary.html">org.maltparser.parser</a> that return <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">ParserState.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/ParserState.html#getConfiguration--">getConfiguration</a></span>()</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">ParsingAlgorithm.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/ParsingAlgorithm.html#getCurrentParserConfiguration--">getCurrentParserConfiguration</a></span>()</code> | |
| <div class="block">Returns the current active parser configuration</div> | |
| </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">AlgoritmInterface.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/AlgoritmInterface.html#getCurrentParserConfiguration--">getCurrentParserConfiguration</a></span>()</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">AbstractParserFactory.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/AbstractParserFactory.html#makeParserConfiguration--">makeParserConfiguration</a></span>()</code> | |
| <div class="block">Creates a parser configuration</div> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/parser/package-summary.html">org.maltparser.parser</a> with parameters of type <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>abstract void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">TransitionSystem.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/TransitionSystem.html#apply-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">apply</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code>abstract <a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">TransitionSystem.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/TransitionSystem.html#defaultAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">defaultAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>abstract <a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">TransitionSystem.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/TransitionSystem.html#getDeterministicAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">getDeterministicAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code>abstract boolean</code></td> | |
| <td class="colLast"><span class="typeNameLabel">TransitionSystem.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/TransitionSystem.html#permissible-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">permissible</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>protected void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">ParsingAlgorithm.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/ParsingAlgorithm.html#setCurrentParserConfiguration-org.maltparser.parser.ParserConfiguration-">setCurrentParserConfiguration</a></span>(<a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> currentParserConfiguration)</code> | |
| <div class="block">Sets the current parser configuration</div> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </li> | |
| <li class="blockList"><a name="org.maltparser.parser.algorithm.covington"> | |
| <!-- --> | |
| </a> | |
| <h3>Uses of <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> in <a href="../../../../org/maltparser/parser/algorithm/covington/package-summary.html">org.maltparser.parser.algorithm.covington</a></h3> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> | |
| <caption><span>Subclasses of <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> in <a href="../../../../org/maltparser/parser/algorithm/covington/package-summary.html">org.maltparser.parser.algorithm.covington</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Class and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>class </code></td> | |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/covington/CovingtonConfig.html" title="class in org.maltparser.parser.algorithm.covington">CovingtonConfig</a></span></code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/parser/algorithm/covington/package-summary.html">org.maltparser.parser.algorithm.covington</a> that return <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">CovingtonFactory.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/covington/CovingtonFactory.html#makeParserConfiguration--">makeParserConfiguration</a></span>()</code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/parser/algorithm/covington/package-summary.html">org.maltparser.parser.algorithm.covington</a> with parameters of type <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">NonProjective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/covington/NonProjective.html#apply-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">apply</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code>void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">Projective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/covington/Projective.html#apply-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">apply</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">NonProjective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/covington/NonProjective.html#defaultAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">defaultAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">Projective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/covington/Projective.html#defaultAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">defaultAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">NonProjective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/covington/NonProjective.html#getDeterministicAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">getDeterministicAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">Projective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/covington/Projective.html#getDeterministicAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">getDeterministicAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">CovingtonConfig.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/covington/CovingtonConfig.html#initialize-org.maltparser.parser.ParserConfiguration-">initialize</a></span>(<a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> parserConfiguration)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code>boolean</code></td> | |
| <td class="colLast"><span class="typeNameLabel">NonProjective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/covington/NonProjective.html#permissible-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">permissible</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>boolean</code></td> | |
| <td class="colLast"><span class="typeNameLabel">Projective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/covington/Projective.html#permissible-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">permissible</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">CovingtonOracle.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/covington/CovingtonOracle.html#predict-org.maltparser.core.syntaxgraph.DependencyStructure-org.maltparser.parser.ParserConfiguration-">predict</a></span>(<a href="../../../../org/maltparser/core/syntaxgraph/DependencyStructure.html" title="interface in org.maltparser.core.syntaxgraph">DependencyStructure</a> gold, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </li> | |
| <li class="blockList"><a name="org.maltparser.parser.algorithm.nivre"> | |
| <!-- --> | |
| </a> | |
| <h3>Uses of <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> in <a href="../../../../org/maltparser/parser/algorithm/nivre/package-summary.html">org.maltparser.parser.algorithm.nivre</a></h3> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> | |
| <caption><span>Subclasses of <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> in <a href="../../../../org/maltparser/parser/algorithm/nivre/package-summary.html">org.maltparser.parser.algorithm.nivre</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Class and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>class </code></td> | |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/nivre/NivreConfig.html" title="class in org.maltparser.parser.algorithm.nivre">NivreConfig</a></span></code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/parser/algorithm/nivre/package-summary.html">org.maltparser.parser.algorithm.nivre</a> that return <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">NivreFactory.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/nivre/NivreFactory.html#makeParserConfiguration--">makeParserConfiguration</a></span>()</code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/parser/algorithm/nivre/package-summary.html">org.maltparser.parser.algorithm.nivre</a> with parameters of type <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">ArcStandard.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/nivre/ArcStandard.html#apply-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">apply</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code>void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">ArcEager.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/nivre/ArcEager.html#apply-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">apply</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">ArcStandard.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/nivre/ArcStandard.html#defaultAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">defaultAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">ArcEager.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/nivre/ArcEager.html#defaultAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">defaultAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">ArcStandard.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/nivre/ArcStandard.html#getDeterministicAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">getDeterministicAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">ArcEager.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/nivre/ArcEager.html#getDeterministicAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">getDeterministicAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">NivreConfig.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/nivre/NivreConfig.html#initialize-org.maltparser.parser.ParserConfiguration-">initialize</a></span>(<a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> parserConfiguration)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code>boolean</code></td> | |
| <td class="colLast"><span class="typeNameLabel">ArcStandard.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/nivre/ArcStandard.html#permissible-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">permissible</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>boolean</code></td> | |
| <td class="colLast"><span class="typeNameLabel">ArcEager.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/nivre/ArcEager.html#permissible-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">permissible</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">ArcEagerOracle.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/nivre/ArcEagerOracle.html#predict-org.maltparser.core.syntaxgraph.DependencyStructure-org.maltparser.parser.ParserConfiguration-">predict</a></span>(<a href="../../../../org/maltparser/core/syntaxgraph/DependencyStructure.html" title="interface in org.maltparser.core.syntaxgraph">DependencyStructure</a> gold, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">ArcStandardOracle.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/nivre/ArcStandardOracle.html#predict-org.maltparser.core.syntaxgraph.DependencyStructure-org.maltparser.parser.ParserConfiguration-">predict</a></span>(<a href="../../../../org/maltparser/core/syntaxgraph/DependencyStructure.html" title="interface in org.maltparser.core.syntaxgraph">DependencyStructure</a> gold, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </li> | |
| <li class="blockList"><a name="org.maltparser.parser.algorithm.planar"> | |
| <!-- --> | |
| </a> | |
| <h3>Uses of <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> in <a href="../../../../org/maltparser/parser/algorithm/planar/package-summary.html">org.maltparser.parser.algorithm.planar</a></h3> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> | |
| <caption><span>Subclasses of <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> in <a href="../../../../org/maltparser/parser/algorithm/planar/package-summary.html">org.maltparser.parser.algorithm.planar</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Class and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>class </code></td> | |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/planar/PlanarConfig.html" title="class in org.maltparser.parser.algorithm.planar">PlanarConfig</a></span></code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/parser/algorithm/planar/package-summary.html">org.maltparser.parser.algorithm.planar</a> that return <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">PlanarFactory.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/planar/PlanarFactory.html#makeParserConfiguration--">makeParserConfiguration</a></span>()</code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/parser/algorithm/planar/package-summary.html">org.maltparser.parser.algorithm.planar</a> with parameters of type <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">Planar.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/planar/Planar.html#apply-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">apply</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">Planar.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/planar/Planar.html#defaultAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">defaultAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">Planar.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/planar/Planar.html#getDeterministicAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">getDeterministicAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code>void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">PlanarConfig.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/planar/PlanarConfig.html#initialize-org.maltparser.parser.ParserConfiguration-">initialize</a></span>(<a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> parserConfiguration)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>boolean</code></td> | |
| <td class="colLast"><span class="typeNameLabel">Planar.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/planar/Planar.html#permissible-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">permissible</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">PlanarArcEagerOracle.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/planar/PlanarArcEagerOracle.html#predict-org.maltparser.core.syntaxgraph.DependencyStructure-org.maltparser.parser.ParserConfiguration-">predict</a></span>(<a href="../../../../org/maltparser/core/syntaxgraph/DependencyStructure.html" title="interface in org.maltparser.core.syntaxgraph">DependencyStructure</a> gold, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </li> | |
| <li class="blockList"><a name="org.maltparser.parser.algorithm.stack"> | |
| <!-- --> | |
| </a> | |
| <h3>Uses of <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> in <a href="../../../../org/maltparser/parser/algorithm/stack/package-summary.html">org.maltparser.parser.algorithm.stack</a></h3> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> | |
| <caption><span>Subclasses of <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> in <a href="../../../../org/maltparser/parser/algorithm/stack/package-summary.html">org.maltparser.parser.algorithm.stack</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Class and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>class </code></td> | |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/StackConfig.html" title="class in org.maltparser.parser.algorithm.stack">StackConfig</a></span></code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/parser/algorithm/stack/package-summary.html">org.maltparser.parser.algorithm.stack</a> that return <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">StackFactory.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/StackFactory.html#makeParserConfiguration--">makeParserConfiguration</a></span>()</code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/parser/algorithm/stack/package-summary.html">org.maltparser.parser.algorithm.stack</a> with parameters of type <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">NonProjective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/NonProjective.html#apply-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">apply</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code>void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">Projective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/Projective.html#apply-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">apply</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">NonProjective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/NonProjective.html#defaultAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">defaultAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">Projective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/Projective.html#defaultAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">defaultAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">NonProjective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/NonProjective.html#getDeterministicAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">getDeterministicAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">Projective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/Projective.html#getDeterministicAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">getDeterministicAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">StackConfig.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/StackConfig.html#initialize-org.maltparser.parser.ParserConfiguration-">initialize</a></span>(<a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> parserConfiguration)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code>boolean</code></td> | |
| <td class="colLast"><span class="typeNameLabel">NonProjective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/NonProjective.html#permissible-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">permissible</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>boolean</code></td> | |
| <td class="colLast"><span class="typeNameLabel">Projective.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/Projective.html#permissible-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">permissible</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">SwapEagerOracle.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/SwapEagerOracle.html#predict-org.maltparser.core.syntaxgraph.DependencyStructure-org.maltparser.parser.ParserConfiguration-">predict</a></span>(<a href="../../../../org/maltparser/core/syntaxgraph/DependencyStructure.html" title="interface in org.maltparser.core.syntaxgraph">DependencyStructure</a> gold, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">ProjectiveOracle.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/ProjectiveOracle.html#predict-org.maltparser.core.syntaxgraph.DependencyStructure-org.maltparser.parser.ParserConfiguration-">predict</a></span>(<a href="../../../../org/maltparser/core/syntaxgraph/DependencyStructure.html" title="interface in org.maltparser.core.syntaxgraph">DependencyStructure</a> gold, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">SwapLazyOracle.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/stack/SwapLazyOracle.html#predict-org.maltparser.core.syntaxgraph.DependencyStructure-org.maltparser.parser.ParserConfiguration-">predict</a></span>(<a href="../../../../org/maltparser/core/syntaxgraph/DependencyStructure.html" title="interface in org.maltparser.core.syntaxgraph">DependencyStructure</a> gold, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </li> | |
| <li class="blockList"><a name="org.maltparser.parser.algorithm.twoplanar"> | |
| <!-- --> | |
| </a> | |
| <h3>Uses of <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> in <a href="../../../../org/maltparser/parser/algorithm/twoplanar/package-summary.html">org.maltparser.parser.algorithm.twoplanar</a></h3> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> | |
| <caption><span>Subclasses of <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> in <a href="../../../../org/maltparser/parser/algorithm/twoplanar/package-summary.html">org.maltparser.parser.algorithm.twoplanar</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Class and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>class </code></td> | |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/twoplanar/TwoPlanarConfig.html" title="class in org.maltparser.parser.algorithm.twoplanar">TwoPlanarConfig</a></span></code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/parser/algorithm/twoplanar/package-summary.html">org.maltparser.parser.algorithm.twoplanar</a> that return <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">TwoPlanarFactory.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/twoplanar/TwoPlanarFactory.html#makeParserConfiguration--">makeParserConfiguration</a></span>()</code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/parser/algorithm/twoplanar/package-summary.html">org.maltparser.parser.algorithm.twoplanar</a> with parameters of type <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">TwoPlanar.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/twoplanar/TwoPlanar.html#apply-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">apply</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">TwoPlanar.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/twoplanar/TwoPlanar.html#defaultAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">defaultAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> configuration)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">TwoPlanar.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/twoplanar/TwoPlanar.html#getDeterministicAction-org.maltparser.parser.history.GuideUserHistory-org.maltparser.parser.ParserConfiguration-">getDeterministicAction</a></span>(<a href="../../../../org/maltparser/parser/history/GuideUserHistory.html" title="interface in org.maltparser.parser.history">GuideUserHistory</a> history, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code>void</code></td> | |
| <td class="colLast"><span class="typeNameLabel">TwoPlanarConfig.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/twoplanar/TwoPlanarConfig.html#initialize-org.maltparser.parser.ParserConfiguration-">initialize</a></span>(<a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> parserConfiguration)</code> </td> | |
| </tr> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code>boolean</code></td> | |
| <td class="colLast"><span class="typeNameLabel">TwoPlanar.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/twoplanar/TwoPlanar.html#permissible-org.maltparser.parser.history.action.GuideUserAction-org.maltparser.parser.ParserConfiguration-">permissible</a></span>(<a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a> currentAction, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| <tr class="rowColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">TwoPlanarArcEagerOracle.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/algorithm/twoplanar/TwoPlanarArcEagerOracle.html#predict-org.maltparser.core.syntaxgraph.DependencyStructure-org.maltparser.parser.ParserConfiguration-">predict</a></span>(<a href="../../../../org/maltparser/core/syntaxgraph/DependencyStructure.html" title="interface in org.maltparser.core.syntaxgraph">DependencyStructure</a> gold, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </li> | |
| <li class="blockList"><a name="org.maltparser.parser.guide"> | |
| <!-- --> | |
| </a> | |
| <h3>Uses of <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> in <a href="../../../../org/maltparser/parser/guide/package-summary.html">org.maltparser.parser.guide</a></h3> | |
| <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> | |
| <caption><span>Methods in <a href="../../../../org/maltparser/parser/guide/package-summary.html">org.maltparser.parser.guide</a> with parameters of type <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a></span><span class="tabEnd"> </span></caption> | |
| <tr> | |
| <th class="colFirst" scope="col">Modifier and Type</th> | |
| <th class="colLast" scope="col">Method and Description</th> | |
| </tr> | |
| <tbody> | |
| <tr class="altColor"> | |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/history/action/GuideUserAction.html" title="interface in org.maltparser.parser.history.action">GuideUserAction</a></code></td> | |
| <td class="colLast"><span class="typeNameLabel">OracleGuide.</span><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/OracleGuide.html#predict-org.maltparser.core.syntaxgraph.DependencyStructure-org.maltparser.parser.ParserConfiguration-">predict</a></span>(<a href="../../../../org/maltparser/core/syntaxgraph/DependencyStructure.html" title="interface in org.maltparser.core.syntaxgraph">DependencyStructure</a> gold, | |
| <a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">ParserConfiguration</a> config)</code> </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </li> | |
| </ul> | |
| </li> | |
| </ul> | |
| </div> | |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> | |
| <div class="bottomNav"><a name="navbar.bottom"> | |
| <!-- --> | |
| </a> | |
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | |
| <a name="navbar.bottom.firstrow"> | |
| <!-- --> | |
| </a> | |
| <ul class="navList" title="Navigation"> | |
| <li><a href="../../../../overview-summary.html">Overview</a></li> | |
| <li><a href="../package-summary.html">Package</a></li> | |
| <li><a href="../../../../org/maltparser/parser/ParserConfiguration.html" title="class in org.maltparser.parser">Class</a></li> | |
| <li class="navBarCell1Rev">Use</li> | |
| <li><a href="../package-tree.html">Tree</a></li> | |
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | |
| <li><a href="../../../../index-all.html">Index</a></li> | |
| <li><a href="../../../../help-doc.html">Help</a></li> | |
| </ul> | |
| <div class="aboutLanguage"><b>MaltParser 1.9.2</b></div> | |
| </div> | |
| <div class="subNav"> | |
| <ul class="navList"> | |
| <li>Prev</li> | |
| <li>Next</li> | |
| </ul> | |
| <ul class="navList"> | |
| <li><a href="../../../../index.html?org/maltparser/parser/class-use/ParserConfiguration.html" target="_top">Frames</a></li> | |
| <li><a href="ParserConfiguration.html" target="_top">No Frames</a></li> | |
| </ul> | |
| <ul class="navList" id="allclasses_navbar_bottom"> | |
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | |
| </ul> | |
| <div> | |
| <script type="text/javascript"> | |
| </script> | |
| </div> | |
| <a name="skip.navbar.bottom"> | |
| <!-- --> | |
| </a></div> | |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> | |
| <p class="legalCopy"><small>Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.</small></p> | |
| </body> | |
| </html> | |