| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| |
| <html lang="sv"> |
| <head> |
| |
| <title>SingleGuide (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"><!-- |
| try { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="SingleGuide (MaltParser 1.9.2)"; |
| } |
| } |
| catch(err) { |
| } |
| |
| var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10}; |
| var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; |
| var altColor = "altColor"; |
| var rowColor = "rowColor"; |
| var tableTab = "tableTab"; |
| var activeTableTab = "activeTableTab"; |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| |
| <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 class="navBarCell1Rev">Class</li> |
| <li><a href="class-use/SingleGuide.html">Use</a></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><a href="../../../../org/maltparser/parser/guide/OracleGuide.html" title="interface in org.maltparser.parser.guide"><span class="typeNameLink">Prev Class</span></a></li> |
| <li>Next Class</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../../../../index.html?org/maltparser/parser/guide/SingleGuide.html" target="_top">Frames</a></li> |
| <li><a href="SingleGuide.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> |
| <div> |
| <ul class="subNavList"> |
| <li>Summary: </li> |
| <li>Nested | </li> |
| <li>Field | </li> |
| <li><a href="#constructor.summary">Constr</a> | </li> |
| <li><a href="#method.summary">Method</a></li> |
| </ul> |
| <ul class="subNavList"> |
| <li>Detail: </li> |
| <li>Field | </li> |
| <li><a href="#constructor.detail">Constr</a> | </li> |
| <li><a href="#method.detail">Method</a></li> |
| </ul> |
| </div> |
| <a name="skip.navbar.top"> |
| |
| </a></div> |
| |
| |
| <div class="header"> |
| <div class="subTitle">org.maltparser.parser.guide</div> |
| <h2 title="Class SingleGuide" class="title">Class SingleGuide</h2> |
| </div> |
| <div class="contentContainer"> |
| <ul class="inheritance"> |
| <li>java.lang.Object</li> |
| <li> |
| <ul class="inheritance"> |
| <li>org.maltparser.parser.guide.SingleGuide</li> |
| </ul> |
| </li> |
| </ul> |
| <div class="description"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <dl> |
| <dt>All Implemented Interfaces:</dt> |
| <dd><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html" title="interface in org.maltparser.parser.guide">ClassifierGuide</a>, <a href="../../../../org/maltparser/parser/guide/Guide.html" title="interface in org.maltparser.parser.guide">Guide</a></dd> |
| </dl> |
| <hr> |
| <br> |
| <pre>public class <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.29">SingleGuide</a> |
| extends java.lang.Object |
| implements <a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html" title="interface in org.maltparser.parser.guide">ClassifierGuide</a></pre> |
| <div class="block">The guide is used by a parsing algorithm to predict the next parser action during parsing and to |
| add a instance to the training instance set during learning.</div> |
| <dl> |
| <dt><span class="simpleTagLabel">Author:</span></dt> |
| <dd>Johan Hall</dd> |
| </dl> |
| </li> |
| </ul> |
| </div> |
| <div class="summary"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| |
| <ul class="blockList"> |
| <li class="blockList"><a name="nested.class.summary"> |
| |
| </a> |
| <h3>Nested Class Summary</h3> |
| <ul class="blockList"> |
| <li class="blockList"><a name="nested.classes.inherited.from.class.org.maltparser.parser.guide.ClassifierGuide"> |
| |
| </a> |
| <h3>Nested classes/interfaces inherited from interface org.maltparser.parser.guide.<a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html" title="interface in org.maltparser.parser.guide">ClassifierGuide</a></h3> |
| <code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.GuideMode.html" title="enum in org.maltparser.parser.guide">ClassifierGuide.GuideMode</a></code></li> |
| </ul> |
| </li> |
| </ul> |
| |
| <ul class="blockList"> |
| <li class="blockList"><a name="constructor.summary"> |
| |
| </a> |
| <h3>Constructor Summary</h3> |
| <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> |
| <caption><span>Constructors</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colOne" scope="col">Constructor and Description</th> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#SingleGuide-org.maltparser.parser.AlgoritmInterface-org.maltparser.parser.guide.ClassifierGuide.GuideMode-">SingleGuide</a></span>(<a href="../../../../org/maltparser/parser/AlgoritmInterface.html" title="interface in org.maltparser.parser">AlgoritmInterface</a> algorithm, |
| <a href="../../../../org/maltparser/parser/guide/ClassifierGuide.GuideMode.html" title="enum in org.maltparser.parser.guide">ClassifierGuide.GuideMode</a> guideMode)</code> </td> |
| </tr> |
| </table> |
| </li> |
| </ul> |
| |
| <ul class="blockList"> |
| <li class="blockList"><a name="method.summary"> |
| |
| </a> |
| <h3>Method Summary</h3> |
| <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> |
| <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> |
| <tr> |
| <th class="colFirst" scope="col">Modifier and Type</th> |
| <th class="colLast" scope="col">Method and Description</th> |
| </tr> |
| <tr id="i0" class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#addInstance-org.maltparser.core.feature.FeatureModel-org.maltparser.parser.history.action.GuideDecision-">addInstance</a></span>(<a href="../../../../org/maltparser/core/feature/FeatureModel.html" title="class in org.maltparser.core.feature">FeatureModel</a> featureModel, |
| <a href="../../../../org/maltparser/parser/history/action/GuideDecision.html" title="interface in org.maltparser.parser.history.action">GuideDecision</a> decision)</code> </td> |
| </tr> |
| <tr id="i1" class="rowColor"> |
| <td class="colFirst"><code><a href="../../../../org/maltparser/core/feature/FeatureVector.html" title="class in org.maltparser.core.feature">FeatureVector</a></code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#extract-org.maltparser.core.feature.FeatureModel-">extract</a></span>(<a href="../../../../org/maltparser/core/feature/FeatureModel.html" title="class in org.maltparser.core.feature">FeatureModel</a> featureModel)</code> </td> |
| </tr> |
| <tr id="i2" class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#finalizeSentence-org.maltparser.core.syntaxgraph.DependencyStructure-">finalizeSentence</a></span>(<a href="../../../../org/maltparser/core/syntaxgraph/DependencyStructure.html" title="interface in org.maltparser.core.syntaxgraph">DependencyStructure</a> dependencyGraph)</code> </td> |
| </tr> |
| <tr id="i3" class="rowColor"> |
| <td class="colFirst"><code>static java.net.URL</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#findURL-java.lang.String-org.maltparser.parser.DependencyParserConfig-">findURL</a></span>(java.lang.String specModelFileName, |
| <a href="../../../../org/maltparser/parser/DependencyParserConfig.html" title="interface in org.maltparser.parser">DependencyParserConfig</a> config)</code> </td> |
| </tr> |
| <tr id="i4" class="altColor"> |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/DependencyParserConfig.html" title="interface in org.maltparser.parser">DependencyParserConfig</a></code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#getConfiguration--">getConfiguration</a></span>()</code> </td> |
| </tr> |
| <tr id="i5" class="rowColor"> |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/guide/decision/DecisionModel.html" title="interface in org.maltparser.parser.guide.decision">DecisionModel</a></code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#getDecisionModel--">getDecisionModel</a></span>()</code> </td> |
| </tr> |
| <tr id="i6" class="altColor"> |
| <td class="colFirst"><code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.GuideMode.html" title="enum in org.maltparser.parser.guide">ClassifierGuide.GuideMode</a></code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#getGuideMode--">getGuideMode</a></span>()</code> </td> |
| </tr> |
| <tr id="i7" class="rowColor"> |
| <td class="colFirst"><code>java.lang.String</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#getGuideName--">getGuideName</a></span>()</code> </td> |
| </tr> |
| <tr id="i8" class="altColor"> |
| <td class="colFirst"><code>protected void</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#initDecisionModel-org.maltparser.parser.history.action.SingleDecision-">initDecisionModel</a></span>(<a href="../../../../org/maltparser/parser/history/action/SingleDecision.html" title="interface in org.maltparser.parser.history.action">SingleDecision</a> decision)</code> </td> |
| </tr> |
| <tr id="i9" class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#noMoreInstances--">noMoreInstances</a></span>()</code> </td> |
| </tr> |
| <tr id="i10" class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#predict-org.maltparser.core.feature.FeatureModel-org.maltparser.parser.history.action.GuideDecision-">predict</a></span>(<a href="../../../../org/maltparser/core/feature/FeatureModel.html" title="class in org.maltparser.core.feature">FeatureModel</a> featureModel, |
| <a href="../../../../org/maltparser/parser/history/action/GuideDecision.html" title="interface in org.maltparser.parser.history.action">GuideDecision</a> decision)</code> </td> |
| </tr> |
| <tr id="i11" class="rowColor"> |
| <td class="colFirst"><code><a href="../../../../org/maltparser/core/feature/FeatureVector.html" title="class in org.maltparser.core.feature">FeatureVector</a></code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#predictExtract-org.maltparser.core.feature.FeatureModel-org.maltparser.parser.history.action.GuideDecision-">predictExtract</a></span>(<a href="../../../../org/maltparser/core/feature/FeatureModel.html" title="class in org.maltparser.core.feature">FeatureModel</a> featureModel, |
| <a href="../../../../org/maltparser/parser/history/action/GuideDecision.html" title="interface in org.maltparser.parser.history.action">GuideDecision</a> decision)</code> </td> |
| </tr> |
| <tr id="i12" class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#predictFromKBestList-org.maltparser.core.feature.FeatureModel-org.maltparser.parser.history.action.GuideDecision-">predictFromKBestList</a></span>(<a href="../../../../org/maltparser/core/feature/FeatureModel.html" title="class in org.maltparser.core.feature">FeatureModel</a> featureModel, |
| <a href="../../../../org/maltparser/parser/history/action/GuideDecision.html" title="interface in org.maltparser.parser.history.action">GuideDecision</a> decision)</code> </td> |
| </tr> |
| <tr id="i13" class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#setGuideName-java.lang.String-">setGuideName</a></span>(java.lang.String guideName)</code> </td> |
| </tr> |
| <tr id="i14" class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#terminate--">terminate</a></span>()</code> </td> |
| </tr> |
| <tr id="i15" class="rowColor"> |
| <td class="colFirst"><code>java.lang.String</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/maltparser/parser/guide/SingleGuide.html#toString--">toString</a></span>()</code> </td> |
| </tr> |
| </table> |
| <ul class="blockList"> |
| <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> |
| |
| </a> |
| <h3>Methods inherited from class java.lang.Object</h3> |
| <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| <div class="details"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| |
| <ul class="blockList"> |
| <li class="blockList"><a name="constructor.detail"> |
| |
| </a> |
| <h3>Constructor Detail</h3> |
| <a name="SingleGuide-org.maltparser.parser.AlgoritmInterface-org.maltparser.parser.guide.ClassifierGuide.GuideMode-"> |
| |
| </a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4>SingleGuide</h4> |
| <pre>public <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.36">SingleGuide</a>(<a href="../../../../org/maltparser/parser/AlgoritmInterface.html" title="interface in org.maltparser.parser">AlgoritmInterface</a> algorithm, |
| <a href="../../../../org/maltparser/parser/guide/ClassifierGuide.GuideMode.html" title="enum in org.maltparser.parser.guide">ClassifierGuide.GuideMode</a> guideMode) |
| throws <a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| |
| <ul class="blockList"> |
| <li class="blockList"><a name="method.detail"> |
| |
| </a> |
| <h3>Method Detail</h3> |
| <a name="addInstance-org.maltparser.core.feature.FeatureModel-org.maltparser.parser.history.action.GuideDecision-"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>addInstance</h4> |
| <pre>public void <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.59">addInstance</a>(<a href="../../../../org/maltparser/core/feature/FeatureModel.html" title="class in org.maltparser.core.feature">FeatureModel</a> featureModel, |
| <a href="../../../../org/maltparser/parser/history/action/GuideDecision.html" title="interface in org.maltparser.parser.history.action">GuideDecision</a> decision) |
| throws <a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></pre> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html#addInstance-org.maltparser.core.feature.FeatureModel-org.maltparser.parser.history.action.GuideDecision-">addInstance</a></code> in interface <code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html" title="interface in org.maltparser.parser.guide">ClassifierGuide</a></code></dd> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="finalizeSentence-org.maltparser.core.syntaxgraph.DependencyStructure-"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>finalizeSentence</h4> |
| <pre>public void <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.70">finalizeSentence</a>(<a href="../../../../org/maltparser/core/syntaxgraph/DependencyStructure.html" title="interface in org.maltparser.core.syntaxgraph">DependencyStructure</a> dependencyGraph) |
| throws <a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></pre> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/parser/guide/Guide.html#finalizeSentence-org.maltparser.core.syntaxgraph.DependencyStructure-">finalizeSentence</a></code> in interface <code><a href="../../../../org/maltparser/parser/guide/Guide.html" title="interface in org.maltparser.parser.guide">Guide</a></code></dd> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="noMoreInstances--"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>noMoreInstances</h4> |
| <pre>public void <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.76">noMoreInstances</a>() |
| throws <a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></pre> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html#noMoreInstances--">noMoreInstances</a></code> in interface <code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html" title="interface in org.maltparser.parser.guide">ClassifierGuide</a></code></dd> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="terminate--"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>terminate</h4> |
| <pre>public void <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.84">terminate</a>() |
| throws <a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></pre> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/parser/guide/Guide.html#terminate--">terminate</a></code> in interface <code><a href="../../../../org/maltparser/parser/guide/Guide.html" title="interface in org.maltparser.parser.guide">Guide</a></code></dd> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="predict-org.maltparser.core.feature.FeatureModel-org.maltparser.parser.history.action.GuideDecision-"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>predict</h4> |
| <pre>public void <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.91">predict</a>(<a href="../../../../org/maltparser/core/feature/FeatureModel.html" title="class in org.maltparser.core.feature">FeatureModel</a> featureModel, |
| <a href="../../../../org/maltparser/parser/history/action/GuideDecision.html" title="interface in org.maltparser.parser.history.action">GuideDecision</a> decision) |
| throws <a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></pre> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html#predict-org.maltparser.core.feature.FeatureModel-org.maltparser.parser.history.action.GuideDecision-">predict</a></code> in interface <code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html" title="interface in org.maltparser.parser.guide">ClassifierGuide</a></code></dd> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="predictExtract-org.maltparser.core.feature.FeatureModel-org.maltparser.parser.history.action.GuideDecision-"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>predictExtract</h4> |
| <pre>public <a href="../../../../org/maltparser/core/feature/FeatureVector.html" title="class in org.maltparser.core.feature">FeatureVector</a> <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.102">predictExtract</a>(<a href="../../../../org/maltparser/core/feature/FeatureModel.html" title="class in org.maltparser.core.feature">FeatureModel</a> featureModel, |
| <a href="../../../../org/maltparser/parser/history/action/GuideDecision.html" title="interface in org.maltparser.parser.history.action">GuideDecision</a> decision) |
| throws <a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></pre> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html#predictExtract-org.maltparser.core.feature.FeatureModel-org.maltparser.parser.history.action.GuideDecision-">predictExtract</a></code> in interface <code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html" title="interface in org.maltparser.parser.guide">ClassifierGuide</a></code></dd> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="extract-org.maltparser.core.feature.FeatureModel-"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>extract</h4> |
| <pre>public <a href="../../../../org/maltparser/core/feature/FeatureVector.html" title="class in org.maltparser.core.feature">FeatureVector</a> <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.113">extract</a>(<a href="../../../../org/maltparser/core/feature/FeatureModel.html" title="class in org.maltparser.core.feature">FeatureModel</a> featureModel) |
| throws <a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></pre> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html#extract-org.maltparser.core.feature.FeatureModel-">extract</a></code> in interface <code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html" title="interface in org.maltparser.parser.guide">ClassifierGuide</a></code></dd> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="predictFromKBestList-org.maltparser.core.feature.FeatureModel-org.maltparser.parser.history.action.GuideDecision-"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>predictFromKBestList</h4> |
| <pre>public boolean <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.117">predictFromKBestList</a>(<a href="../../../../org/maltparser/core/feature/FeatureModel.html" title="class in org.maltparser.core.feature">FeatureModel</a> featureModel, |
| <a href="../../../../org/maltparser/parser/history/action/GuideDecision.html" title="interface in org.maltparser.parser.history.action">GuideDecision</a> decision) |
| throws <a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></pre> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html#predictFromKBestList-org.maltparser.core.feature.FeatureModel-org.maltparser.parser.history.action.GuideDecision-">predictFromKBestList</a></code> in interface <code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html" title="interface in org.maltparser.parser.guide">ClassifierGuide</a></code></dd> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="getDecisionModel--"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getDecisionModel</h4> |
| <pre>public <a href="../../../../org/maltparser/parser/guide/decision/DecisionModel.html" title="interface in org.maltparser.parser.guide.decision">DecisionModel</a> <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.125">getDecisionModel</a>()</pre> |
| </li> |
| </ul> |
| <a name="getConfiguration--"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getConfiguration</h4> |
| <pre>public <a href="../../../../org/maltparser/parser/DependencyParserConfig.html" title="interface in org.maltparser.parser">DependencyParserConfig</a> <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.129">getConfiguration</a>()</pre> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/parser/guide/Guide.html#getConfiguration--">getConfiguration</a></code> in interface <code><a href="../../../../org/maltparser/parser/guide/Guide.html" title="interface in org.maltparser.parser.guide">Guide</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="getGuideMode--"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getGuideMode</h4> |
| <pre>public <a href="../../../../org/maltparser/parser/guide/ClassifierGuide.GuideMode.html" title="enum in org.maltparser.parser.guide">ClassifierGuide.GuideMode</a> <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.133">getGuideMode</a>()</pre> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html#getGuideMode--">getGuideMode</a></code> in interface <code><a href="../../../../org/maltparser/parser/guide/ClassifierGuide.html" title="interface in org.maltparser.parser.guide">ClassifierGuide</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="initDecisionModel-org.maltparser.parser.history.action.SingleDecision-"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>initDecisionModel</h4> |
| <pre>protected void <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.137">initDecisionModel</a>(<a href="../../../../org/maltparser/parser/history/action/SingleDecision.html" title="interface in org.maltparser.parser.history.action">SingleDecision</a> decision) |
| throws <a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="getGuideName--"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getGuideName</h4> |
| <pre>public java.lang.String <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.147">getGuideName</a>()</pre> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/parser/guide/Guide.html#getGuideName--">getGuideName</a></code> in interface <code><a href="../../../../org/maltparser/parser/guide/Guide.html" title="interface in org.maltparser.parser.guide">Guide</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="setGuideName-java.lang.String-"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>setGuideName</h4> |
| <pre>public void <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.151">setGuideName</a>(java.lang.String guideName)</pre> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/parser/guide/Guide.html#setGuideName-java.lang.String-">setGuideName</a></code> in interface <code><a href="../../../../org/maltparser/parser/guide/Guide.html" title="interface in org.maltparser.parser.guide">Guide</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="findURL-java.lang.String-org.maltparser.parser.DependencyParserConfig-"> |
| |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>findURL</h4> |
| <pre>public static java.net.URL <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.155">findURL</a>(java.lang.String specModelFileName, |
| <a href="../../../../org/maltparser/parser/DependencyParserConfig.html" title="interface in org.maltparser.parser">DependencyParserConfig</a> config) |
| throws <a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="../../../../org/maltparser/core/exception/MaltChainedException.html" title="class in org.maltparser.core.exception">MaltChainedException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="toString--"> |
| |
| </a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4>toString</h4> |
| <pre>public java.lang.String <a href="../../../../src-html/org/maltparser/parser/guide/SingleGuide.html#line.170">toString</a>()</pre> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> |
| <dd><code>toString</code> in class <code>java.lang.Object</code></dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| </div> |
| |
| |
| <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 class="navBarCell1Rev">Class</li> |
| <li><a href="class-use/SingleGuide.html">Use</a></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><a href="../../../../org/maltparser/parser/guide/OracleGuide.html" title="interface in org.maltparser.parser.guide"><span class="typeNameLink">Prev Class</span></a></li> |
| <li>Next Class</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../../../../index.html?org/maltparser/parser/guide/SingleGuide.html" target="_top">Frames</a></li> |
| <li><a href="SingleGuide.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> |
| <div> |
| <ul class="subNavList"> |
| <li>Summary: </li> |
| <li>Nested | </li> |
| <li>Field | </li> |
| <li><a href="#constructor.summary">Constr</a> | </li> |
| <li><a href="#method.summary">Method</a></li> |
| </ul> |
| <ul class="subNavList"> |
| <li>Detail: </li> |
| <li>Field | </li> |
| <li><a href="#constructor.detail">Constr</a> | </li> |
| <li><a href="#method.detail">Method</a></li> |
| </ul> |
| </div> |
| <a name="skip.navbar.bottom"> |
| |
| </a></div> |
| |
| <p class="legalCopy"><small>Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.</small></p> |
| </body> |
| </html> |
|
|