blob: be6305ddad1f89e7e5646aed4eaf2de0699bf277 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Class opennlp.tools.parser.ParserModel (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, class: ParserModel">
<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="../ParserModel.html" title="class 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 Class opennlp.tools.parser.ParserModel" class="title">Uses of Class<br>opennlp.tools.parser.ParserModel</h1>
</div>
<div class="caption"><span>Packages that use <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</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.cmdline.parser">opennlp.tools.cmdline.parser</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#opennlp.tools.parser">opennlp.tools.parser</a></div>
<div class="col-last odd-row-color">
<div class="block">Package containing common code for performing full syntactic parsing.</div>
</div>
<div class="col-first even-row-color"><a href="#opennlp.tools.parser.chunking">opennlp.tools.parser.chunking</a></div>
<div class="col-last even-row-color">
<div class="block">Package containing code for performing full syntactic parsing using shift/reduce-style decisions.</div>
</div>
<div class="col-first odd-row-color"><a href="#opennlp.tools.parser.treeinsert">opennlp.tools.parser.treeinsert</a></div>
<div class="col-last odd-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.cmdline.parser">
<h2>Uses of <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a> in <a href="../../cmdline/parser/package-summary.html">opennlp.tools.cmdline.parser</a></h2>
<div class="caption"><span>Methods in <a href="../../cmdline/parser/package-summary.html">opennlp.tools.cmdline.parser</a> that return <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</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>protected <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">ParserModelLoader.</span><code><a href="../../cmdline/parser/ParserModelLoader.html#loadModel(java.io.InputStream)" class="member-name-link">loadModel</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;modelIn)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>protected <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">BuildModelUpdaterTool.</span><code><a href="../../cmdline/parser/BuildModelUpdaterTool.html#trainAndUpdate(opennlp.tools.parser.ParserModel,opennlp.tools.util.ObjectStream,opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams)" class="member-name-link">trainAndUpdate</a><wbr>(<a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a>&nbsp;originalModel,
<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,
opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams&nbsp;parameters)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>protected <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">CheckModelUpdaterTool.</span><code><a href="../../cmdline/parser/CheckModelUpdaterTool.html#trainAndUpdate(opennlp.tools.parser.ParserModel,opennlp.tools.util.ObjectStream,opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams)" class="member-name-link">trainAndUpdate</a><wbr>(<a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a>&nbsp;originalModel,
<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,
opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams&nbsp;parameters)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Methods in <a href="../../cmdline/parser/package-summary.html">opennlp.tools.cmdline.parser</a> with parameters of type <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</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>protected <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">BuildModelUpdaterTool.</span><code><a href="../../cmdline/parser/BuildModelUpdaterTool.html#trainAndUpdate(opennlp.tools.parser.ParserModel,opennlp.tools.util.ObjectStream,opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams)" class="member-name-link">trainAndUpdate</a><wbr>(<a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a>&nbsp;originalModel,
<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,
opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams&nbsp;parameters)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>protected <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">CheckModelUpdaterTool.</span><code><a href="../../cmdline/parser/CheckModelUpdaterTool.html#trainAndUpdate(opennlp.tools.parser.ParserModel,opennlp.tools.util.ObjectStream,opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams)" class="member-name-link">trainAndUpdate</a><wbr>(<a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a>&nbsp;originalModel,
<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,
opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams&nbsp;parameters)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.parser">
<h2>Uses of <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a> in <a href="../package-summary.html">opennlp.tools.parser</a></h2>
<div class="caption"><span>Methods in <a href="../package-summary.html">opennlp.tools.parser</a> that return <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</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="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ParserModel.</span><code><a href="../ParserModel.html#updateBuildModel(opennlp.tools.ml.model.MaxentModel)" class="member-name-link">updateBuildModel</a><wbr>(<a href="../../ml/model/MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;buildModel)</code></div>
<div class="col-last even-row-color">
<div class="block">Instantiates a new <a href="../ParserModel.html" title="class in opennlp.tools.parser"><code>ParserModel</code></a> instance from the existing configuration
with the specified <code>buildModel</code> for exchange.</div>
</div>
<div class="col-first odd-row-color"><code><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">ParserModel.</span><code><a href="../ParserModel.html#updateCheckModel(opennlp.tools.ml.model.MaxentModel)" class="member-name-link">updateCheckModel</a><wbr>(<a href="../../ml/model/MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;checkModel)</code></div>
<div class="col-last odd-row-color">
<div class="block">Instantiates a new <a href="../ParserModel.html" title="class in opennlp.tools.parser"><code>ParserModel</code></a> instance from the existing configuration
with the specified <code>checkModel</code> for exchange.</div>
</div>
<div class="col-first even-row-color"><code><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">ParserModel.</span><code><a href="../ParserModel.html#updateChunkerModel(opennlp.tools.chunker.ChunkerModel)" class="member-name-link">updateChunkerModel</a><wbr>(<a href="../../chunker/ChunkerModel.html" title="class in opennlp.tools.chunker">ChunkerModel</a>&nbsp;chunkModel)</code></div>
<div class="col-last even-row-color">
<div class="block">Instantiates a new <a href="../ParserModel.html" title="class in opennlp.tools.parser"><code>ParserModel</code></a> instance from the existing configuration
with the specified <code>chunkModel</code> for exchange.</div>
</div>
<div class="col-first odd-row-color"><code><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">ParserModel.</span><code><a href="../ParserModel.html#updateTaggerModel(opennlp.tools.postag.POSModel)" class="member-name-link">updateTaggerModel</a><wbr>(<a href="../../postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</a>&nbsp;taggerModel)</code></div>
<div class="col-last odd-row-color">
<div class="block">Instantiates a new <a href="../ParserModel.html" title="class in opennlp.tools.parser"><code>ParserModel</code></a> instance from the existing configuration
with the specified <code>taggerModel</code> for exchange.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">opennlp.tools.parser</a> with parameters of type <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</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="../Parser.html" title="interface in opennlp.tools.parser">Parser</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ParserFactory.</span><code><a href="../ParserFactory.html#create(opennlp.tools.parser.ParserModel)" class="member-name-link">create</a><wbr>(<a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a>&nbsp;model)</code></div>
<div class="col-last even-row-color">
<div class="block">Instantiates a <a href="../Parser.html" title="interface in opennlp.tools.parser"><code>Parser</code></a> via a given <code>model</code> and
default configuration parameters (see: <a href="../AbstractBottomUpParser.html" title="class in opennlp.tools.parser"><code>AbstractBottomUpParser</code></a>).</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../Parser.html" title="interface in opennlp.tools.parser">Parser</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">ParserFactory.</span><code><a href="../ParserFactory.html#create(opennlp.tools.parser.ParserModel,int,double)" class="member-name-link">create</a><wbr>(<a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a>&nbsp;model,
int&nbsp;beamSize,
double&nbsp;advancePercentage)</code></div>
<div class="col-last odd-row-color">
<div class="block">Instantiates a <a href="../Parser.html" title="interface in opennlp.tools.parser"><code>Parser</code></a> via a given <code>model</code> and
other configuration parameters.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.parser.chunking">
<h2>Uses of <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</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> that return <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</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="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</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/Parser.html#%3Cinit%3E(opennlp.tools.parser.ParserModel)" class="member-name-link">Parser</a><wbr>(<a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a>&nbsp;model)</code></div>
<div class="col-last even-row-color">
<div class="block">Instantiates a <a href="../chunking/Parser.html" title="class in opennlp.tools.parser.chunking"><code>Parser</code></a> via a given <code>model</code>.</div>
</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../chunking/Parser.html#%3Cinit%3E(opennlp.tools.parser.ParserModel,int,double)" class="member-name-link">Parser</a><wbr>(<a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a>&nbsp;model,
int&nbsp;beamSize,
double&nbsp;advancePercentage)</code></div>
<div class="col-last odd-row-color">
<div class="block">Instantiates a <a href="../chunking/Parser.html" title="class in opennlp.tools.parser.chunking"><code>Parser</code></a> via a given <code>model</code> and
other configuration parameters.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.parser.treeinsert">
<h2>Uses of <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</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> that return <a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</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="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</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/Parser.html#%3Cinit%3E(opennlp.tools.parser.ParserModel)" class="member-name-link">Parser</a><wbr>(<a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a>&nbsp;model)</code></div>
<div class="col-last even-row-color">
<div class="block">Instantiates a <a href="../treeinsert/Parser.html" title="class in opennlp.tools.parser.treeinsert"><code>Parser</code></a> via a given <code>model</code>.</div>
</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../treeinsert/Parser.html#%3Cinit%3E(opennlp.tools.parser.ParserModel,int,double)" class="member-name-link">Parser</a><wbr>(<a href="../ParserModel.html" title="class in opennlp.tools.parser">ParserModel</a>&nbsp;model,
int&nbsp;beamSize,
double&nbsp;advancePercentage)</code></div>
<div class="col-last odd-row-color">
<div class="block">Instantiates a <a href="../treeinsert/Parser.html" title="class in opennlp.tools.parser.treeinsert"><code>Parser</code></a> via a given <code>model</code> and
other configuration parameters.</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>