Repository: opennlp-site
Updated Branches:
  refs/heads/asf-site 5c8485dd3 -> 451cdb7cb


http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/451cdb7c/docs/1.8.0/apidocs/opennlp-tools/opennlp/tools/postag/class-use/POSModel.html
----------------------------------------------------------------------
diff --git 
a/docs/1.8.0/apidocs/opennlp-tools/opennlp/tools/postag/class-use/POSModel.html 
b/docs/1.8.0/apidocs/opennlp-tools/opennlp/tools/postag/class-use/POSModel.html
deleted file mode 100644
index 17730fc..0000000
--- 
a/docs/1.8.0/apidocs/opennlp-tools/opennlp/tools/postag/class-use/POSModel.html
+++ /dev/null
@@ -1,320 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_131) on Wed May 17 23:33:15 CEST 2017 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class opennlp.tools.postag.POSModel (Apache OpenNLP Tools 1.8.0 
API)</title>
-<meta name="date" content="2017-05-17">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class opennlp.tools.postag.POSModel 
(Apache OpenNLP Tools 1.8.0 API)";
-        }
-    }
-    catch(err) {
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">Class</a></li>
-<li class="navBarCell1Rev">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">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../index.html?opennlp/tools/postag/class-use/POSModel.html" 
target="_top">Frames</a></li>
-<li><a href="POSModel.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class opennlp.tools.postag.POSModel" class="title">Uses of 
Class<br>opennlp.tools.postag.POSModel</h2>
-</div>
-<div class="classUseContainer">
-<ul class="blockList">
-<li class="blockList">
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing packages, and an explanation">
-<caption><span>Packages that use <a 
href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">POSModel</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Package</th>
-<th class="colLast" scope="col">Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#opennlp.tools.parser">opennlp.tools.parser</a></td>
-<td class="colLast">
-<div class="block">Package containing common code for performing full 
syntactic parsing.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#opennlp.tools.postag">opennlp.tools.postag</a></td>
-<td class="colLast">
-<div class="block">Package related to part-of-speech tagging.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#opennlp.tools.util.featuregen">opennlp.tools.util.featuregen</a></td>
-<td class="colLast">
-<div class="block">This package contains classes for generating sequence 
features.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="#opennlp.tools.util.model">opennlp.tools.util.model</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList">
-<ul class="blockList">
-<li class="blockList"><a name="opennlp.tools.parser">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../opennlp/tools/postag/POSModel.html" 
title="class in opennlp.tools.postag">POSModel</a> in <a 
href="../../../../opennlp/tools/parser/package-summary.html">opennlp.tools.parser</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a 
href="../../../../opennlp/tools/parser/package-summary.html">opennlp.tools.parser</a>
 that return <a href="../../../../opennlp/tools/postag/POSModel.html" 
title="class in opennlp.tools.postag">POSModel</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">POSModel</a></code></td>
-<td class="colLast"><span class="typeNameLabel">ParserModel.</span><code><span 
class="memberNameLink"><a 
href="../../../../opennlp/tools/parser/ParserModel.html#getParserTaggerModel--">getParserTaggerModel</a></span>()</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a 
href="../../../../opennlp/tools/parser/package-summary.html">opennlp.tools.parser</a>
 with parameters of type <a 
href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">POSModel</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../opennlp/tools/parser/ParserModel.html" title="class in 
opennlp.tools.parser">ParserModel</a></code></td>
-<td class="colLast"><span class="typeNameLabel">ParserModel.</span><code><span 
class="memberNameLink"><a 
href="../../../../opennlp/tools/parser/ParserModel.html#updateTaggerModel-opennlp.tools.postag.POSModel-">updateTaggerModel</a></span>(<a
 href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">POSModel</a>&nbsp;taggerModel)</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing constructors, and an explanation">
-<caption><span>Constructors in <a 
href="../../../../opennlp/tools/parser/package-summary.html">opennlp.tools.parser</a>
 with parameters of type <a 
href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">POSModel</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../opennlp/tools/parser/ParserModel.html#ParserModel-java.lang.String-opennlp.tools.ml.model.MaxentModel-opennlp.tools.ml.model.MaxentModel-opennlp.tools.ml.model.MaxentModel-opennlp.tools.postag.POSModel-opennlp.tools.chunker.ChunkerModel-opennlp.tools.parser.HeadRules-opennlp.tools.parser.ParserType-">ParserModel</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;languageCode,
-           <a href="../../../../opennlp/tools/ml/model/MaxentModel.html" 
title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;buildModel,
-           <a href="../../../../opennlp/tools/ml/model/MaxentModel.html" 
title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;checkModel,
-           <a href="../../../../opennlp/tools/ml/model/MaxentModel.html" 
title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;attachModel,
-           <a href="../../../../opennlp/tools/postag/POSModel.html" 
title="class in opennlp.tools.postag">POSModel</a>&nbsp;parserTagger,
-           <a href="../../../../opennlp/tools/chunker/ChunkerModel.html" 
title="class in opennlp.tools.chunker">ChunkerModel</a>&nbsp;chunkerTagger,
-           <a href="../../../../opennlp/tools/parser/HeadRules.html" 
title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;headRules,
-           <a href="../../../../opennlp/tools/parser/ParserType.html" 
title="enum in 
opennlp.tools.parser">ParserType</a>&nbsp;modelType)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../opennlp/tools/parser/ParserModel.html#ParserModel-java.lang.String-opennlp.tools.ml.model.MaxentModel-opennlp.tools.ml.model.MaxentModel-opennlp.tools.ml.model.MaxentModel-opennlp.tools.postag.POSModel-opennlp.tools.chunker.ChunkerModel-opennlp.tools.parser.HeadRules-opennlp.tools.parser.ParserType-java.util.Map-">ParserModel</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;languageCode,
-           <a href="../../../../opennlp/tools/ml/model/MaxentModel.html" 
title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;buildModel,
-           <a href="../../../../opennlp/tools/ml/model/MaxentModel.html" 
title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;checkModel,
-           <a href="../../../../opennlp/tools/ml/model/MaxentModel.html" 
title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;attachModel,
-           <a href="../../../../opennlp/tools/postag/POSModel.html" 
title="class in opennlp.tools.postag">POSModel</a>&nbsp;parserTagger,
-           <a href="../../../../opennlp/tools/chunker/ChunkerModel.html" 
title="class in opennlp.tools.chunker">ChunkerModel</a>&nbsp;chunkerTagger,
-           <a href="../../../../opennlp/tools/parser/HeadRules.html" 
title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;headRules,
-           <a href="../../../../opennlp/tools/parser/ParserType.html" 
title="enum in opennlp.tools.parser">ParserType</a>&nbsp;modelType,
-           <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&gt;&nbsp;manifestInfoEntries)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../opennlp/tools/parser/ParserModel.html#ParserModel-java.lang.String-opennlp.tools.ml.model.MaxentModel-opennlp.tools.ml.model.MaxentModel-opennlp.tools.postag.POSModel-opennlp.tools.chunker.ChunkerModel-opennlp.tools.parser.HeadRules-opennlp.tools.parser.ParserType-java.util.Map-">ParserModel</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;languageCode,
-           <a href="../../../../opennlp/tools/ml/model/MaxentModel.html" 
title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;buildModel,
-           <a href="../../../../opennlp/tools/ml/model/MaxentModel.html" 
title="interface in opennlp.tools.ml.model">MaxentModel</a>&nbsp;checkModel,
-           <a href="../../../../opennlp/tools/postag/POSModel.html" 
title="class in opennlp.tools.postag">POSModel</a>&nbsp;parserTagger,
-           <a href="../../../../opennlp/tools/chunker/ChunkerModel.html" 
title="class in opennlp.tools.chunker">ChunkerModel</a>&nbsp;chunkerTagger,
-           <a href="../../../../opennlp/tools/parser/HeadRules.html" 
title="interface in opennlp.tools.parser">HeadRules</a>&nbsp;headRules,
-           <a href="../../../../opennlp/tools/parser/ParserType.html" 
title="enum in opennlp.tools.parser">ParserType</a>&nbsp;type,
-           <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&gt;&nbsp;manifestInfoEntries)</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="opennlp.tools.postag">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../opennlp/tools/postag/POSModel.html" 
title="class in opennlp.tools.postag">POSModel</a> in <a 
href="../../../../opennlp/tools/postag/package-summary.html">opennlp.tools.postag</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a 
href="../../../../opennlp/tools/postag/package-summary.html">opennlp.tools.postag</a>
 that return <a href="../../../../opennlp/tools/postag/POSModel.html" 
