blob: 787937c5f404428e42d4c2a50841ed55deced565 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>opennlp.tools.lemmatizer (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="declaration: package: opennlp.tools.lemmatizer">
<meta name="generator" content="javadoc/PackageWriterImpl">
<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="package-declaration-page">
<script type="text/javascript">var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
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 class="nav-bar-cell1-rev">Package</li>
<li>Class</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#package">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<li>Package:&nbsp;</li>
<li><a href="#package-description">Description</a>&nbsp;|&nbsp;</li>
<li>Related Packages&nbsp;|&nbsp;</li>
<li><a href="#class-summary">Classes and Interfaces</a></li>
</ul>
</div>
<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="Package opennlp.tools.lemmatizer" class="title">Package opennlp.tools.lemmatizer</h1>
</div>
<hr>
<div class="package-signature">package <span class="element-name">opennlp.tools.lemmatizer</span></div>
<section class="package-description" id="package-description">
<div class="block">Package related to the lemmatizer functionality.</div>
</section>
<section class="summary">
<ul class="summary-list">
<li>
<div id="class-summary">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="class-summary-tab0" role="tab" aria-selected="true" aria-controls="class-summary.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('class-summary', 'class-summary', 2)" class="active-table-tab">All Classes and Interfaces</button><button id="class-summary-tab1" role="tab" aria-selected="false" aria-controls="class-summary.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('class-summary', 'class-summary-tab1', 2)" class="table-tab">Interfaces</button><button id="class-summary-tab2" role="tab" aria-selected="false" aria-controls="class-summary.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('class-summary', 'class-summary-tab2', 2)" class="table-tab">Classes</button></div>
<div id="class-summary.tabpanel" role="tabpanel">
<div class="summary-table two-column-summary" aria-labelledby="class-summary-tab0">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="DefaultLemmatizerContextGenerator.html" title="class in opennlp.tools.lemmatizer">DefaultLemmatizerContextGenerator</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">Simple feature generator for learning statistical lemmatizers.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="DefaultLemmatizerSequenceValidator.html" title="class in opennlp.tools.lemmatizer">DefaultLemmatizerSequenceValidator</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">The default lemmatizer <a href="../util/SequenceValidator.html" title="interface in opennlp.tools.util"><code>SequenceValidator</code></a> implementation.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="DictionaryLemmatizer.html" title="class in opennlp.tools.lemmatizer">DictionaryLemmatizer</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">A <a href="Lemmatizer.html" title="interface in opennlp.tools.lemmatizer"><code>Lemmatizer</code></a> implementation that works by simple dictionary lookup into
a <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"><code>Map</code></a> built from a file containing, for each line:</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="LemmaSample.html" title="class in opennlp.tools.lemmatizer">LemmaSample</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">Represents a lemmatized sentence.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="LemmaSampleEventStream.html" title="class in opennlp.tools.lemmatizer">LemmaSampleEventStream</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">Class for creating an event stream out of data files for training a probabilistic <a href="Lemmatizer.html" title="interface in opennlp.tools.lemmatizer"><code>Lemmatizer</code></a>.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="LemmaSampleSequenceStream.html" title="class in opennlp.tools.lemmatizer">LemmaSampleSequenceStream</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">A <a href="../ml/model/SequenceStream.html" title="interface in opennlp.tools.ml.model"><code>SequenceStream</code></a> implementation encapsulating <a href="LemmaSample.html" title="class in opennlp.tools.lemmatizer"><code>samples</code></a>.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="LemmaSampleStream.html" title="class in opennlp.tools.lemmatizer">LemmaSampleStream</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">Reads data for training and testing the <a href="Lemmatizer.html" title="interface in opennlp.tools.lemmatizer"><code>Lemmatizer</code></a>.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="Lemmatizer.html" title="interface in opennlp.tools.lemmatizer">Lemmatizer</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">The common interface for lemmatizers.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab1"><a href="LemmatizerContextGenerator.html" title="interface in opennlp.tools.lemmatizer">LemmatizerContextGenerator</a></div>
<div class="col-last even-row-color class-summary class-summary-tab1">
<div class="block">Interface for the context generator used for probabilistic <a href="Lemmatizer.html" title="interface in opennlp.tools.lemmatizer"><code>Lemmatizer</code></a>.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab1"><a href="LemmatizerEvaluationMonitor.html" title="interface in opennlp.tools.lemmatizer">LemmatizerEvaluationMonitor</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab1">
<div class="block">A marker interface for evaluating <a href="Lemmatizer.html" title="interface in opennlp.tools.lemmatizer"><code>lemmatizers</code></a>.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="LemmatizerEvaluator.html" title="class in opennlp.tools.lemmatizer">LemmatizerEvaluator</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">The <a href="LemmatizerEvaluator.html" title="class in opennlp.tools.lemmatizer"><code>LemmatizerEvaluator</code></a> measures the performance of
the given <a href="Lemmatizer.html" title="interface in opennlp.tools.lemmatizer"><code>Lemmatizer</code></a> with the provided reference
<a href="LemmaSample.html" title="class in opennlp.tools.lemmatizer"><code>samples</code></a>.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="LemmatizerFactory.html" title="class in opennlp.tools.lemmatizer">LemmatizerFactory</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">The factory that provides <a href="Lemmatizer.html" title="interface in opennlp.tools.lemmatizer"><code>Lemmatizer</code></a> default implementation and
resources.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="LemmatizerME.html" title="class in opennlp.tools.lemmatizer">LemmatizerME</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">A probabilistic <a href="Lemmatizer.html" title="interface in opennlp.tools.lemmatizer"><code>Lemmatizer</code></a> implementation.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="LemmatizerModel.html" title="class in opennlp.tools.lemmatizer">LemmatizerModel</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">The <a href="LemmatizerModel.html" title="class in opennlp.tools.lemmatizer"><code>LemmatizerModel</code></a> is the model used by a learnable <a href="Lemmatizer.html" title="interface in opennlp.tools.lemmatizer"><code>Lemmatizer</code></a>.</div>
</div>
</div>
</div>
</div>
</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>