blob: 87ae789bed81d751a3602c1c5df126dd415c87a9 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Interface opennlp.tools.parser.HeadRules (Apache OpenNLP Tools 2.3.3 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: opennlp.tools.parser, interface: HeadRules">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-use-page">
<script type="text/javascript">var pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../HeadRules.html" title="interface in opennlp.tools.parser">Class</a></li>
<li class="nav-bar-cell1-rev">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#use">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Uses of Interface opennlp.tools.parser.HeadRules" class="title">Uses of Interface<br>opennlp.tools.parser.HeadRules</h1>
</div>
<div class="caption"><span>Packages that use <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="#opennlp.tools.parser">opennlp.tools.parser</a></div>
<div class="col-last even-row-color">
<div class="block">Package containing common code for performing full syntactic parsing.</div>
</div>
<div class="col-first odd-row-color"><a href="#opennlp.tools.parser.chunking">opennlp.tools.parser.chunking</a></div>
<div class="col-last odd-row-color">
<div class="block">Package containing code for performing full syntactic parsing using shift/reduce-style decisions.</div>
</div>
<div class="col-first even-row-color"><a href="#opennlp.tools.parser.lang.en">opennlp.tools.parser.lang.en</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#opennlp.tools.parser.lang.es">opennlp.tools.parser.lang.es</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="#opennlp.tools.parser.treeinsert">opennlp.tools.parser.treeinsert</a></div>
<div class="col-last even-row-color">
<div class="block">Package containing experimental code for performing full syntactic
parsing using attachment decisions.</div>
</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="opennlp.tools.parser">
<h2>Uses of <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a> in <a href="../package-summary.html">opennlp.tools.parser</a></h2>
<div class="caption"><span>Fields in <a href="../package-summary.html">opennlp.tools.parser</a> declared as <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>protected <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractBottomUpParser.</span><code><a href="../AbstractBottomUpParser.html#headRules" class="member-name-link">headRules</a></code></div>
<div class="col-last even-row-color">
<div class="block">The head rules for the parser.</div>
</div>
<div class="col-first odd-row-color"><code>protected final <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">AbstractParserEventStream.</span><code><a href="../AbstractParserEventStream.html#rules" class="member-name-link">rules</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">opennlp.tools.parser</a> that return <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ParserModel.</span><code><a href="../ParserModel.html#getHeadRules()" class="member-name-link">getHeadRules</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">opennlp.tools.parser</a> with parameters of type <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Parse.</span><code><a href="../Parse.html#add(opennlp.tools.parser.Parse,opennlp.tools.parser.HeadRules)" class="member-name-link">add</a><wbr>(<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&nbsp;daughter,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Parse.</span><code><a href="../Parse.html#adjoin(opennlp.tools.parser.Parse,opennlp.tools.parser.HeadRules)" class="member-name-link">adjoin</a><wbr>(<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&nbsp;sister,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules)</code></div>
<div class="col-last odd-row-color">
<div class="block">Sister adjoins this node's last child and the specified sister node and returns their
new parent node.</div>
</div>
<div class="col-first even-row-color"><code><a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Parse.</span><code><a href="../Parse.html#adjoinRoot(opennlp.tools.parser.Parse,opennlp.tools.parser.HeadRules,int)" class="member-name-link">adjoinRoot</a><wbr>(<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&nbsp;node,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
int&nbsp;parseIndex)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static <a href="../../dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">AbstractBottomUpParser.</span><code><a href="../AbstractBottomUpParser.html#buildDictionary(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,int)" class="member-name-link">buildDictionary</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;data,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
int&nbsp;cutoff)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates a n-gram <a href="../../dictionary/Dictionary.html" title="class in opennlp.tools.dictionary"><code>Dictionary</code></a> from the specified data stream using <a href="../HeadRules.html" title="interface in opennlp.tools.parser"><code>HeadRules</code></a>
and specified cut-off.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="../../dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractBottomUpParser.</span><code><a href="../AbstractBottomUpParser.html#buildDictionary(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.util.TrainingParameters)" class="member-name-link">buildDictionary</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;data,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../../util/TrainingParameters.html" title="class in opennlp.tools.util">TrainingParameters</a>&nbsp;params)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a n-gram <a href="../../dictionary/Dictionary.html" title="class in opennlp.tools.dictionary"><code>Dictionary</code></a> from the specified data stream using the specified
head rule and specified cut-off.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Parse.</span><code><a href="../Parse.html#updateHeads(opennlp.tools.parser.HeadRules)" class="member-name-link">updateHeads</a><wbr>(<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules)</code></div>
<div class="col-last odd-row-color">
<div class="block">Computes the head parses for this parse and its sub-parses and stores this information
in the parse data structure.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../package-summary.html">opennlp.tools.parser</a> with parameters of type <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../AbstractBottomUpParser.html#%3Cinit%3E(opennlp.tools.postag.POSTagger,opennlp.tools.chunker.Chunker,opennlp.tools.parser.HeadRules,int,double)" class="member-name-link">AbstractBottomUpParser</a><wbr>(<a href="../../postag/POSTagger.html" title="interface in opennlp.tools.postag">POSTagger</a>&nbsp;tagger,
<a href="../../chunker/Chunker.html" title="interface in opennlp.tools.chunker">Chunker</a>&nbsp;chunker,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;headRules,
int&nbsp;beamSize,
double&nbsp;advancePercentage)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../AbstractParserEventStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserEventTypeEnum)" class="member-name-link">AbstractParserEventStream</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;d,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a>&nbsp;etype)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../AbstractParserEventStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserEventTypeEnum,opennlp.tools.dictionary.Dictionary)" class="member-name-link">AbstractParserEventStream</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;d,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a>&nbsp;etype,
<a href="../../dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</a>&nbsp;dict)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../ParserCrossValidator.html#%3Cinit%3E(java.lang.String,opennlp.tools.util.TrainingParameters,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserType,opennlp.tools.parser.ParserEvaluationMonitor...)" class="member-name-link">ParserCrossValidator</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;languageCode,
<a href="../../util/TrainingParameters.html" title="class in opennlp.tools.util">TrainingParameters</a>&nbsp;params,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../ParserType.html" title="enum class in opennlp.tools.parser">ParserType</a>&nbsp;parserType,
<a href="../ParserEvaluationMonitor.html" title="interface in opennlp.tools.parser">ParserEvaluationMonitor</a>...&nbsp;monitors)</code></div>
<div class="col-last odd-row-color">
<div class="block">Initializes a <a href="../ParserCrossValidator.html" title="class in opennlp.tools.parser"><code>ParserCrossValidator</code></a> instance via given parameters.</div>
</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../ParserModel.html#%3Cinit%3E(java.lang.String,opennlp.tools.ml.model.MaxentModel,opennlp.tools.ml.model.MaxentModel,opennlp.tools.ml.model.MaxentModel,opennlp.tools.postag.POSModel,opennlp.tools.chunker.ChunkerModel,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserType)" class="member-name-link">ParserModel</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;languageCode,
<a href="../../ml/model/MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;buildModel,
<a href="../../ml/model/MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;checkModel,
<a href="../../ml/model/MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;attachModel,
<a href="../../postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</a>&nbsp;parserTagger,
<a href="../../chunker/ChunkerModel.html" title="class in opennlp.tools.chunker">ChunkerModel</a>&nbsp;chunkerTagger,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;headRules,
<a href="../ParserType.html" title="enum class in opennlp.tools.parser">ParserType</a>&nbsp;modelType)</code></div>
<div class="col-last even-row-color">
<div class="block">Initializes a <a href="../ParserModel.html" title="class in opennlp.tools.parser"><code>ParserModel</code></a> instance via given parameters.</div>
</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../ParserModel.html#%3Cinit%3E(java.lang.String,opennlp.tools.ml.model.MaxentModel,opennlp.tools.ml.model.MaxentModel,opennlp.tools.ml.model.MaxentModel,opennlp.tools.postag.POSModel,opennlp.tools.chunker.ChunkerModel,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserType,java.util.Map)" class="member-name-link">ParserModel</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;languageCode,
<a href="../../ml/model/MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;buildModel,
<a href="../../ml/model/MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;checkModel,
<a href="../../ml/model/MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;attachModel,
<a href="../../postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</a>&nbsp;parserTagger,
<a href="../../chunker/ChunkerModel.html" title="class in opennlp.tools.chunker">ChunkerModel</a>&nbsp;chunkerTagger,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;headRules,
<a href="../ParserType.html" title="enum class in opennlp.tools.parser">ParserType</a>&nbsp;modelType,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;manifestInfoEntries)</code></div>
<div class="col-last odd-row-color">
<div class="block">Initializes a <a href="../ParserModel.html" title="class in opennlp.tools.parser"><code>ParserModel</code></a> instance via given parameters.</div>
</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../ParserModel.html#%3Cinit%3E(java.lang.String,opennlp.tools.ml.model.MaxentModel,opennlp.tools.ml.model.MaxentModel,opennlp.tools.postag.POSModel,opennlp.tools.chunker.ChunkerModel,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserType,java.util.Map)" class="member-name-link">ParserModel</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;languageCode,
<a href="../../ml/model/MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;buildModel,
<a href="../../ml/model/MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;checkModel,
<a href="../../postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</a>&nbsp;parserTagger,
<a href="../../chunker/ChunkerModel.html" title="class in opennlp.tools.chunker">ChunkerModel</a>&nbsp;chunkerTagger,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;headRules,
<a href="../ParserType.html" title="enum class in opennlp.tools.parser">ParserType</a>&nbsp;type,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;manifestInfoEntries)</code></div>
<div class="col-last even-row-color">
<div class="block">Initializes a <a href="../ParserModel.html" title="class in opennlp.tools.parser"><code>ParserModel</code></a> instance via given parameters.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.parser.chunking">
<h2>Uses of <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a> in <a href="../chunking/package-summary.html">opennlp.tools.parser.chunking</a></h2>
<div class="caption"><span>Methods in <a href="../chunking/package-summary.html">opennlp.tools.parser.chunking</a> with parameters of type <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Parser.</span><code><a href="../chunking/Parser.html#train(java.lang.String,opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.util.TrainingParameters)" class="member-name-link">train</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;languageCode,
<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;parseSamples,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../../util/TrainingParameters.html" title="class in opennlp.tools.util">TrainingParameters</a>&nbsp;mlParams)</code></div>
<div class="col-last even-row-color">
<div class="block">Starts a training of a <a href="../ParserModel.html" title="class in opennlp.tools.parser"><code>ParserModel</code></a>.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../chunking/package-summary.html">opennlp.tools.parser.chunking</a> with parameters of type <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../chunking/ParserEventStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserEventTypeEnum)" class="member-name-link">ParserEventStream</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;d,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a>&nbsp;etype)</code></div>
<div class="col-last even-row-color">
<div class="block">Instantiates a <a href="../chunking/ParserEventStream.html" title="class in opennlp.tools.parser.chunking"><code>ParserEventStream</code></a> based on the specified data stream
of the <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser"><code>type</code></a> using <a href="../HeadRules.html" title="interface in opennlp.tools.parser"><code>head rules</code></a>.</div>
</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../chunking/ParserEventStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserEventTypeEnum,opennlp.tools.dictionary.Dictionary)" class="member-name-link">ParserEventStream</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;d,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a>&nbsp;etype,
<a href="../../dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</a>&nbsp;dict)</code></div>
<div class="col-last odd-row-color">
<div class="block">Instantiates a <a href="../chunking/ParserEventStream.html" title="class in opennlp.tools.parser.chunking"><code>ParserEventStream</code></a> based on the specified data stream
of the <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser"><code>type</code></a> using <a href="../HeadRules.html" title="interface in opennlp.tools.parser"><code>head rules</code></a>.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.parser.lang.en">
<h2>Uses of <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a> in <a href="../lang/en/package-summary.html">opennlp.tools.parser.lang.en</a></h2>
<div class="caption"><span>Classes in <a href="../lang/en/package-summary.html">opennlp.tools.parser.lang.en</a> that implement <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../lang/en/HeadRules.html" class="type-name-link" title="class in opennlp.tools.parser.lang.en">HeadRules</a></code></div>
<div class="col-last even-row-color">
<div class="block">Class for storing the English <a href="../HeadRules.html" title="interface in opennlp.tools.parser"><code>HeadRules</code></a> associated with parsing.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.parser.lang.es">
<h2>Uses of <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a> in <a href="../lang/es/package-summary.html">opennlp.tools.parser.lang.es</a></h2>
<div class="caption"><span>Classes in <a href="../lang/es/package-summary.html">opennlp.tools.parser.lang.es</a> that implement <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../lang/es/AncoraSpanishHeadRules.html" class="type-name-link" title="class in opennlp.tools.parser.lang.es">AncoraSpanishHeadRules</a></code></div>
<div class="col-last even-row-color">
<div class="block">Class for storing the Ancora Spanish head rules associated with parsing.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.parser.treeinsert">
<h2>Uses of <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a> in <a href="../treeinsert/package-summary.html">opennlp.tools.parser.treeinsert</a></h2>
<div class="caption"><span>Methods in <a href="../treeinsert/package-summary.html">opennlp.tools.parser.treeinsert</a> with parameters of type <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Parser.</span><code><a href="../treeinsert/Parser.html#train(java.lang.String,opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,int,int)" class="member-name-link">train</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;languageCode,
<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;parseSamples,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
int&nbsp;iterations,
int&nbsp;cutoff)</code></div>
<div class="col-last even-row-color">
<div class="block">Starts a training of a <a href="../ParserModel.html" title="class in opennlp.tools.parser"><code>ParserModel</code></a>.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Parser.</span><code><a href="../treeinsert/Parser.html#train(java.lang.String,opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.util.TrainingParameters)" class="member-name-link">train</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;languageCode,
<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;parseSamples,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../../util/TrainingParameters.html" title="class in opennlp.tools.util">TrainingParameters</a>&nbsp;mlParams)</code></div>
<div class="col-last odd-row-color">
<div class="block">Starts a training of a <a href="../ParserModel.html" title="class in opennlp.tools.parser"><code>ParserModel</code></a>.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../treeinsert/package-summary.html">opennlp.tools.parser.treeinsert</a> with parameters of type <a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../treeinsert/ParserEventStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserEventTypeEnum)" class="member-name-link">ParserEventStream</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;d,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a>&nbsp;etype)</code></div>
<div class="col-last even-row-color">
<div class="block">Instantiates a <a href="../treeinsert/ParserEventStream.html" title="class in opennlp.tools.parser.treeinsert"><code>ParserEventStream</code></a> based on the specified data stream
of the <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser"><code>type</code></a> using <a href="../HeadRules.html" title="interface in opennlp.tools.parser"><code>head rules</code></a>.</div>
</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../treeinsert/ParserEventStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserEventTypeEnum,opennlp.tools.dictionary.Dictionary)" class="member-name-link">ParserEventStream</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;d,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a>&nbsp;etype,
<a href="../../dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</a>&nbsp;dict)</code></div>
<div class="col-last odd-row-color">
<div class="block">Instantiates a <a href="../treeinsert/ParserEventStream.html" title="class in opennlp.tools.parser.treeinsert"><code>ParserEventStream</code></a> based on the specified data stream
of the <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser"><code>type</code></a> using <a href="../HeadRules.html" title="interface in opennlp.tools.parser"><code>head rules</code></a>.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>