blob: 78ff4ff33713dbe7e49761de23d6af4e5d556519 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Enum Class opennlp.tools.parser.ParserEventTypeEnum (Apache OpenNLP Tools 2.3.3 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: opennlp.tools.parser, enum: ParserEventTypeEnum">
<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="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html#use">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Uses of Enum Class opennlp.tools.parser.ParserEventTypeEnum" class="title">Uses of Enum Class<br>opennlp.tools.parser.ParserEventTypeEnum</h1>
</div>
<div class="caption"><span>Packages that use <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="#opennlp.tools.parser">opennlp.tools.parser</a></div>
<div class="col-last even-row-color">
<div class="block">Package containing common code for performing full syntactic parsing.</div>
</div>
<div class="col-first odd-row-color"><a href="#opennlp.tools.parser.chunking">opennlp.tools.parser.chunking</a></div>
<div class="col-last odd-row-color">
<div class="block">Package containing code for performing full syntactic parsing using shift/reduce-style decisions.</div>
</div>
<div class="col-first even-row-color"><a href="#opennlp.tools.parser.treeinsert">opennlp.tools.parser.treeinsert</a></div>
<div class="col-last even-row-color">
<div class="block">Package containing experimental code for performing full syntactic
parsing using attachment decisions.</div>
</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="opennlp.tools.parser">
<h2>Uses of <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a> in <a href="../package-summary.html">opennlp.tools.parser</a></h2>
<div class="caption"><span>Fields in <a href="../package-summary.html">opennlp.tools.parser</a> declared as <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>protected final <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractParserEventStream.</span><code><a href="../AbstractParserEventStream.html#etype" class="member-name-link">etype</a></code></div>
<div class="col-last even-row-color">
<div class="block">The type of events being generated by this event stream.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">opennlp.tools.parser</a> that return <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</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="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ParserEventTypeEnum.</span><code><a href="../ParserEventTypeEnum.html#valueOf(java.lang.String)" class="member-name-link">valueOf</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;name)</code></div>
<div class="col-last even-row-color">
<div class="block">Returns the enum constant of this class with the specified name.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a>[]</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">ParserEventTypeEnum.</span><code><a href="../ParserEventTypeEnum.html#values()" class="member-name-link">values</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns an array containing the constants of this enum class, in
the order they are declared.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../package-summary.html">opennlp.tools.parser</a> with parameters of type <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</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="../AbstractParserEventStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserEventTypeEnum)" class="member-name-link">AbstractParserEventStream</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;d,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a>&nbsp;etype)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../AbstractParserEventStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserEventTypeEnum,opennlp.tools.dictionary.Dictionary)" class="member-name-link">AbstractParserEventStream</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;d,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a>&nbsp;etype,
<a href="../../dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</a>&nbsp;dict)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.parser.chunking">
<h2>Uses of <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a> in <a href="../chunking/package-summary.html">opennlp.tools.parser.chunking</a></h2>
<div class="caption"><span>Constructors in <a href="../chunking/package-summary.html">opennlp.tools.parser.chunking</a> with parameters of type <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../chunking/ParserEventStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserEventTypeEnum)" class="member-name-link">ParserEventStream</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;d,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a>&nbsp;etype)</code></div>
<div class="col-last even-row-color">
<div class="block">Instantiates a <a href="../chunking/ParserEventStream.html" title="class in opennlp.tools.parser.chunking"><code>ParserEventStream</code></a> based on the specified data stream
of the <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser"><code>type</code></a> using <a href="../HeadRules.html" title="interface in opennlp.tools.parser"><code>head rules</code></a>.</div>
</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../chunking/ParserEventStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserEventTypeEnum,opennlp.tools.dictionary.Dictionary)" class="member-name-link">ParserEventStream</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;d,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a>&nbsp;etype,
<a href="../../dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</a>&nbsp;dict)</code></div>
<div class="col-last odd-row-color">
<div class="block">Instantiates a <a href="../chunking/ParserEventStream.html" title="class in opennlp.tools.parser.chunking"><code>ParserEventStream</code></a> based on the specified data stream
of the <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser"><code>type</code></a> using <a href="../HeadRules.html" title="interface in opennlp.tools.parser"><code>head rules</code></a>.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="opennlp.tools.parser.treeinsert">
<h2>Uses of <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a> in <a href="../treeinsert/package-summary.html">opennlp.tools.parser.treeinsert</a></h2>
<div class="caption"><span>Constructors in <a href="../treeinsert/package-summary.html">opennlp.tools.parser.treeinsert</a> with parameters of type <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../treeinsert/ParserEventStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserEventTypeEnum)" class="member-name-link">ParserEventStream</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;d,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a>&nbsp;etype)</code></div>
<div class="col-last even-row-color">
<div class="block">Instantiates a <a href="../treeinsert/ParserEventStream.html" title="class in opennlp.tools.parser.treeinsert"><code>ParserEventStream</code></a> based on the specified data stream
of the <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser"><code>type</code></a> using <a href="../HeadRules.html" title="interface in opennlp.tools.parser"><code>head rules</code></a>.</div>
</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../treeinsert/ParserEventStream.html#%3Cinit%3E(opennlp.tools.util.ObjectStream,opennlp.tools.parser.HeadRules,opennlp.tools.parser.ParserEventTypeEnum,opennlp.tools.dictionary.Dictionary)" class="member-name-link">ParserEventStream</a><wbr>(<a href="../../util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../Parse.html" title="class in opennlp.tools.parser">Parse</a>&gt;&nbsp;d,
<a href="../HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;rules,
<a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser">ParserEventTypeEnum</a>&nbsp;etype,
<a href="../../dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</a>&nbsp;dict)</code></div>
<div class="col-last odd-row-color">
<div class="block">Instantiates a <a href="../treeinsert/ParserEventStream.html" title="class in opennlp.tools.parser.treeinsert"><code>ParserEventStream</code></a> based on the specified data stream
of the <a href="../ParserEventTypeEnum.html" title="enum class in opennlp.tools.parser"><code>type</code></a> using <a href="../HeadRules.html" title="interface in opennlp.tools.parser"><code>head rules</code></a>.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>