blob: 806db82fc19fe89b808fe0db0c98c9c39d87f21f [file] [log] [blame]
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (17) -->
<title>Index (Apache OpenNLP Tools Models 2.5.6 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="index">
<meta name="generator" content="javadoc/IndexWriter">
<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.7.1.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
</head>
<body class="index-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>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="nav-bar-cell1-rev">Index</li>
<li><a href="help-doc.html#index">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>Index</h1>
</div>
<a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All&nbsp;Packages</a><span class="vertical-separator">|</span><a href="constant-values.html">Constant&nbsp;Field&nbsp;Values</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized&nbsp;Form</a>
<h2 class="title" id="I:A">A</h2>
<dl class="index">
<dt><a href="opennlp/tools/models/AbstractClassPathModelFinder.html" class="type-name-link" title="class in opennlp.tools.models">AbstractClassPathModelFinder</a> - Class in <a href="opennlp/tools/models/package-summary.html">opennlp.tools.models</a></dt>
<dd>
<div class="block">A base implementation of a <a href="opennlp/tools/models/ClassPathModelFinder.html" title="interface in opennlp.tools.models"><code>ClassPathModelFinder</code></a> for the detection of
OpenNLP models in the classpath.</div>
</dd>
<dt><a href="opennlp/tools/models/AbstractClassPathModelFinder.html#%3Cinit%3E()" class="member-name-link">AbstractClassPathModelFinder()</a> - Constructor for class opennlp.tools.models.<a href="opennlp/tools/models/AbstractClassPathModelFinder.html" title="class in opennlp.tools.models">AbstractClassPathModelFinder</a></dt>
<dd>
<div class="block">By default, it scans for <a href="opennlp/tools/models/ClassPathModelFinder.html#OPENNLP_MODEL_JAR_PREFIX"><code>ClassPathModelFinder.OPENNLP_MODEL_JAR_PREFIX</code></a>.</div>
</dd>
<dt><a href="opennlp/tools/models/AbstractClassPathModelFinder.html#%3Cinit%3E(java.lang.String)" class="member-name-link">AbstractClassPathModelFinder(String)</a> - Constructor for class opennlp.tools.models.<a href="opennlp/tools/models/AbstractClassPathModelFinder.html" title="class in opennlp.tools.models">AbstractClassPathModelFinder</a></dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:C">C</h2>
<dl class="index">
<dt><a href="opennlp/tools/models/classgraph/ClassgraphModelFinder.html" class="type-name-link" title="class in opennlp.tools.models.classgraph">ClassgraphModelFinder</a> - Class in <a href="opennlp/tools/models/classgraph/package-summary.html">opennlp.tools.models.classgraph</a></dt>
<dd>
<div class="block">Enables the detection of OpenNLP models in the classpath via
<a href="https://github.com/classgraph/classgraph">Classgraph</a>.</div>
</dd>
<dt><a href="opennlp/tools/models/classgraph/ClassgraphModelFinder.html#%3Cinit%3E()" class="member-name-link">ClassgraphModelFinder()</a> - Constructor for class opennlp.tools.models.classgraph.<a href="opennlp/tools/models/classgraph/ClassgraphModelFinder.html" title="class in opennlp.tools.models.classgraph">ClassgraphModelFinder</a></dt>
<dd>
<div class="block">By default, it scans for "opennlp-models-*.jar".</div>
</dd>
<dt><a href="opennlp/tools/models/classgraph/ClassgraphModelFinder.html#%3Cinit%3E(java.lang.String)" class="member-name-link">ClassgraphModelFinder(String)</a> - Constructor for class opennlp.tools.models.classgraph.<a href="opennlp/tools/models/classgraph/ClassgraphModelFinder.html" title="class in opennlp.tools.models.classgraph">ClassgraphModelFinder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="opennlp/tools/models/ClassPathLoaderException.html" class="type-name-link" title="class in opennlp.tools.models">ClassPathLoaderException</a> - Exception in <a href="opennlp/tools/models/package-summary.html">opennlp.tools.models</a></dt>
<dd>&nbsp;</dd>
<dt><a href="opennlp/tools/models/ClassPathLoaderException.html#%3Cinit%3E(java.lang.String)" class="member-name-link">ClassPathLoaderException(String)</a> - Constructor for exception opennlp.tools.models.<a href="opennlp/tools/models/ClassPathLoaderException.html" title="class in opennlp.tools.models">ClassPathLoaderException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="opennlp/tools/models/ClassPathLoaderException.html#%3Cinit%3E(java.lang.String,java.lang.Throwable)" class="member-name-link">ClassPathLoaderException(String, Throwable)</a> - Constructor for exception opennlp.tools.models.<a href="opennlp/tools/models/ClassPathLoaderException.html" title="class in opennlp.tools.models">ClassPathLoaderException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="opennlp/tools/models/ClassPathLoaderException.html#%3Cinit%3E(java.lang.Throwable)" class="member-name-link">ClassPathLoaderException(Throwable)</a> - Constructor for exception opennlp.tools.models.<a href="opennlp/tools/models/ClassPathLoaderException.html" title="class in opennlp.tools.models">ClassPathLoaderException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="opennlp/tools/models/ClassPathModel.html" class="type-name-link" title="class in opennlp.tools.models">ClassPathModel</a> - Record Class in <a href="opennlp/tools/models/package-summary.html">opennlp.tools.models</a></dt>
<dd>
<div class="block">A record that holds the binary representation of an OpenNLP model and related properties.</div>
</dd>
<dt><a href="opennlp/tools/models/ClassPathModel.html#%3Cinit%3E(java.util.Properties,byte%5B%5D)" class="member-name-link">ClassPathModel(Properties, byte[])</a> - Constructor for record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModel.html" title="class in opennlp.tools.models">ClassPathModel</a></dt>
<dd>
<div class="block">Creates an instance of a <code>ClassPathModel</code> record class.</div>
</dd>
<dt><a href="opennlp/tools/models/ClassPathModelEntry.html" class="type-name-link" title="class in opennlp.tools.models">ClassPathModelEntry</a> - Record Class in <a href="opennlp/tools/models/package-summary.html">opennlp.tools.models</a></dt>
<dd>
<div class="block">Encapsulates a classpath entry that is associated with a <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/net/URI.html" title="class or interface in java.net" class="external-link"><code>model URI</code></a>
and optional <code>properties</code>.</div>
</dd>
<dt><a href="opennlp/tools/models/ClassPathModelEntry.html#%3Cinit%3E(java.net.URI,java.util.Optional)" class="member-name-link">ClassPathModelEntry(URI, Optional&lt;URI&gt;)</a> - Constructor for record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModelEntry.html" title="class in opennlp.tools.models">ClassPathModelEntry</a></dt>
<dd>
<div class="block">Creates an instance of a <code>ClassPathModelEntry</code> record class.</div>
</dd>
<dt><a href="opennlp/tools/models/ClassPathModelFinder.html" class="type-name-link" title="interface in opennlp.tools.models">ClassPathModelFinder</a> - Interface in <a href="opennlp/tools/models/package-summary.html">opennlp.tools.models</a></dt>
<dd>
<div class="block">Describes a scanner which detects OpenNLP specific model files in an applications's classpath.</div>
</dd>
<dt><a href="opennlp/tools/models/ClassPathModelLoader.html" class="type-name-link" title="class in opennlp.tools.models">ClassPathModelLoader</a> - Class in <a href="opennlp/tools/models/package-summary.html">opennlp.tools.models</a></dt>
<dd>
<div class="block">Responsible for loading OpenNLP models from the classpath via <a href="opennlp/tools/models/ClassPathModelEntry.html" title="class in opennlp.tools.models"><code>entries</code></a>.</div>
</dd>
<dt><a href="opennlp/tools/models/ClassPathModelLoader.html#%3Cinit%3E()" class="member-name-link">ClassPathModelLoader()</a> - Constructor for class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModelLoader.html" title="class in opennlp.tools.models">ClassPathModelLoader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="opennlp/tools/models/ClassPathModelProvider.html" class="type-name-link" title="interface in opennlp.tools.models">ClassPathModelProvider</a> - Interface in <a href="opennlp/tools/models/package-summary.html">opennlp.tools.models</a></dt>
<dd>
<div class="block">A provider for obtaining pre-trained OpenNLP <code>models</code> from
an application's classpath.</div>
</dd>
</dl>
<h2 class="title" id="I:D">D</h2>
<dl class="index">
<dt><a href="opennlp/tools/models/DefaultClassPathModelProvider.html" class="type-name-link" title="class in opennlp.tools.models">DefaultClassPathModelProvider</a> - Class in <a href="opennlp/tools/models/package-summary.html">opennlp.tools.models</a></dt>
<dd>
<div class="block">A default implementation of <a href="opennlp/tools/models/ClassPathModelProvider.html" title="interface in opennlp.tools.models"><code>ClassPathModelProvider</code></a> which by default relies on
<a href="opennlp/tools/models/simple/SimpleClassPathModelFinder.html" title="class in opennlp.tools.models.simple"><code>SimpleClassPathModelFinder</code></a> to scan for models in the current classpath.</div>
</dd>
<dt><a href="opennlp/tools/models/DefaultClassPathModelProvider.html#%3Cinit%3E()" class="member-name-link">DefaultClassPathModelProvider()</a> - Constructor for class opennlp.tools.models.<a href="opennlp/tools/models/DefaultClassPathModelProvider.html" title="class in opennlp.tools.models">DefaultClassPathModelProvider</a></dt>
<dd>
<div class="block">Instantiates a <a href="opennlp/tools/models/DefaultClassPathModelProvider.html" title="class in opennlp.tools.models"><code>DefaultClassPathModelProvider</code></a> with a <a href="opennlp/tools/models/simple/SimpleClassPathModelFinder.html" title="class in opennlp.tools.models.simple"><code>SimpleClassPathModelFinder</code></a>
and uses a default <a href="opennlp/tools/models/ClassPathModelLoader.html" title="class in opennlp.tools.models"><code>ClassPathModelLoader</code></a>.</div>
</dd>
<dt><a href="opennlp/tools/models/DefaultClassPathModelProvider.html#%3Cinit%3E(opennlp.tools.models.ClassPathModelFinder,opennlp.tools.models.ClassPathModelLoader)" class="member-name-link">DefaultClassPathModelProvider(ClassPathModelFinder, ClassPathModelLoader)</a> - Constructor for class opennlp.tools.models.<a href="opennlp/tools/models/DefaultClassPathModelProvider.html" title="class in opennlp.tools.models">DefaultClassPathModelProvider</a></dt>
<dd>
<div class="block">Instantiates a <a href="opennlp/tools/models/DefaultClassPathModelProvider.html" title="class in opennlp.tools.models"><code>DefaultClassPathModelProvider</code></a> with the specified <code>modelJarPattern</code>,
a <a href="opennlp/tools/models/ClassPathModelFinder.html" title="interface in opennlp.tools.models"><code>model finder</code></a> and a <a href="opennlp/tools/models/ClassPathModelLoader.html" title="class in opennlp.tools.models"><code>model loader</code></a> instance.</div>
</dd>
</dl>
<h2 class="title" id="I:E">E</h2>
<dl class="index">
<dt><a href="opennlp/tools/models/ClassPathModel.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModel.html" title="class in opennlp.tools.models">ClassPathModel</a></dt>
<dd>
<div class="block">Indicates whether some other object is "equal to" this one.</div>
</dd>
<dt><a href="opennlp/tools/models/ClassPathModelEntry.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModelEntry.html" title="class in opennlp.tools.models">ClassPathModelEntry</a></dt>
<dd>
<div class="block">Indicates whether some other object is "equal to" this one.</div>
</dd>
</dl>
<h2 class="title" id="I:F">F</h2>
<dl class="index">
<dt><a href="opennlp/tools/models/AbstractClassPathModelFinder.html#findModels(boolean)" class="member-name-link">findModels(boolean)</a> - Method in class opennlp.tools.models.<a href="opennlp/tools/models/AbstractClassPathModelFinder.html" title="class in opennlp.tools.models">AbstractClassPathModelFinder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="opennlp/tools/models/ClassPathModelFinder.html#findModels(boolean)" class="member-name-link">findModels(boolean)</a> - Method in interface opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModelFinder.html" title="interface in opennlp.tools.models">ClassPathModelFinder</a></dt>
<dd>
<div class="block">Finds OpenNLP models available within an applications's classpath.</div>
</dd>
</dl>
<h2 class="title" id="I:G">G</h2>
<dl class="index">
<dt><a href="opennlp/tools/models/ClassPathModel.html#getModelLanguage()" class="member-name-link">getModelLanguage()</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModel.html" title="class in opennlp.tools.models">ClassPathModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="opennlp/tools/models/ClassPathModel.html#getModelName()" class="member-name-link">getModelName()</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModel.html" title="class in opennlp.tools.models">ClassPathModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="opennlp/tools/models/ClassPathModel.html#getModelSHA256()" class="member-name-link">getModelSHA256()</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModel.html" title="class in opennlp.tools.models">ClassPathModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="opennlp/tools/models/ClassPathModel.html#getModelVersion()" class="member-name-link">getModelVersion()</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModel.html" title="class in opennlp.tools.models">ClassPathModel</a></dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:H">H</h2>
<dl class="index">
<dt><a href="opennlp/tools/models/ClassPathModel.html#hashCode()" class="member-name-link">hashCode()</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModel.html" title="class in opennlp.tools.models">ClassPathModel</a></dt>
<dd>
<div class="block">Returns a hash code value for this object.</div>
</dd>
<dt><a href="opennlp/tools/models/ClassPathModelEntry.html#hashCode()" class="member-name-link">hashCode()</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModelEntry.html" title="class in opennlp.tools.models">ClassPathModelEntry</a></dt>
<dd>
<div class="block">Returns a hash code value for this object.</div>
</dd>
</dl>
<h2 class="title" id="I:L">L</h2>
<dl class="index">
<dt><a href="opennlp/tools/models/ClassPathModelProvider.html#load(java.lang.String,opennlp.tools.models.ModelType,java.lang.Class)" class="member-name-link">load(String, ModelType, Class&lt;T&gt;)</a> - Method in interface opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModelProvider.html" title="interface in opennlp.tools.models">ClassPathModelProvider</a></dt>
<dd>
<div class="block">Restores a <a href="opennlp/tools/models/ClassPathModelProvider.html" title="interface in opennlp.tools.models"><code>model</code></a> among all classpath models at runtime
according to the specified parameters <code>lang</code> and <code>type</code>.</div>
</dd>
<dt><a href="opennlp/tools/models/DefaultClassPathModelProvider.html#load(java.lang.String,opennlp.tools.models.ModelType,java.lang.Class)" class="member-name-link">load(String, ModelType, Class&lt;T&gt;)</a> - Method in class opennlp.tools.models.<a href="opennlp/tools/models/DefaultClassPathModelProvider.html" title="class in opennlp.tools.models">DefaultClassPathModelProvider</a></dt>
<dd>
<div class="block">Restores a <a href="opennlp/tools/models/ClassPathModelProvider.html" title="interface in opennlp.tools.models"><code>model</code></a> among all classpath models at runtime
according to the specified parameters <code>lang</code> and <code>type</code>.</div>
</dd>
<dt><a href="opennlp/tools/models/ClassPathModelProvider.html#load(java.lang.String,opennlp.tools.models.ModelType,java.lang.Class,boolean)" class="member-name-link">load(String, ModelType, Class&lt;T&gt;, boolean)</a> - Method in interface opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModelProvider.html" title="interface in opennlp.tools.models">ClassPathModelProvider</a></dt>
<dd>
<div class="block">Restores a <a href="opennlp/tools/models/ClassPathModelProvider.html" title="interface in opennlp.tools.models"><code>model</code></a> among all classpath models at runtime
according to the specified parameters <code>lang</code> and <code>type</code>.</div>
</dd>
<dt><a href="opennlp/tools/models/DefaultClassPathModelProvider.html#load(java.lang.String,opennlp.tools.models.ModelType,java.lang.Class,boolean)" class="member-name-link">load(String, ModelType, Class&lt;T&gt;, boolean)</a> - Method in class opennlp.tools.models.<a href="opennlp/tools/models/DefaultClassPathModelProvider.html" title="class in opennlp.tools.models">DefaultClassPathModelProvider</a></dt>
<dd>
<div class="block">Restores a <a href="opennlp/tools/models/ClassPathModelProvider.html" title="interface in opennlp.tools.models"><code>model</code></a> among all classpath models at runtime
according to the specified parameters <code>lang</code> and <code>type</code>.</div>
</dd>
<dt><a href="opennlp/tools/models/ClassPathModelLoader.html#load(opennlp.tools.models.ClassPathModelEntry)" class="member-name-link">load(ClassPathModelEntry)</a> - Method in class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModelLoader.html" title="class in opennlp.tools.models">ClassPathModelLoader</a></dt>
<dd>
<div class="block">Loads a <a href="opennlp/tools/models/ClassPathModel.html" title="class in opennlp.tools.models"><code>ClassPathModel</code></a> from a <a href="opennlp/tools/models/ClassPathModelEntry.html" title="class in opennlp.tools.models"><code>ClassPathModelEntry</code></a></div>
</dd>
</dl>
<h2 class="title" id="I:M">M</h2>
<dl class="index">
<dt><a href="opennlp/tools/models/ClassPathModel.html#model()" class="member-name-link">model()</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModel.html" title="class in opennlp.tools.models">ClassPathModel</a></dt>
<dd>
<div class="block">Returns the value of the <a href="./opennlp/tools/models/ClassPathModel.html#param-model"><code>model</code></a> record component.</div>
</dd>
<dt><a href="opennlp/tools/models/ClassPathModelEntry.html#model()" class="member-name-link">model()</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModelEntry.html" title="class in opennlp.tools.models">ClassPathModelEntry</a></dt>
<dd>
<div class="block">Returns the value of the <a href="./opennlp/tools/models/ClassPathModelEntry.html#param-model"><code>model</code></a> record component.</div>
</dd>
</dl>
<h2 class="title" id="I:O">O</h2>
<dl class="index">
<dt><a href="opennlp/tools/models/ClassPathModelFinder.html#OPENNLP_MODEL_JAR_PREFIX" class="member-name-link">OPENNLP_MODEL_JAR_PREFIX</a> - Static variable in interface opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModelFinder.html" title="interface in opennlp.tools.models">ClassPathModelFinder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="opennlp/tools/models/package-summary.html">opennlp.tools.models</a> - package opennlp.tools.models</dt>
<dd>&nbsp;</dd>
<dt><a href="opennlp/tools/models/classgraph/package-summary.html">opennlp.tools.models.classgraph</a> - package opennlp.tools.models.classgraph</dt>
<dd>&nbsp;</dd>
<dt><a href="opennlp/tools/models/simple/package-summary.html">opennlp.tools.models.simple</a> - package opennlp.tools.models.simple</dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:P">P</h2>
<dl class="index">
<dt><a href="opennlp/tools/models/ClassPathModel.html#properties()" class="member-name-link">properties()</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModel.html" title="class in opennlp.tools.models">ClassPathModel</a></dt>
<dd>
<div class="block">Returns the value of the <a href="./opennlp/tools/models/ClassPathModel.html#param-properties"><code>properties</code></a> record component.</div>
</dd>
<dt><a href="opennlp/tools/models/ClassPathModelEntry.html#properties()" class="member-name-link">properties()</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModelEntry.html" title="class in opennlp.tools.models">ClassPathModelEntry</a></dt>
<dd>
<div class="block">Returns the value of the <a href="./opennlp/tools/models/ClassPathModelEntry.html#param-properties"><code>properties</code></a> record component.</div>
</dd>
</dl>
<h2 class="title" id="I:S">S</h2>
<dl class="index">
<dt><a href="opennlp/tools/models/simple/SimpleClassPathModelFinder.html" class="type-name-link" title="class in opennlp.tools.models.simple">SimpleClassPathModelFinder</a> - Class in <a href="opennlp/tools/models/simple/package-summary.html">opennlp.tools.models.simple</a></dt>
<dd>
<div class="block">Enables the detection of OpenNLP models in the classpath via JDK classes
By default, this class will search for JAR files starting with "opennlp-models-*".</div>
</dd>
<dt><a href="opennlp/tools/models/simple/SimpleClassPathModelFinder.html#%3Cinit%3E()" class="member-name-link">SimpleClassPathModelFinder()</a> - Constructor for class opennlp.tools.models.simple.<a href="opennlp/tools/models/simple/SimpleClassPathModelFinder.html" title="class in opennlp.tools.models.simple">SimpleClassPathModelFinder</a></dt>
<dd>
<div class="block">By default, it scans for <a href="opennlp/tools/models/ClassPathModelFinder.html#OPENNLP_MODEL_JAR_PREFIX"><code>ClassPathModelFinder.OPENNLP_MODEL_JAR_PREFIX</code></a>.</div>
</dd>
<dt><a href="opennlp/tools/models/simple/SimpleClassPathModelFinder.html#%3Cinit%3E(java.lang.String)" class="member-name-link">SimpleClassPathModelFinder(String)</a> - Constructor for class opennlp.tools.models.simple.<a href="opennlp/tools/models/simple/SimpleClassPathModelFinder.html" title="class in opennlp.tools.models.simple">SimpleClassPathModelFinder</a></dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:T">T</h2>
<dl class="index">
<dt><a href="opennlp/tools/models/ClassPathModel.html#toString()" class="member-name-link">toString()</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModel.html" title="class in opennlp.tools.models">ClassPathModel</a></dt>
<dd>
<div class="block">Returns a string representation of this record class.</div>
</dd>
<dt><a href="opennlp/tools/models/ClassPathModelEntry.html#toString()" class="member-name-link">toString()</a> - Method in record class opennlp.tools.models.<a href="opennlp/tools/models/ClassPathModelEntry.html" title="class in opennlp.tools.models">ClassPathModelEntry</a></dt>
<dd>
<div class="block">Returns a string representation of this record class.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All&nbsp;Packages</a><span class="vertical-separator">|</span><a href="constant-values.html">Constant&nbsp;Field&nbsp;Values</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized&nbsp;Form</a></main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>