title="class in opennlp.tools.postag">POSModel</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>static <a 
href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">POSModel</a></code></td>
-<td class="colLast"><span class="typeNameLabel">POSTaggerME.</span><code><span 
class="memberNameLink"><a 
href="../../../../opennlp/tools/postag/POSTaggerME.html#train-java.lang.String-opennlp.tools.util.ObjectStream-opennlp.tools.util.TrainingParameters-opennlp.tools.postag.POSTaggerFactory-">train</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;languageCode,
-     <a href="../../../../opennlp/tools/util/ObjectStream.html" 
title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a 
href="../../../../opennlp/tools/postag/POSSample.html" title="class in 
opennlp.tools.postag">POSSample</a>&gt;&nbsp;samples,
-     <a href="../../../../opennlp/tools/util/TrainingParameters.html" 
title="class in opennlp.tools.util">TrainingParameters</a>&nbsp;trainParams,
-     <a href="../../../../opennlp/tools/postag/POSTaggerFactory.html" 
title="class in 
opennlp.tools.postag">POSTaggerFactory</a>&nbsp;posFactory)</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing constructors, and an explanation">
-<caption><span>Constructors in <a 
href="../../../../opennlp/tools/postag/package-summary.html">opennlp.tools.postag</a>
 with parameters of type <a 
