blob: 2cfe5ac153327717e4323f658ebf37b187b086ab [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Class opennlp.tools.ml.model.Event (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.ml.model, class: Event">
<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="../Event.html" title="class in opennlp.tools.ml.model">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.ml.model.Event" class="title">Uses of Class<br>opennlp.tools.ml.model.Event</h1>
</div>
<div class="caption"><span>Packages that use <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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.chunker">opennlp.tools.chunker</a></div>
<div class="col-last even-row-color">
<div class="block">Package related to finding non-recursive syntactic annotation such as noun phrase chunks.</div>
</div>
<div class="col-first odd-row-color"><a href="#opennlp.tools.doccat">opennlp.tools.doccat</a></div>
<div class="col-last odd-row-color">
<div class="block">Package for classifying a document into a category.</div>
</div>
<div class="col-first even-row-color"><a href="#opennlp.tools.langdetect">opennlp.tools.langdetect</a></div>
<div class="col-last even-row-color">
<div class="block">Package related to predicting languages from samples of text.</div>
</div>
<div class="col-first odd-row-color"><a href="#opennlp.tools.lemmatizer">opennlp.tools.lemmatizer</a></div>
<div class="col-last odd-row-color">
<div class="block">Package related to the lemmatizer functionality.</div>
</div>
<div class="col-first even-row-color"><a href="#opennlp.tools.ml">opennlp.tools.ml</a></div>
<div class="col-last even-row-color">
<div class="block">Package related to Machine Learning (ML) features of OpenNLP, the related ML models, and trainers.</div>
</div>
<div class="col-first odd-row-color"><a href="#opennlp.tools.ml.maxent">opennlp.tools.ml.maxent</a></div>
<div class="col-last odd-row-color">
<div class="block">Package related to ML by means of the Maximum Entropy (ME) algorithm.</div>
</div>
<div class="col-first even-row-color"><a href="#opennlp.tools.ml.model">opennlp.tools.ml.model</a></div>
<div class="col-last even-row-color">
<div class="block">Package related to ML models and feature selection techniques.</div>
</div>
<div class="col-first odd-row-color"><a href="#opennlp.tools.ml.perceptron">opennlp.tools.ml.perceptron</a></div>
<div class="col-last odd-row-color">
<div class="block">Package related to ML by means of the perceptron algorithm.</div>
</div>
<div class="col-first even-row-color"><a href="#opennlp.tools.namefind">opennlp.tools.namefind</a></div>
<div class="col-last even-row-color">
<div class="block">Package related to finding proper names and numeric amounts.</div>
</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 class="col-first even-row-color"><a href="#opennlp.tools.postag">opennlp.tools.postag</a></div>
<div class="col-last even-row-color">
<div class="block">Package related to part-of-speech tagging.</div>
</div>
<div class="col-first odd-row-color"><a href="#opennlp.tools.sentdetect">opennlp.tools.sentdetect</a></div>
<div class="col-last odd-row-color">
<div class="block">Package related to identifying sentence boundaries.</div>
</div>
<div class="col-first even-row-color"><a href="#opennlp.tools.tokenize">opennlp.tools.tokenize</a></div>
<div class="col-last even-row-color">
<div class="block">Contains classes related to finding token or words in a string.</div>
</div>
<div class="col-first odd-row-color"><a href="#opennlp.tools.util">opennlp.tools.util</a></div>
<div class="col-last odd-row-color">
<div class="block">Package containing utility data structures and algorithms used by multiple other packages.</div>
</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="opennlp.tools.chunker">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../../chunker/package-summary.html">opennlp.tools.chunker</a></h2>
<div class="caption"><span>Methods in <a href="../../../chunker/package-summary.html">opennlp.tools.chunker</a> that return <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="../Event.html" title="class in opennlp.tools.ml.model">Event</a>[]</code></div>
<div class="col-second even-row-color"><span class="type-name-label">ChunkSampleSequenceStream.</span><code><a href="../../../chunker/ChunkSampleSequenceStream.html#updateContext(opennlp.tools.ml.model.Sequence,opennlp.tools.ml.model.AbstractModel)" class="member-name-link">updateContext</a><wbr>(<a href="../Sequence.html" title="class in opennlp.tools.ml.model">Sequence</a>&lt;<a href="../../../chunker/ChunkSample.html" title="class in opennlp.tools.chunker">ChunkSample</a>&gt;&nbsp;sequence,
<a href="../AbstractModel.html" title="class in opennlp.tools.ml.model">AbstractModel</a>&nbsp;model)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Methods in <a href="../../../chunker/package-summary.html">opennlp.tools.chunker</a> that return types with arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">ChunkerEventStream.</span><code><a href="../../../chunker/ChunkerEventStream.html#createEvents(opennlp.tools.chunker.ChunkSample)" class="member-name-link">createEvents</a><wbr>(<a href="../../../chunker/ChunkSample.html" title="class in opennlp.tools.chunker">ChunkSample</a>&nbsp;sample)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.doccat">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../../doccat/package-summary.html">opennlp.tools.doccat</a></h2>
<div class="caption"><span>Methods in <a href="../../../doccat/package-summary.html">opennlp.tools.doccat</a> that return types with arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">DocumentCategorizerEventStream.</span><code><a href="../../../doccat/DocumentCategorizerEventStream.html#createEvents(opennlp.tools.doccat.DocumentSample)" class="member-name-link">createEvents</a><wbr>(<a href="../../../doccat/DocumentSample.html" title="class in opennlp.tools.doccat">DocumentSample</a>&nbsp;sample)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.langdetect">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../../langdetect/package-summary.html">opennlp.tools.langdetect</a></h2>
<div class="caption"><span>Methods in <a href="../../../langdetect/package-summary.html">opennlp.tools.langdetect</a> that return types with arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">LanguageDetectorEventStream.</span><code><a href="../../../langdetect/LanguageDetectorEventStream.html#createEvents(opennlp.tools.langdetect.LanguageSample)" class="member-name-link">createEvents</a><wbr>(<a href="../../../langdetect/LanguageSample.html" title="class in opennlp.tools.langdetect">LanguageSample</a>&nbsp;sample)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.lemmatizer">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../../lemmatizer/package-summary.html">opennlp.tools.lemmatizer</a></h2>
<div class="caption"><span>Methods in <a href="../../../lemmatizer/package-summary.html">opennlp.tools.lemmatizer</a> that return <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="../Event.html" title="class in opennlp.tools.ml.model">Event</a>[]</code></div>
<div class="col-second even-row-color"><span class="type-name-label">LemmaSampleSequenceStream.</span><code><a href="../../../lemmatizer/LemmaSampleSequenceStream.html#updateContext(opennlp.tools.ml.model.Sequence,opennlp.tools.ml.model.AbstractModel)" class="member-name-link">updateContext</a><wbr>(<a href="../Sequence.html" title="class in opennlp.tools.ml.model">Sequence</a>&lt;<a href="../../../lemmatizer/LemmaSample.html" title="class in opennlp.tools.lemmatizer">LemmaSample</a>&gt;&nbsp;sequence,
<a href="../AbstractModel.html" title="class in opennlp.tools.ml.model">AbstractModel</a>&nbsp;model)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Methods in <a href="../../../lemmatizer/package-summary.html">opennlp.tools.lemmatizer</a> that return types with arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">LemmaSampleEventStream.</span><code><a href="../../../lemmatizer/LemmaSampleEventStream.html#createEvents(opennlp.tools.lemmatizer.LemmaSample)" class="member-name-link">createEvents</a><wbr>(<a href="../../../lemmatizer/LemmaSample.html" title="class in opennlp.tools.lemmatizer">LemmaSample</a>&nbsp;sample)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.ml">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../package-summary.html">opennlp.tools.ml</a></h2>
<div class="caption"><span>Method parameters in <a href="../../package-summary.html">opennlp.tools.ml</a> with type arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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>abstract <a href="../MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractEventModelSequenceTrainer.</span><code><a href="../../AbstractEventModelSequenceTrainer.html#doTrain(opennlp.tools.ml.model.SequenceStream)" class="member-name-link">doTrain</a><wbr>(<a href="../SequenceStream.html" title="interface in opennlp.tools.ml.model">SequenceStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;events)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../DataIndexer.html" title="interface in opennlp.tools.ml.model">DataIndexer</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">AbstractEventTrainer.</span><code><a href="../../AbstractEventTrainer.html#getDataIndexer(opennlp.tools.util.ObjectStream)" class="member-name-link">getDataIndexer</a><wbr>(<a href="../../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;events)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>final <a href="../MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractEventModelSequenceTrainer.</span><code><a href="../../AbstractEventModelSequenceTrainer.html#train(opennlp.tools.ml.model.SequenceStream)" class="member-name-link">train</a><wbr>(<a href="../SequenceStream.html" title="interface in opennlp.tools.ml.model">SequenceStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;events)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>final <a href="../MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">AbstractEventTrainer.</span><code><a href="../../AbstractEventTrainer.html#train(opennlp.tools.util.ObjectStream)" class="member-name-link">train</a><wbr>(<a href="../../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;events)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../MaxentModel.html" title="interface in opennlp.tools.ml.model">MaxentModel</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">EventTrainer.</span><code><a href="../../EventTrainer.html#train(opennlp.tools.util.ObjectStream)" class="member-name-link">train</a><wbr>(<a href="../../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;events)</code></div>
<div class="col-last even-row-color">
<div class="block">Trains a <a href="../MaxentModel.html" title="interface in opennlp.tools.ml.model"><code>MaxentModel</code></a> for given <a href="../../../util/ObjectStream.html" title="interface in opennlp.tools.util"><code>events</code></a>.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.ml.maxent">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../maxent/package-summary.html">opennlp.tools.ml.maxent</a></h2>
<div class="caption"><span>Methods in <a href="../../maxent/package-summary.html">opennlp.tools.ml.maxent</a> that return <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="../Event.html" title="class in opennlp.tools.ml.model">Event</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">RealBasicEventStream.</span><code><a href="../../maxent/RealBasicEventStream.html#read()" class="member-name-link">read</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Returns the next <a href="../../../util/ObjectStream.html" title="interface in opennlp.tools.util"><code>ObjectStream</code></a> object.</div>
</div>
</div>
<div class="caption"><span>Method parameters in <a href="../../maxent/package-summary.html">opennlp.tools.ml.maxent</a> with type arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="../../maxent/GISModel.html" title="class in opennlp.tools.ml.maxent">GISModel</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">GISTrainer.</span><code><a href="../../maxent/GISTrainer.html#trainModel(opennlp.tools.util.ObjectStream)" class="member-name-link">trainModel</a><wbr>(<a href="../../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;eventStream)</code></div>
<div class="col-last even-row-color">
<div class="block">Trains a model using the GIS algorithm, assuming 100 iterations and no
cutoff.</div>
</div>
<div class="col-first odd-row-color"><code><a href="../../maxent/GISModel.html" title="class in opennlp.tools.ml.maxent">GISModel</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">GISTrainer.</span><code><a href="../../maxent/GISTrainer.html#trainModel(opennlp.tools.util.ObjectStream,int,int)" class="member-name-link">trainModel</a><wbr>(<a href="../../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;eventStream,
int&nbsp;iterations,
int&nbsp;cutoff)</code></div>
<div class="col-last odd-row-color">
<div class="block">Trains a GIS model on the event in the specified event stream, using the specified number
of iterations and the specified count cutoff.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.ml.model">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../package-summary.html">opennlp.tools.ml.model</a></h2>
<div class="caption"><span>Methods in <a href="../package-summary.html">opennlp.tools.ml.model</a> that return <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="../Event.html" title="class in opennlp.tools.ml.model">Event</a>[]</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Sequence.</span><code><a href="../Sequence.html#getEvents()" class="member-name-link">getEvents</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">FileEventStream.</span><code><a href="../FileEventStream.html#read()" class="member-name-link">read</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns the next <a href="../Event.html" title="class in opennlp.tools.ml.model"><code>Event</code></a> object.</div>
</div>
<div class="col-first even-row-color"><code><a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">HashSumEventStream.</span><code><a href="../HashSumEventStream.html#read()" class="member-name-link">read</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">RealValueFileEventStream.</span><code><a href="../RealValueFileEventStream.html#read()" class="member-name-link">read</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns the next <a href="../Event.html" title="class in opennlp.tools.ml.model"><code>Event</code></a> object.</div>
</div>
<div class="col-first even-row-color"><code><a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">SequenceStreamEventStream.</span><code><a href="../SequenceStreamEventStream.html#read()" class="member-name-link">read</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>[]</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">SequenceStream.</span><code><a href="../SequenceStream.html#updateContext(opennlp.tools.ml.model.Sequence,opennlp.tools.ml.model.AbstractModel)" class="member-name-link">updateContext</a><wbr>(<a href="../Sequence.html" title="class in opennlp.tools.ml.model">Sequence</a>&lt;<a href="../SequenceStream.html" title="type parameter in SequenceStream">S</a>&gt;&nbsp;sequence,
<a href="../AbstractModel.html" title="class in opennlp.tools.ml.model">AbstractModel</a>&nbsp;model)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates a new event array based on the outcomes predicted by the specified parameters
for the specified <a href="../Sequence.html" title="class in opennlp.tools.ml.model"><code>Sequence</code></a>.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">opennlp.tools.ml.model</a> with parameters of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="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></code></div>
<div class="col-second even-row-color"><span class="type-name-label">FileEventStream.</span><code><a href="../FileEventStream.html#toLine(opennlp.tools.ml.model.Event)" class="member-name-link">toLine</a><wbr>(<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&nbsp;event)</code></div>
<div class="col-last even-row-color">
<div class="block">Generates a string representing the specified event.</div>
</div>
</div>
<div class="caption"><span>Method parameters in <a href="../package-summary.html">opennlp.tools.ml.model</a> with type arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../ComparableEvent.html" title="class in opennlp.tools.ml.model">ComparableEvent</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractDataIndexer.</span><code><a href="../AbstractDataIndexer.html#index(opennlp.tools.util.ObjectStream,java.util.Map)" class="member-name-link">index</a><wbr>(<a href="../../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;events,
<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/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a>&gt;&nbsp;predicateIndex)</code></div>
<div class="col-last even-row-color">
<div class="block">Performs the data indexing.</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">DataIndexer.</span><code><a href="../DataIndexer.html#index(opennlp.tools.util.ObjectStream)" class="member-name-link">index</a><wbr>(<a href="../../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;eventStream)</code></div>
<div class="col-last odd-row-color">
<div class="block">Performs the data indexing.</div>
</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">OnePassDataIndexer.</span><code><a href="../OnePassDataIndexer.html#index(opennlp.tools.util.ObjectStream)" class="member-name-link">index</a><wbr>(<a href="../../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;eventStream)</code></div>
<div class="col-last even-row-color">
<div class="block">Performs the data indexing.</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">TwoPassDataIndexer.</span><code><a href="../TwoPassDataIndexer.html#index(opennlp.tools.util.ObjectStream)" class="member-name-link">index</a><wbr>(<a href="../../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;eventStream)</code></div>
<div class="col-last odd-row-color">
<div class="block">Performs the data indexing.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../package-summary.html">opennlp.tools.ml.model</a> with parameters of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="../Sequence.html#%3Cinit%3E(opennlp.tools.ml.model.Event%5B%5D,T)" class="member-name-link">Sequence</a><wbr>(<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>[]&nbsp;events,
<a href="../Sequence.html" title="type parameter in Sequence">T</a>&nbsp;source)</code></div>
<div class="col-last even-row-color">
<div class="block">Initializes <a href="../Sequence.html" title="class in opennlp.tools.ml.model"><code>Sequence</code></a> made up of the specified events and derived from the
specified source.</div>
</div>
</div>
<div class="caption"><span>Constructor parameters in <a href="../package-summary.html">opennlp.tools.ml.model</a> with type arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="../HashSumEventStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream)" class="member-name-link">HashSumEventStream</a><wbr>(<a href="../../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;eventStream)</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="../SequenceStreamEventStream.html#%3Cinit%3E(opennlp.tools.ml.model.SequenceStream)" class="member-name-link">SequenceStreamEventStream</a><wbr>(<a href="../SequenceStream.html" title="interface in opennlp.tools.ml.model">SequenceStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;sequenceStream)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.ml.perceptron">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../perceptron/package-summary.html">opennlp.tools.ml.perceptron</a></h2>
<div class="caption"><span>Method parameters in <a href="../../perceptron/package-summary.html">opennlp.tools.ml.perceptron</a> with type arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="../AbstractModel.html" title="class in opennlp.tools.ml.model">AbstractModel</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">SimplePerceptronSequenceTrainer.</span><code><a href="../../perceptron/SimplePerceptronSequenceTrainer.html#doTrain(opennlp.tools.ml.model.SequenceStream)" class="member-name-link">doTrain</a><wbr>(<a href="../SequenceStream.html" title="interface in opennlp.tools.ml.model">SequenceStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;events)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../AbstractModel.html" title="class in opennlp.tools.ml.model">AbstractModel</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">SimplePerceptronSequenceTrainer.</span><code><a href="../../perceptron/SimplePerceptronSequenceTrainer.html#trainModel(int,opennlp.tools.ml.model.SequenceStream,int,boolean)" class="member-name-link">trainModel</a><wbr>(int&nbsp;iterations,
<a href="../SequenceStream.html" title="interface in opennlp.tools.ml.model">SequenceStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;sequenceStream,
int&nbsp;cutoff,
boolean&nbsp;useAverage)</code></div>
<div class="col-last odd-row-color">
<div class="block">Trains a <a href="../../perceptron/PerceptronModel.html" title="class in opennlp.tools.ml.perceptron"><code>PerceptronModel</code></a> with given parameters.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.namefind">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../../namefind/package-summary.html">opennlp.tools.namefind</a></h2>
<div class="caption"><span>Methods in <a href="../../../namefind/package-summary.html">opennlp.tools.namefind</a> that return <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="../Event.html" title="class in opennlp.tools.ml.model">Event</a>[]</code></div>
<div class="col-second even-row-color"><span class="type-name-label">NameSampleSequenceStream.</span><code><a href="../../../namefind/NameSampleSequenceStream.html#updateContext(opennlp.tools.ml.model.Sequence,opennlp.tools.ml.model.AbstractModel)" class="member-name-link">updateContext</a><wbr>(<a href="../Sequence.html" title="class in opennlp.tools.ml.model">Sequence</a>&lt;<a href="../../../namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</a>&gt;&nbsp;sequence,
<a href="../AbstractModel.html" title="class in opennlp.tools.ml.model">AbstractModel</a>&nbsp;model)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Methods in <a href="../../../namefind/package-summary.html">opennlp.tools.namefind</a> that return types with arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">NameFinderEventStream.</span><code><a href="../../../namefind/NameFinderEventStream.html#createEvents(opennlp.tools.namefind.NameSample)" class="member-name-link">createEvents</a><wbr>(<a href="../../../namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</a>&nbsp;sample)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">NameFinderEventStream.</span><code><a href="../../../namefind/NameFinderEventStream.html#generateEvents(java.lang.String%5B%5D,java.lang.String%5B%5D,opennlp.tools.namefind.NameContextGenerator)" class="member-name-link">generateEvents</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;sentence,
<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;outcomes,
<a href="../../../namefind/NameContextGenerator.html" title="interface in opennlp.tools.namefind">NameContextGenerator</a>&nbsp;cg)</code></div>
<div class="col-last odd-row-color">
<div class="block">Generates <a href="../Event.html" title="class in opennlp.tools.ml.model"><code>events</code></a> for each token in a <code>sentence</code>
with the specified <code>outcomes</code> using the specified <a href="../../../namefind/NameContextGenerator.html" title="interface in opennlp.tools.namefind"><code>NameContextGenerator</code></a>.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.parser">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../../parser/package-summary.html">opennlp.tools.parser</a></h2>
<div class="caption"><span>Methods in <a href="../../../parser/package-summary.html">opennlp.tools.parser</a> that return types with arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractParserEventStream.</span><code><a href="../../../parser/AbstractParserEventStream.html#createEvents(opennlp.tools.parser.Parse)" class="member-name-link">createEvents</a><wbr>(<a href="../../../parser/Parse.html" title="class in opennlp.tools.parser">Parse</a>&nbsp;sample)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Method parameters in <a href="../../../parser/package-summary.html">opennlp.tools.parser</a> with type arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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 abstract void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractParserEventStream.</span><code><a href="../../../parser/AbstractParserEventStream.html#addParseEvents(java.util.List,opennlp.tools.parser.Parse%5B%5D)" class="member-name-link">addParseEvents</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;newEvents,
<a href="../../../parser/Parse.html" title="class in opennlp.tools.parser">Parse</a>[]&nbsp;chunks)</code></div>
<div class="col-last even-row-color">
<div class="block">Produces all events for the specified sentence <code>chunks</code>
and adds them to the specified <code>newEvents</code> list.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.parser.chunking">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../../parser/chunking/package-summary.html">opennlp.tools.parser.chunking</a></h2>
<div class="caption"><span>Method parameters in <a href="../../../parser/chunking/package-summary.html">opennlp.tools.parser.chunking</a> with type arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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 void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">ParserEventStream.</span><code><a href="../../../parser/chunking/ParserEventStream.html#addParseEvents(java.util.List,opennlp.tools.parser.Parse%5B%5D)" class="member-name-link">addParseEvents</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;parseEvents,
<a href="../../../parser/Parse.html" title="class in opennlp.tools.parser">Parse</a>[]&nbsp;chunks)</code></div>
<div class="col-last even-row-color">
<div class="block">Adds <a href="../Event.html" title="class in opennlp.tools.ml.model"><code>events</code></a> for parsing (post tagging and chunking)
to the specified list of events for the specified parse chunks.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.parser.treeinsert">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../../parser/treeinsert/package-summary.html">opennlp.tools.parser.treeinsert</a></h2>
<div class="caption"><span>Method parameters in <a href="../../../parser/treeinsert/package-summary.html">opennlp.tools.parser.treeinsert</a> with type arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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 void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">ParserEventStream.</span><code><a href="../../../parser/treeinsert/ParserEventStream.html#addParseEvents(java.util.List,opennlp.tools.parser.Parse%5B%5D)" class="member-name-link">addParseEvents</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;parseEvents,
<a href="../../../parser/Parse.html" title="class in opennlp.tools.parser">Parse</a>[]&nbsp;chunks)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.postag">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../../postag/package-summary.html">opennlp.tools.postag</a></h2>
<div class="caption"><span>Methods in <a href="../../../postag/package-summary.html">opennlp.tools.postag</a> that return <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="../Event.html" title="class in opennlp.tools.ml.model">Event</a>[]</code></div>
<div class="col-second even-row-color"><span class="type-name-label">POSSampleSequenceStream.</span><code><a href="../../../postag/POSSampleSequenceStream.html#updateContext(opennlp.tools.ml.model.Sequence,opennlp.tools.ml.model.AbstractModel)" class="member-name-link">updateContext</a><wbr>(<a href="../Sequence.html" title="class in opennlp.tools.ml.model">Sequence</a>&lt;<a href="../../../postag/POSSample.html" title="class in opennlp.tools.postag">POSSample</a>&gt;&nbsp;pss,
<a href="../AbstractModel.html" title="class in opennlp.tools.ml.model">AbstractModel</a>&nbsp;model)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Methods in <a href="../../../postag/package-summary.html">opennlp.tools.postag</a> that return types with arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">POSSampleEventStream.</span><code><a href="../../../postag/POSSampleEventStream.html#createEvents(opennlp.tools.postag.POSSample)" class="member-name-link">createEvents</a><wbr>(<a href="../../../postag/POSSample.html" title="class in opennlp.tools.postag">POSSample</a>&nbsp;sample)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">POSSampleEventStream.</span><code><a href="../../../postag/POSSampleEventStream.html#generateEvents(java.lang.String%5B%5D,java.lang.String%5B%5D,java.lang.Object%5B%5D,opennlp.tools.postag.POSContextGenerator)" class="member-name-link">generateEvents</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;sentence,
<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;tags,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>[]&nbsp;additionalContext,
<a href="../../../postag/POSContextGenerator.html" title="interface in opennlp.tools.postag">POSContextGenerator</a>&nbsp;cg)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">POSSampleEventStream.</span><code><a href="../../../postag/POSSampleEventStream.html#generateEvents(java.lang.String%5B%5D,java.lang.String%5B%5D,opennlp.tools.postag.POSContextGenerator)" class="member-name-link">generateEvents</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;sentence,
<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;tags,
<a href="../../../postag/POSContextGenerator.html" title="interface in opennlp.tools.postag">POSContextGenerator</a>&nbsp;cg)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.sentdetect">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../../sentdetect/package-summary.html">opennlp.tools.sentdetect</a></h2>
<div class="caption"><span>Methods in <a href="../../../sentdetect/package-summary.html">opennlp.tools.sentdetect</a> that return types with arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">SDEventStream.</span><code><a href="../../../sentdetect/SDEventStream.html#createEvents(opennlp.tools.sentdetect.SentenceSample)" class="member-name-link">createEvents</a><wbr>(<a href="../../../sentdetect/SentenceSample.html" title="class in opennlp.tools.sentdetect">SentenceSample</a>&nbsp;sample)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.tokenize">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../../tokenize/package-summary.html">opennlp.tools.tokenize</a></h2>
<div class="caption"><span>Methods in <a href="../../../tokenize/package-summary.html">opennlp.tools.tokenize</a> that return types with arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">TokSpanEventStream.</span><code><a href="../../../tokenize/TokSpanEventStream.html#createEvents(opennlp.tools.tokenize.TokenSample)" class="member-name-link">createEvents</a><wbr>(<a href="../../../tokenize/TokenSample.html" title="class in opennlp.tools.tokenize">TokenSample</a>&nbsp;tokenSample)</code></div>
<div class="col-last even-row-color">
<div class="block">Adds training events to the event stream for each of the specified <a href="../../../tokenize/TokenSample.html" title="class in opennlp.tools.tokenize"><code>sample</code></a>.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.util">
<h2>Uses of <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a> in <a href="../../../util/package-summary.html">opennlp.tools.util</a></h2>
<div class="caption"><span>Methods in <a href="../../../util/package-summary.html">opennlp.tools.util</a> that return <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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>final <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractEventStream.</span><code><a href="../../../util/AbstractEventStream.html#read()" class="member-name-link">read</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">EventTraceStream.</span><code><a href="../../../util/EventTraceStream.html#read()" class="member-name-link">read</a>()</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Methods in <a href="../../../util/package-summary.html">opennlp.tools.util</a> that return types with arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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 abstract <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractEventStream.</span><code><a href="../../../util/AbstractEventStream.html#createEvents(T)" class="member-name-link">createEvents</a><wbr>(<a href="../../../util/AbstractEventStream.html" title="type parameter in AbstractEventStream">T</a>&nbsp;sample)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates events for the provided <code>sample</code>.</div>
</div>
</div>
<div class="caption"><span>Constructor parameters in <a href="../../../util/package-summary.html">opennlp.tools.util</a> with type arguments of type <a href="../Event.html" title="class in opennlp.tools.ml.model">Event</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="../../../util/EventTraceStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream,java.io.Writer)" class="member-name-link">EventTraceStream</a><wbr>(<a href="../../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Event.html" title="class in opennlp.tools.ml.model">Event</a>&gt;&nbsp;stream,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/Writer.html" title="class or interface in java.io" class="external-link">Writer</a>&nbsp;writer)</code></div>
<div class="col-last even-row-color">
<div class="block">Initializes an <a href="../../../util/EventTraceStream.html" title="class in opennlp.tools.util"><code>EventTraceStream</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>