href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">POSModel</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../opennlp/tools/postag/POSTaggerME.html#POSTaggerME-opennlp.tools.postag.POSModel-">POSTaggerME</a></span>(<a
 href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">POSModel</a>&nbsp;model)</code>
-<div class="block">Initializes the current instance with the provided 
model.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="opennlp.tools.util.featuregen">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../opennlp/tools/postag/POSModel.html" 
title="class in opennlp.tools.postag">POSModel</a> in <a 
href="../../../../opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing constructors, and an explanation">
-<caption><span>Constructors in <a 
href="../../../../opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</a>
 with parameters of type <a 
href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">POSModel</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../opennlp/tools/util/featuregen/POSTaggerNameFeatureGenerator.html#POSTaggerNameFeatureGenerator-opennlp.tools.postag.POSModel-">POSTaggerNameFeatureGenerator</a></span>(<a
 href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">POSModel</a>&nbsp;aPosModel)</code>
-<div class="block">Initializes a new instance.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="opennlp.tools.util.model">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../opennlp/tools/postag/POSModel.html" 
title="class in opennlp.tools.postag">POSModel</a> in <a 
href="../../../../opennlp/tools/util/model/package-summary.html">opennlp.tools.util.model</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a 
href="../../../../opennlp/tools/util/model/package-summary.html">opennlp.tools.util.model</a>
 that return <a href="../../../../opennlp/tools/postag/POSModel.html" 
title="class in opennlp.tools.postag">POSModel</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">POSModel</a></code></td>
-<td class="colLast"><span 
class="typeNameLabel">POSModelSerializer.</span><code><span 
class="memberNameLink"><a 
href="../../../../opennlp/tools/util/model/POSModelSerializer.html#create-java.io.InputStream-">create</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in 
java.io">InputStream</a>&nbsp;in)</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a 
href="../../../../opennlp/tools/util/model/package-summary.html">opennlp.tools.util.model</a>
 with parameters of type <a 
href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">POSModel</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span 
class="typeNameLabel">POSModelSerializer.</span><code><span 
class="memberNameLink"><a 
href="../../../../opennlp/tools/util/model/POSModelSerializer.html#serialize-opennlp.tools.postag.POSModel-java.io.OutputStream-">serialize</a></span>(<a
 href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">POSModel</a>&nbsp;artifact,
-         <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in 
java.io">OutputStream</a>&nbsp;out)</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../opennlp/tools/postag/POSModel.html" title="class in 
opennlp.tools.postag">Class</a></li>
-<li class="navBarCell1Rev">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">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../index.html?opennlp/tools/postag/class-use/POSModel.html" 
target="_top">Frames</a></li>
-<li><a href="POSModel.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
-</body>
-</html>

Reply via email to