Repository: opennlp-site
Updated Branches:
  refs/heads/asf-site 1f6277d98 -> 267bd24c7


http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/267bd24c/opennlp-site/docs/1.5.3/apidocs/opennlp-tools/index-all.html
----------------------------------------------------------------------
diff --git a/opennlp-site/docs/1.5.3/apidocs/opennlp-tools/index-all.html 
b/opennlp-site/docs/1.5.3/apidocs/opennlp-tools/index-all.html
new file mode 100644
index 0000000..07af8a2
--- /dev/null
+++ b/opennlp-site/docs/1.5.3/apidocs/opennlp-tools/index-all.html
@@ -0,0 +1,5697 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.5.0_22) on Wed Apr 03 10:03:23 GMT-03:00 
2013 -->
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+Index (Apache OpenNLP Tools 1.5.3 API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Index (Apache OpenNLP Tools 1.5.3 API)";
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="./overview-summary.html"><FONT 
CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT 
CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT 
CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="./overview-tree.html"><FONT 
CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="./deprecated-list.html"><FONT 
CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT 
CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A 
HREF="./help-doc.html"><FONT 
CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="./allclasses-noframe.html"><B>All 
Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A 
HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A 
HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A 
HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A 
HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A 
HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A 
HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A 
HREF="#_W_">W</A> <A HREF="#_Z_">Z</A> <HR>
+<A NAME="_A_"><!-- --></A><H2>
+<B>A</B></H2>
+<DL>
+<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class 
in opennlp.tools.parser"><B>AbstractBottomUpParser</B></A> - Class in <A 
HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>Abstract
 class which contains code to tag and chunk parses for bottom up parsing and
+ leaves implementation of advancing parses and completing parses to extend 
class.<DT><A 
HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#AbstractBottomUpParser(opennlp.tools.postag.POSTagger,
 opennlp.tools.chunker.Chunker, opennlp.tools.parser.HeadRules, int, 
double)"><B>AbstractBottomUpParser(POSTagger, Chunker, HeadRules, int, 
double)</B></A> - 
+Constructor for class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in 
opennlp.tools.parser">AbstractBottomUpParser</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/parser/AbstractContextGenerator.html" 
title="class in opennlp.tools.parser"><B>AbstractContextGenerator</B></A> - 
Class in <A 
HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>Abstract
 class containing many of the methods used to generate contexts for 
parsing.<DT><A 
HREF="./opennlp/tools/parser/AbstractContextGenerator.html#AbstractContextGenerator()"><B>AbstractContextGenerator()</B></A>
 - 
+Constructor for class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/AbstractContextGenerator.html" title="class in 
opennlp.tools.parser">AbstractContextGenerator</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/sentdetect/AbstractEndOfSentenceScanner.html" 
title="class in 
opennlp.tools.sentdetect"><B>AbstractEndOfSentenceScanner</B></A> - Class in <A 
HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD><B>Deprecated.</B>&nbsp;<I>use
 DefaultEndOfSentenceScanner instead</I><DT><A 
HREF="./opennlp/tools/sentdetect/AbstractEndOfSentenceScanner.html#AbstractEndOfSentenceScanner()"><B>AbstractEndOfSentenceScanner()</B></A>
 - 
+Constructor for class opennlp.tools.sentdetect.<A 
HREF="./opennlp/tools/sentdetect/AbstractEndOfSentenceScanner.html" 
title="class in opennlp.tools.sentdetect">AbstractEndOfSentenceScanner</A>
+<DD><B>Deprecated.</B>&nbsp;&nbsp;
+<DT><A HREF="./opennlp/tools/util/AbstractEventStream.html" title="class in 
opennlp.tools.util"><B>AbstractEventStream</B></A>&lt;<A 
HREF="./opennlp/tools/util/AbstractEventStream.html" title="type parameter in 
AbstractEventStream">T</A>&gt; - Class in <A 
HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>This 
is a base class for <CODE>EventStream</CODE> classes.<DT><A 
HREF="./opennlp/tools/util/AbstractEventStream.html#AbstractEventStream(opennlp.tools.util.ObjectStream)"><B>AbstractEventStream(ObjectStream&lt;T&gt;)</B></A>
 - 
+Constructor for class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/AbstractEventStream.html" title="class in 
opennlp.tools.util">AbstractEventStream</A>
+<DD>Initializes the current instance with a sample <A 
HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Iterator.html"; 
title="class or interface in java.util"><CODE>Iterator</CODE></A>.
+<DT><A HREF="./opennlp/tools/coref/AbstractLinker.html" title="class in 
opennlp.tools.coref"><B>AbstractLinker</B></A> - Class in <A 
HREF="./opennlp/tools/coref/package-summary.html">opennlp.tools.coref</A><DD>Provides
 a default implementation of many of the methods in <A 
HREF="./opennlp/tools/coref/Linker.html" title="interface in 
opennlp.tools.coref"><CODE>Linker</CODE></A> that
+ most implementations of <A HREF="./opennlp/tools/coref/Linker.html" 
title="interface in opennlp.tools.coref"><CODE>Linker</CODE></A> will want to 
extend.<DT><A 
HREF="./opennlp/tools/coref/AbstractLinker.html#AbstractLinker(java.lang.String,
 opennlp.tools.coref.LinkerMode)"><B>AbstractLinker(String, LinkerMode)</B></A> 
- 
+Constructor for class opennlp.tools.coref.<A 
HREF="./opennlp/tools/coref/AbstractLinker.html" title="class in 
opennlp.tools.coref">AbstractLinker</A>
+<DD>Creates a new linker using the models in the specified project directory 
and using the specified mode.
+<DT><A 
HREF="./opennlp/tools/coref/AbstractLinker.html#AbstractLinker(java.lang.String,
 opennlp.tools.coref.LinkerMode, boolean)"><B>AbstractLinker(String, 
LinkerMode, boolean)</B></A> - 
+Constructor for class opennlp.tools.coref.<A 
HREF="./opennlp/tools/coref/AbstractLinker.html" title="class in 
opennlp.tools.coref">AbstractLinker</A>
+<DD>Creates a new linker using the models in the specified project directory, 
using the specified mode,
+ and combining coreferent entities based on the specified value.
+<DT><A HREF="./opennlp/tools/coref/mention/AbstractMentionFinder.html" 
title="class in opennlp.tools.coref.mention"><B>AbstractMentionFinder</B></A> - 
Class in <A 
HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>Provides
 default implementation of many of the methods in the <A 
HREF="./opennlp/tools/coref/mention/MentionFinder.html" title="interface in 
opennlp.tools.coref.mention"><CODE>MentionFinder</CODE></A> interface.<DT><A 
HREF="./opennlp/tools/coref/mention/AbstractMentionFinder.html#AbstractMentionFinder()"><B>AbstractMentionFinder()</B></A>
 - 
+Constructor for class opennlp.tools.coref.mention.<A 
HREF="./opennlp/tools/coref/mention/AbstractMentionFinder.html" title="class in 
opennlp.tools.coref.mention">AbstractMentionFinder</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/coref/mention/AbstractParse.html" title="class in 
opennlp.tools.coref.mention"><B>AbstractParse</B></A> - Class in <A 
HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>Provides
 default implemenation of many of the methods in the <A 
HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in 
opennlp.tools.coref.mention"><CODE>Parse</CODE></A> interface.<DT><A 
HREF="./opennlp/tools/coref/mention/AbstractParse.html#AbstractParse()"><B>AbstractParse()</B></A>
 - 
+Constructor for class opennlp.tools.coref.mention.<A 
HREF="./opennlp/tools/coref/mention/AbstractParse.html" title="class in 
opennlp.tools.coref.mention">AbstractParse</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/parser/AbstractParserEventStream.html" 
title="class in opennlp.tools.parser"><B>AbstractParserEventStream</B></A> - 
Class in <A 
HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>Abstract
 class extended by parser event streams which perform tagging and 
chunking.<DT><A 
HREF="./opennlp/tools/parser/AbstractParserEventStream.html#AbstractParserEventStream(opennlp.tools.util.ObjectStream,
 opennlp.tools.parser.HeadRules, opennlp.tools.parser.ParserEventTypeEnum, 
opennlp.tools.dictionary.Dictionary)"><B>AbstractParserEventStream(ObjectStream&lt;Parse&gt;,
 HeadRules, ParserEventTypeEnum, Dictionary)</B></A> - 
+Constructor for class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/AbstractParserEventStream.html" title="class in 
opennlp.tools.parser">AbstractParserEventStream</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/parser/AbstractParserEventStream.html#AbstractParserEventStream(opennlp.tools.util.ObjectStream,
 opennlp.tools.parser.HeadRules, 
opennlp.tools.parser.ParserEventTypeEnum)"><B>AbstractParserEventStream(ObjectStream&lt;Parse&gt;,
 HeadRules, ParserEventTypeEnum)</B></A> - 
+Constructor for class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/AbstractParserEventStream.html" title="class in 
opennlp.tools.parser">AbstractParserEventStream</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/coref/resolver/AbstractResolver.html" 
title="class in opennlp.tools.coref.resolver"><B>AbstractResolver</B></A> - 
Class in <A 
HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Default
 implementation of some methods in the <A 
HREF="./opennlp/tools/coref/resolver/Resolver.html" title="interface in 
opennlp.tools.coref.resolver"><CODE>Resolver</CODE></A> interface.<DT><A 
HREF="./opennlp/tools/coref/resolver/AbstractResolver.html#AbstractResolver(int)"><B>AbstractResolver(int)</B></A>
 - 
+Constructor for class opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/AbstractResolver.html" title="class in 
opennlp.tools.coref.resolver">AbstractResolver</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/formats/AbstractSampleStreamFactory.html" 
title="class in 
opennlp.tools.formats"><B>AbstractSampleStreamFactory</B></A>&lt;<A 
HREF="./opennlp/tools/formats/AbstractSampleStreamFactory.html" title="type 
parameter in AbstractSampleStreamFactory">T</A>&gt; - Class in <A 
HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>Base
 class for sample stream factories.<DT><A 
HREF="./opennlp/tools/formats/convert/AbstractToSentenceSampleStream.html" 
title="class in 
opennlp.tools.formats.convert"><B>AbstractToSentenceSampleStream</B></A>&lt;<A 
HREF="./opennlp/tools/formats/convert/AbstractToSentenceSampleStream.html" 
title="type parameter in AbstractToSentenceSampleStream">T</A>&gt; - Class in 
<A 
HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD>&nbsp;<DT><A
 HREF="./opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" 
title="interface in opennlp.tools.util.featuregen"><B>AdaptiveFeatur
 eGenerator</B></A> - Interface in <A 
HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>An
 interface for generating features for name entity identification and for
+ updating document level contexts.<DT><A 
HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html" title="class in 
opennlp.tools.formats.ad"><B>ADChunkSampleStream</B></A> - Class in <A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD>Parser
 for Floresta Sita(c)tica Arvores Deitadas corpus, output to for the
+ Portuguese Chunker training.<DT><A 
HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html#ADChunkSampleStream(opennlp.tools.util.ObjectStream)"><B>ADChunkSampleStream(ObjectStream&lt;String&gt;)</B></A>
 - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html" title="class in 
opennlp.tools.formats.ad">ADChunkSampleStream</A>
+<DD>Creates a new <A HREF="./opennlp/tools/namefind/NameSample.html" 
title="class in opennlp.tools.namefind"><CODE>NameSample</CODE></A> stream from 
a line stream, i.e.
+<DT><A 
HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html#ADChunkSampleStream(java.io.InputStream,
 java.lang.String)"><B>ADChunkSampleStream(InputStream, String)</B></A> - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html" title="class in 
opennlp.tools.formats.ad">ADChunkSampleStream</A>
+<DD>Creates a new <A HREF="./opennlp/tools/namefind/NameSample.html" 
title="class in opennlp.tools.namefind"><CODE>NameSample</CODE></A> stream from 
a <A 
HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html";
 title="class or interface in java.io"><CODE>InputStream</CODE></A>
+<DT><A HREF="./opennlp/tools/formats/ad/ADChunkSampleStreamFactory.html" 
title="class in opennlp.tools.formats.ad"><B>ADChunkSampleStreamFactory</B></A> 
- Class in <A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD>A
 Factory to create a Arvores Deitadas ChunkStream from the command line
+ utility.<DT><A 
HREF="./opennlp/tools/ngram/NGramModel.html#add(opennlp.tools.util.StringList)"><B>add(StringList)</B></A>
 - 
+Method in class opennlp.tools.ngram.<A 
HREF="./opennlp/tools/ngram/NGramModel.html" title="class in 
opennlp.tools.ngram">NGramModel</A>
+<DD>Adds one NGram, if it already exists the count increase by one.
+<DT><A 
HREF="./opennlp/tools/ngram/NGramModel.html#add(opennlp.tools.util.StringList, 
int, int)"><B>add(StringList, int, int)</B></A> - 
+Method in class opennlp.tools.ngram.<A 
HREF="./opennlp/tools/ngram/NGramModel.html" title="class in 
opennlp.tools.ngram">NGramModel</A>
+<DD>Adds NGrams up to the specified length to the current instance.
+<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#add(java.lang.String, int, 
int)"><B>add(String, int, int)</B></A> - 
+Method in class opennlp.tools.ngram.<A 
HREF="./opennlp/tools/ngram/NGramModel.html" title="class in 
opennlp.tools.ngram">NGramModel</A>
+<DD>Adds character NGrams to the current instance.
+<DT><A HREF="./opennlp/tools/parser/Parse.html#add(opennlp.tools.parser.Parse, 
opennlp.tools.parser.HeadRules)"><B>add(Parse, HeadRules)</B></A> - 
+Method in class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/Parse.html" title="class in 
opennlp.tools.parser">Parse</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/util/CountedSet.html#add(E)"><B>add(E)</B></A> - 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/CountedSet.html" title="class in 
opennlp.tools.util">CountedSet</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/util/eval/Mean.html#add(double)"><B>add(double)</B></A> - 
+Method in class opennlp.tools.util.eval.<A 
HREF="./opennlp/tools/util/eval/Mean.html" title="class in 
opennlp.tools.util.eval">Mean</A>
+<DD>Adds a value to the arithmetic mean.
+<DT><A HREF="./opennlp/tools/util/eval/Mean.html#add(double, 
long)"><B>add(double, long)</B></A> - 
+Method in class opennlp.tools.util.eval.<A 
HREF="./opennlp/tools/util/eval/Mean.html" title="class in 
opennlp.tools.util.eval">Mean</A>
+<DD>Adds a value count times to the arithmetic mean.
+<DT><A HREF="./opennlp/tools/util/Heap.html#add(E)"><B>add(E)</B></A> - 
+Method in interface opennlp.tools.util.<A 
HREF="./opennlp/tools/util/Heap.html" title="interface in 
opennlp.tools.util">Heap</A>
+<DD>Adds the specified object to the heap.
+<DT><A HREF="./opennlp/tools/util/ListHeap.html#add(E)"><B>add(E)</B></A> - 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/ListHeap.html" title="class in 
opennlp.tools.util">ListHeap</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/util/Sequence.html#add(java.lang.String, 
double)"><B>add(String, double)</B></A> - 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/Sequence.html" title="class in 
opennlp.tools.util">Sequence</A>
+<DD>Adds an outcome and probability to this sequence.
+<DT><A HREF="./opennlp/tools/util/TreeHeap.html#add(E)"><B>add(E)</B></A> - 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/TreeHeap.html" title="class in 
opennlp.tools.util">TreeHeap</A>
+<DD><B>Deprecated.</B>&nbsp;&nbsp;
+<DT><A 
HREF="./opennlp/tools/util/CountedSet.html#addAll(java.util.Collection)"><B>addAll(Collection&lt;?
 extends E&gt;)</B></A> - 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/CountedSet.html" title="class in 
opennlp.tools.util">CountedSet</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/util/model/ModelUtil.html#addCutoffAndIterations(java.util.Map,
 int, int)"><B>addCutoffAndIterations(Map&lt;String, String&gt;, int, 
int)</B></A> - 
+Static method in class opennlp.tools.util.model.<A 
HREF="./opennlp/tools/util/model/ModelUtil.html" title="class in 
opennlp.tools.util.model">ModelUtil</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Node.html#addElement(opennlp.tools.formats.ad.ADSentenceStream.SentenceParser.TreeElement)"><B>addElement(ADSentenceStream.SentenceParser.TreeElement)</B></A>
 - 
+Method in class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Node.html" 
title="class in 
opennlp.tools.formats.ad">ADSentenceStream.SentenceParser.Node</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/DiscourseModel.html#addEntity(opennlp.tools.coref.DiscourseEntity)"><B>addEntity(DiscourseEntity)</B></A>
 - 
+Method in class opennlp.tools.coref.<A 
HREF="./opennlp/tools/coref/DiscourseModel.html" title="class in 
opennlp.tools.coref">DiscourseModel</A>
+<DD>Adds the specified entity to this discourse model.
+<DT><A 
HREF="./opennlp/tools/postag/POSDictionaryWriter.html#addEntry(java.lang.String,
 java.lang.String)"><B>addEntry(String, String)</B></A> - 
+Method in class opennlp.tools.postag.<A 
HREF="./opennlp/tools/postag/POSDictionaryWriter.html" title="class in 
opennlp.tools.postag">POSDictionaryWriter</A>
+<DD><B>Deprecated.</B>&nbsp;&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/resolver/DefaultNonReferentialResolver.html#addEvent(opennlp.tools.coref.mention.MentionContext)"><B>addEvent(MentionContext)</B></A>
 - 
+Method in class opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/DefaultNonReferentialResolver.html" 
title="class in opennlp.tools.coref.resolver">DefaultNonReferentialResolver</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/resolver/FixedNonReferentialResolver.html#addEvent(opennlp.tools.coref.mention.MentionContext)"><B>addEvent(MentionContext)</B></A>
 - 
+Method in class opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/FixedNonReferentialResolver.html" 
title="class in opennlp.tools.coref.resolver">FixedNonReferentialResolver</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/resolver/NonReferentialResolver.html#addEvent(opennlp.tools.coref.mention.MentionContext)"><B>addEvent(MentionContext)</B></A>
 - 
+Method in interface opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/NonReferentialResolver.html" 
title="interface in opennlp.tools.coref.resolver">NonReferentialResolver</A>
+<DD>Designates that the specified mention be used for training.
+<DT><A 
HREF="./opennlp/tools/namefind/DefaultNameContextGenerator.html#addFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator)"><B>addFeatureGenerator(AdaptiveFeatureGenerator)</B></A>
 - 
+Method in class opennlp.tools.namefind.<A 
HREF="./opennlp/tools/namefind/DefaultNameContextGenerator.html" title="class 
in opennlp.tools.namefind">DefaultNameContextGenerator</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/namefind/NameContextGenerator.html#addFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator)"><B>addFeatureGenerator(AdaptiveFeatureGenerator)</B></A>
 - 
+Method in interface opennlp.tools.namefind.<A 
HREF="./opennlp/tools/namefind/NameContextGenerator.html" title="interface in 
opennlp.tools.namefind">NameContextGenerator</A>
+<DD>Adds a feature generator to this set of feature generators.
+<DT><A 
HREF="./opennlp/tools/namefind/NameFinderEventStream.html#additionalContext(java.lang.String[],
 java.util.Map)"><B>additionalContext(String[], Map&lt;String, 
String&gt;)</B></A> - 
+Static method in class opennlp.tools.namefind.<A 
HREF="./opennlp/tools/namefind/NameFinderEventStream.html" title="class in 
opennlp.tools.namefind">NameFinderEventStream</A>
+<DD>Generated previous decision features for each token based on contents of 
the specified map.
+<DT><A 
HREF="./opennlp/tools/util/featuregen/AdditionalContextFeatureGenerator.html" 
title="class in 
opennlp.tools.util.featuregen"><B>AdditionalContextFeatureGenerator</B></A> - 
Class in <A 
HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>The
 <A 
HREF="./opennlp/tools/util/featuregen/AdditionalContextFeatureGenerator.html" 
title="class in 
opennlp.tools.util.featuregen"><CODE>AdditionalContextFeatureGenerator</CODE></A>
 generates the context from the passed
+ in additional context.<DT><A 
HREF="./opennlp/tools/util/featuregen/AdditionalContextFeatureGenerator.html#AdditionalContextFeatureGenerator()"><B>AdditionalContextFeatureGenerator()</B></A>
 - 
+Constructor for class opennlp.tools.util.featuregen.<A 
HREF="./opennlp/tools/util/featuregen/AdditionalContextFeatureGenerator.html" 
title="class in 
opennlp.tools.util.featuregen">AdditionalContextFeatureGenerator</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/DiscourseElement.html#addMention(opennlp.tools.coref.mention.MentionContext)"><B>addMention(MentionContext)</B></A>
 - 
+Method in class opennlp.tools.coref.<A 
HREF="./opennlp/tools/coref/DiscourseElement.html" title="class in 
opennlp.tools.coref">DiscourseElement</A>
+<DD>Adds the specified mention to this discourse element.
+<DT><A 
HREF="./opennlp/tools/formats/muc/MucMentionInserterStream.html#addMention(int, 
opennlp.tools.util.Span, opennlp.tools.parser.Parse[])"><B>addMention(int, 
Span, Parse[])</B></A> - 
+Static method in class opennlp.tools.formats.muc.<A 
HREF="./opennlp/tools/formats/muc/MucMentionInserterStream.html" title="class 
in opennlp.tools.formats.muc">MucMentionInserterStream</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/parser/Parse.html#addNames(java.lang.String, 
opennlp.tools.util.Span[], opennlp.tools.parser.Parse[])"><B>addNames(String, 
Span[], Parse[])</B></A> - 
+Static method in class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/Parse.html" title="class in 
opennlp.tools.parser">Parse</A>
+<DD>Utility method to inserts named entities.
+<DT><A 
HREF="./opennlp/tools/parser/Parse.html#addNextPunctuation(opennlp.tools.parser.Parse)"><B>addNextPunctuation(Parse)</B></A>
 - 
+Method in class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/Parse.html" title="class in 
opennlp.tools.parser">Parse</A>
+<DD>Designates that the specified punctuation follows this parse.
+<DT><A 
HREF="./opennlp/tools/parser/Parse.html#addPreviousPunctuation(opennlp.tools.parser.Parse)"><B>addPreviousPunctuation(Parse)</B></A>
 - 
+Method in class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/Parse.html" title="class in 
opennlp.tools.parser">Parse</A>
+<DD>Designates that the specified punctuation should is prior to this parse.
+<DT><A 
HREF="./opennlp/tools/parser/Parse.html#addProb(double)"><B>addProb(double)</B></A>
 - 
+Method in class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/Parse.html" title="class in 
opennlp.tools.parser">Parse</A>
+<DD>Adds the specified probability log to this current log for this parse.
+<DT><A 
HREF="./opennlp/tools/parser/Parse.html#adjoin(opennlp.tools.parser.Parse, 
opennlp.tools.parser.HeadRules)"><B>adjoin(Parse, HeadRules)</B></A> - 
+Method in class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/Parse.html" title="class in 
opennlp.tools.parser">Parse</A>
+<DD>Sister adjoins this node's last child and the specified sister node and 
returns their
+ new parent node.
+<DT><A 
HREF="./opennlp/tools/parser/Parse.html#adjoinRoot(opennlp.tools.parser.Parse, 
opennlp.tools.parser.HeadRules, int)"><B>adjoinRoot(Parse, HeadRules, 
int)</B></A> - 
+Method in class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/Parse.html" title="class in 
opennlp.tools.parser">Parse</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/formats/ad/ADNameSampleStream.html" title="class 
in opennlp.tools.formats.ad"><B>ADNameSampleStream</B></A> - Class in <A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD>Parser
 for Floresta Sita(c)tica Arvores Deitadas corpus, output to for the
+ Portuguese NER training.<DT><A 
HREF="./opennlp/tools/formats/ad/ADNameSampleStream.html#ADNameSampleStream(opennlp.tools.util.ObjectStream,
 boolean)"><B>ADNameSampleStream(ObjectStream&lt;String&gt;, boolean)</B></A> - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADNameSampleStream.html" title="class in 
opennlp.tools.formats.ad">ADNameSampleStream</A>
+<DD>Creates a new <A HREF="./opennlp/tools/namefind/NameSample.html" 
title="class in opennlp.tools.namefind"><CODE>NameSample</CODE></A> stream from 
a line stream, i.e.
+<DT><A 
HREF="./opennlp/tools/formats/ad/ADNameSampleStream.html#ADNameSampleStream(java.io.InputStream,
 java.lang.String, boolean)"><B>ADNameSampleStream(InputStream, String, 
boolean)</B></A> - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADNameSampleStream.html" title="class in 
opennlp.tools.formats.ad">ADNameSampleStream</A>
+<DD>Creates a new <A HREF="./opennlp/tools/namefind/NameSample.html" 
title="class in opennlp.tools.namefind"><CODE>NameSample</CODE></A> stream from 
a <A 
HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html";
 title="class or interface in java.io"><CODE>InputStream</CODE></A>
+<DT><A HREF="./opennlp/tools/formats/ad/ADNameSampleStreamFactory.html" 
title="class in opennlp.tools.formats.ad"><B>ADNameSampleStreamFactory</B></A> 
- Class in <A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD>A
 Factory to create a Arvores Deitadas NameSampleDataStream from the command line
+ utility.<DT><A HREF="./opennlp/tools/formats/ad/ADPOSSampleStream.html" 
title="class in opennlp.tools.formats.ad"><B>ADPOSSampleStream</B></A> - Class 
in <A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD><b>Note:</b>
 Do not use this class, internal use only!<DT><A 
HREF="./opennlp/tools/formats/ad/ADPOSSampleStream.html#ADPOSSampleStream(opennlp.tools.util.ObjectStream,
 boolean, boolean)"><B>ADPOSSampleStream(ObjectStream&lt;String&gt;, boolean, 
boolean)</B></A> - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADPOSSampleStream.html" title="class in 
opennlp.tools.formats.ad">ADPOSSampleStream</A>
+<DD>Creates a new <A HREF="./opennlp/tools/postag/POSSample.html" title="class 
in opennlp.tools.postag"><CODE>POSSample</CODE></A> stream from a line stream, 
i.e.
+<DT><A 
HREF="./opennlp/tools/formats/ad/ADPOSSampleStream.html#ADPOSSampleStream(java.io.InputStream,
 java.lang.String, boolean, boolean)"><B>ADPOSSampleStream(InputStream, String, 
boolean, boolean)</B></A> - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADPOSSampleStream.html" title="class in 
opennlp.tools.formats.ad">ADPOSSampleStream</A>
+<DD>Creates a new <A HREF="./opennlp/tools/postag/POSSample.html" title="class 
in opennlp.tools.postag"><CODE>POSSample</CODE></A> stream from a <A 
HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html";
 title="class or interface in java.io"><CODE>InputStream</CODE></A>
+<DT><A HREF="./opennlp/tools/formats/ad/ADPOSSampleStreamFactory.html" 
title="class in opennlp.tools.formats.ad"><B>ADPOSSampleStreamFactory</B></A> - 
Class in <A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD><b>Note:</b>
 Do not use this class, internal use only!<DT><A 
HREF="./opennlp/tools/formats/ad/ADSentenceSampleStream.html" title="class in 
opennlp.tools.formats.ad"><B>ADSentenceSampleStream</B></A> - Class in <A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD><b>Note:</b>
 Do not use this class, internal use only!<DT><A 
HREF="./opennlp/tools/formats/ad/ADSentenceSampleStream.html#ADSentenceSampleStream(opennlp.tools.util.ObjectStream,
 boolean)"><B>ADSentenceSampleStream(ObjectStream&lt;String&gt;, 
boolean)</B></A> - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADSentenceSampleStream.html" title="class in 
opennlp.tools.formats.ad">ADSentenceSampleStream</A>
+<DD>Creates a new <A HREF="./opennlp/tools/sentdetect/SentenceSample.html" 
title="class in opennlp.tools.sentdetect"><CODE>SentenceSample</CODE></A> 
stream from a line stream, i.e.
+<DT><A 
HREF="./opennlp/tools/formats/ad/ADSentenceSampleStream.html#ADSentenceSampleStream(java.io.FileInputStream,
 java.lang.String, boolean)"><B>ADSentenceSampleStream(FileInputStream, String, 
boolean)</B></A> - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADSentenceSampleStream.html" title="class in 
opennlp.tools.formats.ad">ADSentenceSampleStream</A>
+<DD>Creates a new <A HREF="./opennlp/tools/sentdetect/SentenceSample.html" 
title="class in opennlp.tools.sentdetect"><CODE>SentenceSample</CODE></A> 
stream from a <A 
HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FileInputStream.html";
 title="class or interface in java.io"><CODE>FileInputStream</CODE></A>
+<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceSampleStreamFactory.html" 
title="class in 
opennlp.tools.formats.ad"><B>ADSentenceSampleStreamFactory</B></A> - Class in 
<A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD><b>Note:</b>
 Do not use this class, internal use only!<DT><A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.html" title="class in 
opennlp.tools.formats.ad"><B>ADSentenceStream</B></A> - Class in <A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD>Stream
 filter which merges text lines into sentences, following the Arvores
+ Deitadas syntax.<DT><A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.html#ADSentenceStream(opennlp.tools.util.ObjectStream)"><B>ADSentenceStream(ObjectStream&lt;String&gt;)</B></A>
 - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.html" title="class in 
opennlp.tools.formats.ad">ADSentenceStream</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.Sentence.html" 
title="class in opennlp.tools.formats.ad"><B>ADSentenceStream.Sentence</B></A> 
- Class in <A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD>&nbsp;<DT><A
 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.Sentence.html#ADSentenceStream.Sentence()"><B>ADSentenceStream.Sentence()</B></A>
 - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.Sentence.html" title="class 
in opennlp.tools.formats.ad">ADSentenceStream.Sentence</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.html" 
title="class in 
opennlp.tools.formats.ad"><B>ADSentenceStream.SentenceParser</B></A> - Class in 
<A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD>Parses
 a sample of AD corpus.<DT><A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.html#ADSentenceStream.SentenceParser()"><B>ADSentenceStream.SentenceParser()</B></A>
 - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.html" 
title="class in opennlp.tools.formats.ad">ADSentenceStream.SentenceParser</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Leaf.html" 
title="class in 
opennlp.tools.formats.ad"><B>ADSentenceStream.SentenceParser.Leaf</B></A> - 
Class in <A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD>Represents
 the AD leaf<DT><A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Leaf.html#ADSentenceStream.SentenceParser.Leaf()"><B>ADSentenceStream.SentenceParser.Leaf()</B></A>
 - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Leaf.html" 
title="class in 
opennlp.tools.formats.ad">ADSentenceStream.SentenceParser.Leaf</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Node.html" 
title="class in 
opennlp.tools.formats.ad"><B>ADSentenceStream.SentenceParser.Node</B></A> - 
Class in <A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD>Represents
 the AD node<DT><A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Node.html#ADSentenceStream.SentenceParser.Node()"><B>ADSentenceStream.SentenceParser.Node()</B></A>
 - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Node.html" 
title="class in 
opennlp.tools.formats.ad">ADSentenceStream.SentenceParser.Node</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.TreeElement.html"
 title="class in 
opennlp.tools.formats.ad"><B>ADSentenceStream.SentenceParser.TreeElement</B></A>
 - Class in <A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD>Represents
 a tree element, Node or Leaf<DT><A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.TreeElement.html#ADSentenceStream.SentenceParser.TreeElement()"><B>ADSentenceStream.SentenceParser.TreeElement()</B></A>
 - 
+Constructor for class opennlp.tools.formats.ad.<A 
HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.TreeElement.html"
 title="class in 
opennlp.tools.formats.ad">ADSentenceStream.SentenceParser.TreeElement</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/formats/ad/ADTokenSampleStreamFactory.html" 
title="class in opennlp.tools.formats.ad"><B>ADTokenSampleStreamFactory</B></A> 
- Class in <A 
HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD><b>Note:</b>
 Do not use this class, internal use only!<DT><A 
HREF="./opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html" 
title="class in 
opennlp.tools.util.featuregen"><B>AggregatedFeatureGenerator</B></A> - Class in 
<A 
HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>The
 <A HREF="./opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html" 
title="class in 
opennlp.tools.util.featuregen"><CODE>AggregatedFeatureGenerator</CODE></A> 
aggregates a set of
+ <A HREF="./opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" 
title="interface in 
opennlp.tools.util.featuregen"><CODE>AdaptiveFeatureGenerator</CODE></A>s and 
calls them to generate the features.<DT><A 
HREF="./opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html#AggregatedFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator...)"><B>AggregatedFeatureGenerator(AdaptiveFeatureGenerator...)</B></A>
 - 
+Constructor for class opennlp.tools.util.featuregen.<A 
HREF="./opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html" 
title="class in opennlp.tools.util.featuregen">AggregatedFeatureGenerator</A>
+<DD>Initializes the current instance.
+<DT><A 
HREF="./opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html#AggregatedFeatureGenerator(java.util.Collection)"><B>AggregatedFeatureGenerator(Collection&lt;AdaptiveFeatureGenerator&gt;)</B></A>
 - 
+Constructor for class opennlp.tools.util.featuregen.<A 
HREF="./opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html" 
title="class in opennlp.tools.util.featuregen">AggregatedFeatureGenerator</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/util/TrainingParameters.html#algorithm(java.lang.String)"><B>algorithm(String)</B></A>
 - 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/TrainingParameters.html" title="class in 
opennlp.tools.util">TrainingParameters</A>
+<DD>Retrieves the training algorithm name for a given name space.
+<DT><A 
HREF="./opennlp/tools/util/TrainingParameters.html#algorithm()"><B>algorithm()</B></A>
 - 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/TrainingParameters.html" title="class in 
opennlp.tools.util">TrainingParameters</A>
+<DD>Retrieves the training algorithm name.
+<DT><A 
HREF="./opennlp/tools/util/TrainingParameters.html#ALGORITHM_PARAM"><B>ALGORITHM_PARAM</B></A>
 - 
+Static variable in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/TrainingParameters.html" title="class in 
opennlp.tools.util">TrainingParameters</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/tokenize/TokenizerME.html#alphaNumeric"><B>alphaNumeric</B></A>
 - 
+Static variable in class opennlp.tools.tokenize.<A 
HREF="./opennlp/tools/tokenize/TokenizerME.html" title="class in 
opennlp.tools.tokenize">TokenizerME</A>
+<DD><B>Deprecated.</B>&nbsp;<I>As of release 1.5.2, replaced by <A 
HREF="./opennlp/tools/tokenize/lang/Factory.html#getAlphanumeric(java.lang.String)"><CODE>Factory.getAlphanumeric(String)</CODE></A></I>
+<DT><A HREF="./opennlp/tools/util/model/ArtifactProvider.html" 
title="interface in opennlp.tools.util.model"><B>ArtifactProvider</B></A> - 
Interface in <A 
HREF="./opennlp/tools/util/model/package-summary.html">opennlp.tools.util.model</A><DD>Provides
 access to model persisted artifacts.<DT><A 
HREF="./opennlp/tools/util/model/ArtifactSerializer.html" title="interface in 
opennlp.tools.util.model"><B>ArtifactSerializer</B></A>&lt;<A 
HREF="./opennlp/tools/util/model/ArtifactSerializer.html" title="type parameter 
in ArtifactSerializer">T</A>&gt; - Interface in <A 
HREF="./opennlp/tools/util/model/package-summary.html">opennlp.tools.util.model</A><DD>Responsible
 to create an artifact from an <A 
HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html";
 title="class or interface in java.io"><CODE>InputStream</CODE></A>.<DT><A 
HREF="./opennlp/tools/dictionary/Dictionary.html#asStringSet()"><B>asStringSet()</B></A>
 - 
+Method in class opennlp.tools.dictionary.<A 
HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in 
opennlp.tools.dictionary">Dictionary</A>
+<DD>Gets this dictionary as a <code>Set&lt;String&gt;</code>.
+<DT><A 
HREF="./opennlp/tools/parser/treeinsert/Parser.html#ATTACH_DAUGHTER"><B>ATTACH_DAUGHTER</B></A>
 - 
+Static variable in class opennlp.tools.parser.treeinsert.<A 
HREF="./opennlp/tools/parser/treeinsert/Parser.html" title="class in 
opennlp.tools.parser.treeinsert">Parser</A>
+<DD>Outcome used when a node should be attached as a daughter to another node.
+<DT><A 
HREF="./opennlp/tools/parser/treeinsert/Parser.html#ATTACH_SISTER"><B>ATTACH_SISTER</B></A>
 - 
+Static variable in class opennlp.tools.parser.treeinsert.<A 
HREF="./opennlp/tools/parser/treeinsert/Parser.html" title="class in 
opennlp.tools.parser.treeinsert">Parser</A>
+<DD>Outcome used when a node should be attached as a sister to another node.
+<DT><A HREF="./opennlp/tools/parser/treeinsert/AttachContextGenerator.html" 
title="class in 
opennlp.tools.parser.treeinsert"><B>AttachContextGenerator</B></A> - Class in 
<A 
HREF="./opennlp/tools/parser/treeinsert/package-summary.html">opennlp.tools.parser.treeinsert</A><DD>&nbsp;<DT><A
 
HREF="./opennlp/tools/parser/treeinsert/AttachContextGenerator.html#AttachContextGenerator(java.util.Set)"><B>AttachContextGenerator(Set&lt;String&gt;)</B></A>
 - 
+Constructor for class opennlp.tools.parser.treeinsert.<A 
HREF="./opennlp/tools/parser/treeinsert/AttachContextGenerator.html" 
title="class in opennlp.tools.parser.treeinsert">AttachContextGenerator</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/dictionary/serializer/Attributes.html" 
title="class in opennlp.tools.dictionary.serializer"><B>Attributes</B></A> - 
Class in <A 
HREF="./opennlp/tools/dictionary/serializer/package-summary.html">opennlp.tools.dictionary.serializer</A><DD>The
 <A HREF="./opennlp/tools/dictionary/serializer/Attributes.html" title="class 
in opennlp.tools.dictionary.serializer"><CODE>Attributes</CODE></A> class 
stores name value pairs.<DT><A 
HREF="./opennlp/tools/dictionary/serializer/Attributes.html#Attributes()"><B>Attributes()</B></A>
 - 
+Constructor for class opennlp.tools.dictionary.serializer.<A 
HREF="./opennlp/tools/dictionary/serializer/Attributes.html" title="class in 
opennlp.tools.dictionary.serializer">Attributes</A>
+<DD>&nbsp;
+</DL>
+<HR>
+<A NAME="_B_"><!-- --></A><H2>
+<B>B</B></H2>
+<DL>
+<DT><A HREF="./opennlp/tools/doccat/BagOfWordsFeatureGenerator.html" 
title="class in opennlp.tools.doccat"><B>BagOfWordsFeatureGenerator</B></A> - 
Class in <A 
HREF="./opennlp/tools/doccat/package-summary.html">opennlp.tools.doccat</A><DD>Generates
 a feature for each word in a document.<DT><A 
HREF="./opennlp/tools/doccat/BagOfWordsFeatureGenerator.html#BagOfWordsFeatureGenerator()"><B>BagOfWordsFeatureGenerator()</B></A>
 - 
+Constructor for class opennlp.tools.doccat.<A 
HREF="./opennlp/tools/doccat/BagOfWordsFeatureGenerator.html" title="class in 
opennlp.tools.doccat">BagOfWordsFeatureGenerator</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/util/model/BaseModel.html" title="class in 
opennlp.tools.util.model"><B>BaseModel</B></A> - Class in <A 
HREF="./opennlp/tools/util/model/package-summary.html">opennlp.tools.util.model</A><DD>This
 model is a common based which can be used by the components
+ model classes.<DT><A HREF="./opennlp/tools/util/BaseToolFactory.html" 
title="class in opennlp.tools.util"><B>BaseToolFactory</B></A> - Class in <A 
HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Base 
class for all tool factories.<DT><A 
HREF="./opennlp/tools/util/BaseToolFactory.html#BaseToolFactory()"><B>BaseToolFactory()</B></A>
 - 
+Constructor for class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/BaseToolFactory.html" title="class in 
opennlp.tools.util">BaseToolFactory</A>
+<DD>All sub-classes should have an empty constructor
+<DT><A HREF="./opennlp/tools/util/BeamSearch.html" title="class in 
opennlp.tools.util"><B>BeamSearch</B></A>&lt;<A 
HREF="./opennlp/tools/util/BeamSearch.html" title="type parameter in 
BeamSearch">T</A>&gt; - Class in <A 
HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Performs
 k-best search over sequence.<DT><A 
HREF="./opennlp/tools/util/BeamSearch.html#BeamSearch(int, 
opennlp.tools.util.BeamSearchContextGenerator, 
opennlp.model.MaxentModel)"><B>BeamSearch(int, 
BeamSearchContextGenerator&lt;T&gt;, MaxentModel)</B></A> - 
+Constructor for class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/BeamSearch.html" title="class in 
opennlp.tools.util">BeamSearch</A>
+<DD>Creates new search object.
+<DT><A HREF="./opennlp/tools/util/BeamSearch.html#BeamSearch(int, 
opennlp.tools.util.BeamSearchContextGenerator, opennlp.model.MaxentModel, 
int)"><B>BeamSearch(int, BeamSearchContextGenerator&lt;T&gt;, MaxentModel, 
int)</B></A> - 
+Constructor for class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/BeamSearch.html" title="class in 
opennlp.tools.util">BeamSearch</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/util/BeamSearch.html#BeamSearch(int, 
opennlp.tools.util.BeamSearchContextGenerator, opennlp.model.MaxentModel, 
opennlp.tools.util.SequenceValidator, int)"><B>BeamSearch(int, 
BeamSearchContextGenerator&lt;T&gt;, MaxentModel, SequenceValidator&lt;T&gt;, 
int)</B></A> - 
+Constructor for class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/BeamSearch.html" title="class in 
opennlp.tools.util">BeamSearch</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/util/BeamSearchContextGenerator.html" 
title="interface in 
opennlp.tools.util"><B>BeamSearchContextGenerator</B></A>&lt;<A 
HREF="./opennlp/tools/util/BeamSearchContextGenerator.html" title="type 
parameter in BeamSearchContextGenerator">T</A>&gt; - Interface in <A 
HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Interface
 for context generators used with a sequence beam search.<DT><A 
HREF="./opennlp/tools/util/BeamSearch.html#bestSequence(T[], 
java.lang.Object[])"><B>bestSequence(T[], Object[])</B></A> - 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/BeamSearch.html" title="class in 
opennlp.tools.util">BeamSearch</A>
+<DD>Returns the best sequence of outcomes based on model for this object.
+<DT><A HREF="./opennlp/tools/util/BeamSearch.html#bestSequences(int, T[], 
java.lang.Object[])"><B>bestSequences(int, T[], Object[])</B></A> - 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/BeamSearch.html" title="class in 
opennlp.tools.util">BeamSearch</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/util/BeamSearch.html#bestSequences(int, T[], 
java.lang.Object[], double)"><B>bestSequences(int, T[], Object[], 
double)</B></A> - 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/BeamSearch.html" title="class in 
opennlp.tools.util">BeamSearch</A>
+<DD>Returns the best sequence of outcomes based on model for this object.
+<DT><A HREF="./opennlp/tools/util/featuregen/BigramNameFeatureGenerator.html" 
title="class in 
opennlp.tools.util.featuregen"><B>BigramNameFeatureGenerator</B></A> - Class in 
<A 
HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>&nbsp;<DT><A
 
HREF="./opennlp/tools/util/featuregen/BigramNameFeatureGenerator.html#BigramNameFeatureGenerator()"><B>BigramNameFeatureGenerator()</B></A>
 - 
+Constructor for class opennlp.tools.util.featuregen.<A 
HREF="./opennlp/tools/util/featuregen/BigramNameFeatureGenerator.html" 
title="class in opennlp.tools.util.featuregen">BigramNameFeatureGenerator</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/formats/BioNLP2004NameSampleStream.html" 
title="class in opennlp.tools.formats"><B>BioNLP2004NameSampleStream</B></A> - 
Class in <A 
HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>Parser
 for the training files of the BioNLP/NLPBA 2004 shared task.<DT><A 
HREF="./opennlp/tools/formats/BioNLP2004NameSampleStream.html#BioNLP2004NameSampleStream(java.io.InputStream,
 int)"><B>BioNLP2004NameSampleStream(InputStream, int)</B></A> - 
+Constructor for class opennlp.tools.formats.<A 
HREF="./opennlp/tools/formats/BioNLP2004NameSampleStream.html" title="class in 
opennlp.tools.formats">BioNLP2004NameSampleStream</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/formats/BioNLP2004NameSampleStreamFactory.html" 
title="class in 
opennlp.tools.formats"><B>BioNLP2004NameSampleStreamFactory</B></A> - Class in 
<A 
HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>&nbsp;<DT><A
 HREF="./opennlp/tools/parser/Parse.html#BRACKET_LCB"><B>BRACKET_LCB</B></A> - 
+Static variable in class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/Parse.html" title="class in 
opennlp.tools.parser">Parse</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/parser/Parse.html#BRACKET_LRB"><B>BRACKET_LRB</B></A> - 
+Static variable in class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/Parse.html" title="class in 
opennlp.tools.parser">Parse</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/parser/Parse.html#BRACKET_RCB"><B>BRACKET_RCB</B></A> - 
+Static variable in class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/Parse.html" title="class in 
opennlp.tools.parser">Parse</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/parser/Parse.html#BRACKET_RRB"><B>BRACKET_RRB</B></A> - 
+Static variable in class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/Parse.html" title="class in 
opennlp.tools.parser">Parse</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/parser/chunking/BuildContextGenerator.html" 
title="class in opennlp.tools.parser.chunking"><B>BuildContextGenerator</B></A> 
- Class in <A 
HREF="./opennlp/tools/parser/chunking/package-summary.html">opennlp.tools.parser.chunking</A><DD>Class
 to generator predictive contexts for deciding how constituents should be 
combined together.<DT><A 
HREF="./opennlp/tools/parser/chunking/BuildContextGenerator.html#BuildContextGenerator()"><B>BuildContextGenerator()</B></A>
 - 
+Constructor for class opennlp.tools.parser.chunking.<A 
HREF="./opennlp/tools/parser/chunking/BuildContextGenerator.html" title="class 
in opennlp.tools.parser.chunking">BuildContextGenerator</A>
+<DD>Creates a new context generator for making decisions about combining 
constitients togehter.
+<DT><A 
HREF="./opennlp/tools/parser/chunking/BuildContextGenerator.html#BuildContextGenerator(opennlp.tools.dictionary.Dictionary)"><B>BuildContextGenerator(Dictionary)</B></A>
 - 
+Constructor for class opennlp.tools.parser.chunking.<A 
HREF="./opennlp/tools/parser/chunking/BuildContextGenerator.html" title="class 
in opennlp.tools.parser.chunking">BuildContextGenerator</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/parser/treeinsert/BuildContextGenerator.html" 
title="class in 
opennlp.tools.parser.treeinsert"><B>BuildContextGenerator</B></A> - Class in <A 
HREF="./opennlp/tools/parser/treeinsert/package-summary.html">opennlp.tools.parser.treeinsert</A><DD>Creates
 the features or contexts for the building phase of parsing.<DT><A 
HREF="./opennlp/tools/parser/treeinsert/BuildContextGenerator.html#BuildContextGenerator()"><B>BuildContextGenerator()</B></A>
 - 
+Constructor for class opennlp.tools.parser.treeinsert.<A 
HREF="./opennlp/tools/parser/treeinsert/BuildContextGenerator.html" 
title="class in opennlp.tools.parser.treeinsert">BuildContextGenerator</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#buildDictionary(opennlp.tools.util.ObjectStream,
 opennlp.tools.parser.HeadRules, 
opennlp.tools.util.TrainingParameters)"><B>buildDictionary(ObjectStream&lt;Parse&gt;,
 HeadRules, TrainingParameters)</B></A> - 
+Static method in class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in 
opennlp.tools.parser">AbstractBottomUpParser</A>
+<DD>Creates a n-gram dictionary from the specified data stream using the 
specified head rule and specified cut-off.
+<DT><A 
HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#buildDictionary(opennlp.tools.util.ObjectStream,
 opennlp.tools.parser.HeadRules, 
int)"><B>buildDictionary(ObjectStream&lt;Parse&gt;, HeadRules, int)</B></A> - 
+Static method in class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in 
opennlp.tools.parser">AbstractBottomUpParser</A>
+<DD>Creates a n-gram dictionary from the specified data stream using the 
specified head rule and specified cut-off.
+<DT><A 
HREF="./opennlp/tools/postag/POSTaggerME.html#buildNGramDictionary(opennlp.tools.util.ObjectStream,
 int)"><B>buildNGramDictionary(ObjectStream&lt;POSSample&gt;, int)</B></A> - 
+Static method in class opennlp.tools.postag.<A 
HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in 
opennlp.tools.postag">POSTaggerME</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/parser/treeinsert/Parser.html#BUILT"><B>BUILT</B></A> - 
+Static variable in class opennlp.tools.parser.treeinsert.<A 
HREF="./opennlp/tools/parser/treeinsert/Parser.html" title="class in 
opennlp.tools.parser.treeinsert">Parser</A>
+<DD>Label used to distinguish build nodes from non-built nodes.
+</DL>
+<HR>
+<A NAME="_C_"><!-- --></A><H2>
+<B>C</B></H2>
+<DL>
+<DT><A HREF="./opennlp/tools/util/Cache.html" title="class in 
opennlp.tools.util"><B>Cache</B></A> - Class in <A 
HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Provides
 fixed size, pre-allocated, least recently used replacement cache.<DT><A 
HREF="./opennlp/tools/util/Cache.html#Cache(int)"><B>Cache(int)</B></A> - 
+Constructor for class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/Cache.html" title="class in 
opennlp.tools.util">Cache</A>
+<DD>Creates a new cache of the specified size.
+<DT><A HREF="./opennlp/tools/util/featuregen/CachedFeatureGenerator.html" 
title="class in 
opennlp.tools.util.featuregen"><B>CachedFeatureGenerator</B></A> - Class in <A 
HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>Caches
 features of the aggregated <A 
HREF="./opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" 
title="interface in 
opennlp.tools.util.featuregen"><CODE>AdaptiveFeatureGenerator</CODE></A>s.<DT><A
 
HREF="./opennlp/tools/util/featuregen/CachedFeatureGenerator.html#CachedFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator...)"><B>CachedFeatureGenerator(AdaptiveFeatureGenerator...)</B></A>
 - 
+Constructor for class opennlp.tools.util.featuregen.<A 
HREF="./opennlp/tools/util/featuregen/CachedFeatureGenerator.html" title="class 
in opennlp.tools.util.featuregen">CachedFeatureGenerator</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/util/HashSumEventStream.html#calculateHashSum()"><B>calculateHashSum()</B></A>
 - 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/HashSumEventStream.html" title="class in 
opennlp.tools.util">HashSumEventStream</A>
+<DD><B>Deprecated.</B>&nbsp;Calculates the hash sum of the stream.
+<DT><A 
HREF="./opennlp/tools/coref/resolver/CommonNounResolver.html#canResolve(opennlp.tools.coref.mention.MentionContext)"><B>canResolve(MentionContext)</B></A>
 - 
+Method in class opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/CommonNounResolver.html" title="class in 
opennlp.tools.coref.resolver">CommonNounResolver</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/resolver/DefiniteNounResolver.html#canResolve(opennlp.tools.coref.mention.MentionContext)"><B>canResolve(MentionContext)</B></A>
 - 
+Method in class opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/DefiniteNounResolver.html" title="class in 
opennlp.tools.coref.resolver">DefiniteNounResolver</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/resolver/IsAResolver.html#canResolve(opennlp.tools.coref.mention.MentionContext)"><B>canResolve(MentionContext)</B></A>
 - 
+Method in class opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/IsAResolver.html" title="class in 
opennlp.tools.coref.resolver">IsAResolver</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/resolver/PerfectResolver.html#canResolve(opennlp.tools.coref.mention.MentionContext)"><B>canResolve(MentionContext)</B></A>
 - 
+Method in class opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/PerfectResolver.html" title="class in 
opennlp.tools.coref.resolver">PerfectResolver</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/resolver/PluralNounResolver.html#canResolve(opennlp.tools.coref.mention.MentionContext)"><B>canResolve(MentionContext)</B></A>
 - 
+Method in class opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/PluralNounResolver.html" title="class in 
opennlp.tools.coref.resolver">PluralNounResolver</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/resolver/PluralPronounResolver.html#canResolve(opennlp.tools.coref.mention.MentionContext)"><B>canResolve(MentionContext)</B></A>
 - 
+Method in class opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/PluralPronounResolver.html" title="class 
in opennlp.tools.coref.resolver">PluralPronounResolver</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/resolver/ProperNounResolver.html#canResolve(opennlp.tools.coref.mention.MentionContext)"><B>canResolve(MentionContext)</B></A>
 - 
+Method in class opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/ProperNounResolver.html" title="class in 
opennlp.tools.coref.resolver">ProperNounResolver</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/resolver/Resolver.html#canResolve(opennlp.tools.coref.mention.MentionContext)"><B>canResolve(MentionContext)</B></A>
 - 
+Method in interface opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/Resolver.html" title="interface in 
opennlp.tools.coref.resolver">Resolver</A>
+<DD>Returns true if this resolver is able to resolve the referring expression 
of the same type
+ as the specified mention.
+<DT><A 
HREF="./opennlp/tools/coref/resolver/SingularPronounResolver.html#canResolve(opennlp.tools.coref.mention.MentionContext)"><B>canResolve(MentionContext)</B></A>
 - 
+Method in class opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/SingularPronounResolver.html" title="class 
in opennlp.tools.coref.resolver">SingularPronounResolver</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/resolver/SpeechPronounResolver.html#canResolve(opennlp.tools.coref.mention.MentionContext)"><B>canResolve(MentionContext)</B></A>
 - 
+Method in class opennlp.tools.coref.resolver.<A 
HREF="./opennlp/tools/coref/resolver/SpeechPronounResolver.html" title="class 
in opennlp.tools.coref.resolver">SpeechPronounResolver</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/doccat/DocumentCategorizer.html#categorize(java.lang.String[])"><B>categorize(String[])</B></A>
 - 
+Method in interface opennlp.tools.doccat.<A 
HREF="./opennlp/tools/doccat/DocumentCategorizer.html" title="interface in 
opennlp.tools.doccat">DocumentCategorizer</A>
+<DD>Categorizes the given text.
+<DT><A 
HREF="./opennlp/tools/doccat/DocumentCategorizer.html#categorize(java.lang.String)"><B>categorize(String)</B></A>
 - 
+Method in interface opennlp.tools.doccat.<A 
HREF="./opennlp/tools/doccat/DocumentCategorizer.html" title="interface in 
opennlp.tools.doccat">DocumentCategorizer</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/doccat/DocumentCategorizerME.html#categorize(java.lang.String[])"><B>categorize(String[])</B></A>
 - 
+Method in class opennlp.tools.doccat.<A 
HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in 
opennlp.tools.doccat">DocumentCategorizerME</A>
+<DD>Categorizes the given text.
+<DT><A 
HREF="./opennlp/tools/doccat/DocumentCategorizerME.html#categorize(java.lang.String)"><B>categorize(String)</B></A>
 - 
+Method in class opennlp.tools.doccat.<A 
HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in 
opennlp.tools.doccat">DocumentCategorizerME</A>
+<DD>Categorizes the given text.
+<DT><A 
HREF="./opennlp/tools/util/featuregen/CharacterNgramFeatureGenerator.html" 
title="class in 
opennlp.tools.util.featuregen"><B>CharacterNgramFeatureGenerator</B></A> - 
Class in <A 
HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>The
 <A HREF="./opennlp/tools/util/featuregen/CharacterNgramFeatureGenerator.html" 
title="class in 
opennlp.tools.util.featuregen"><CODE>CharacterNgramFeatureGenerator</CODE></A> 
uses character ngrams to
+ generate features about each token.<DT><A 
HREF="./opennlp/tools/util/featuregen/CharacterNgramFeatureGenerator.html#CharacterNgramFeatureGenerator(int,
 int)"><B>CharacterNgramFeatureGenerator(int, int)</B></A> - 
+Constructor for class opennlp.tools.util.featuregen.<A 
HREF="./opennlp/tools/util/featuregen/CharacterNgramFeatureGenerator.html" 
title="class in 
opennlp.tools.util.featuregen">CharacterNgramFeatureGenerator</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/util/featuregen/CharacterNgramFeatureGenerator.html#CharacterNgramFeatureGenerator()"><B>CharacterNgramFeatureGenerator()</B></A>
 - 
+Constructor for class opennlp.tools.util.featuregen.<A 
HREF="./opennlp/tools/util/featuregen/CharacterNgramFeatureGenerator.html" 
title="class in 
opennlp.tools.util.featuregen">CharacterNgramFeatureGenerator</A>
+<DD>Initializes the current instance with min 2 length and max 5 length of 
ngrams.
+<DT><A 
HREF="./opennlp/tools/formats/muc/MucNameContentHandler.html#characters(java.lang.CharSequence)"><B>characters(CharSequence)</B></A>
 - 
+Method in class opennlp.tools.formats.muc.<A 
HREF="./opennlp/tools/formats/muc/MucNameContentHandler.html" title="class in 
opennlp.tools.formats.muc">MucNameContentHandler</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/formats/muc/SgmlParser.ContentHandler.html#characters(java.lang.CharSequence)"><B>characters(CharSequence)</B></A>
 - 
+Method in class opennlp.tools.formats.muc.<A 
HREF="./opennlp/tools/formats/muc/SgmlParser.ContentHandler.html" title="class 
in opennlp.tools.formats.muc">SgmlParser.ContentHandler</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/parser/chunking/CheckContextGenerator.html" 
title="class in opennlp.tools.parser.chunking"><B>CheckContextGenerator</B></A> 
- Class in <A 
HREF="./opennlp/tools/parser/chunking/package-summary.html">opennlp.tools.parser.chunking</A><DD>Class
 for generating predictive context for deciding when a constituent is 
complete.<DT><A 
HREF="./opennlp/tools/parser/chunking/CheckContextGenerator.html#CheckContextGenerator()"><B>CheckContextGenerator()</B></A>
 - 
+Constructor for class opennlp.tools.parser.chunking.<A 
HREF="./opennlp/tools/parser/chunking/CheckContextGenerator.html" title="class 
in opennlp.tools.parser.chunking">CheckContextGenerator</A>
+<DD>Creates a new context generator for generating predictive context for 
deciding when a constituent is complete.
+<DT><A HREF="./opennlp/tools/parser/treeinsert/CheckContextGenerator.html" 
title="class in 
opennlp.tools.parser.treeinsert"><B>CheckContextGenerator</B></A> - Class in <A 
HREF="./opennlp/tools/parser/treeinsert/package-summary.html">opennlp.tools.parser.treeinsert</A><DD>&nbsp;<DT><A
 
HREF="./opennlp/tools/parser/treeinsert/CheckContextGenerator.html#CheckContextGenerator(java.util.Set)"><B>CheckContextGenerator(Set&lt;String&gt;)</B></A>
 - 
+Constructor for class opennlp.tools.parser.treeinsert.<A 
HREF="./opennlp/tools/parser/treeinsert/CheckContextGenerator.html" 
title="class in opennlp.tools.parser.treeinsert">CheckContextGenerator</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/chunker/Chunker.html#chunk(java.util.List, 
java.util.List)"><B>chunk(List&lt;String&gt;, List&lt;String&gt;)</B></A> - 
+Method in interface opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/Chunker.html" title="interface in 
opennlp.tools.chunker">Chunker</A>
+<DD><B>Deprecated.</B>&nbsp;<I>please use <A 
HREF="./opennlp/tools/chunker/Chunker.html#chunk(java.lang.String[], 
java.lang.String[])"><CODE>Chunker.chunk(String[], String[])</CODE></A> 
instead.</I>
+<DT><A HREF="./opennlp/tools/chunker/Chunker.html#chunk(java.lang.String[], 
java.lang.String[])"><B>chunk(String[], String[])</B></A> - 
+Method in interface opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/Chunker.html" title="interface in 
opennlp.tools.chunker">Chunker</A>
+<DD>Generates chunk tags for the given sequence returning the result in an 
array.
+<DT><A HREF="./opennlp/tools/chunker/ChunkerME.html#chunk(java.util.List, 
java.util.List)"><B>chunk(List&lt;String&gt;, List&lt;String&gt;)</B></A> - 
+Method in class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerME.html" title="class in 
opennlp.tools.chunker">ChunkerME</A>
+<DD><B>Deprecated.</B>&nbsp;
+<DT><A HREF="./opennlp/tools/chunker/ChunkerME.html#chunk(java.lang.String[], 
java.lang.String[])"><B>chunk(String[], String[])</B></A> - 
+Method in class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerME.html" title="class in 
opennlp.tools.chunker">ChunkerME</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/chunker/Chunker.html#chunkAsSpans(java.lang.String[], 
java.lang.String[])"><B>chunkAsSpans(String[], String[])</B></A> - 
+Method in interface opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/Chunker.html" title="interface in 
opennlp.tools.chunker">Chunker</A>
+<DD>Generates tagged chunk spans for the given sequence returning the result 
in a span array.
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerME.html#chunkAsSpans(java.lang.String[], 
java.lang.String[])"><B>chunkAsSpans(String[], String[])</B></A> - 
+Method in class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerME.html" title="class in 
opennlp.tools.chunker">ChunkerME</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/parser/ChunkContextGenerator.html" title="class 
in opennlp.tools.parser"><B>ChunkContextGenerator</B></A> - Class in <A 
HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>Creates
 predivtive context for the pre-chunking phases of parsing.<DT><A 
HREF="./opennlp/tools/parser/ChunkContextGenerator.html#ChunkContextGenerator()"><B>ChunkContextGenerator()</B></A>
 - 
+Constructor for class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/ChunkContextGenerator.html" title="class in 
opennlp.tools.parser">ChunkContextGenerator</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/parser/ChunkContextGenerator.html#ChunkContextGenerator(int)"><B>ChunkContextGenerator(int)</B></A>
 - 
+Constructor for class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/ChunkContextGenerator.html" title="class in 
opennlp.tools.parser">ChunkContextGenerator</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/chunker/Chunker.html" title="interface in 
opennlp.tools.chunker"><B>Chunker</B></A> - Interface in <A 
HREF="./opennlp/tools/chunker/package-summary.html">opennlp.tools.chunker</A><DD>The
 interface for chunkers which provide chunk tags for a sequence of 
tokens.<DT><A HREF="./opennlp/tools/chunker/ChunkerContextGenerator.html" 
title="interface in opennlp.tools.chunker"><B>ChunkerContextGenerator</B></A> - 
Interface in <A 
HREF="./opennlp/tools/chunker/package-summary.html">opennlp.tools.chunker</A><DD>Interface
 for the context generator used in syntactic chunking.<DT><A 
HREF="./opennlp/tools/chunker/ChunkerCrossValidator.html" title="class in 
opennlp.tools.chunker"><B>ChunkerCrossValidator</B></A> - Class in <A 
HREF="./opennlp/tools/chunker/package-summary.html">opennlp.tools.chunker</A><DD>&nbsp;<DT><A
 
HREF="./opennlp/tools/chunker/ChunkerCrossValidator.html#ChunkerCrossValidator(java.lang.String,
 int, int)"><B>ChunkerCrossValidator(String, int, int)</B></
 A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerCrossValidator.html" title="class in 
opennlp.tools.chunker">ChunkerCrossValidator</A>
+<DD><B>Deprecated.</B>&nbsp;<I>Use
+             <A 
HREF="./opennlp/tools/chunker/ChunkerCrossValidator.html#ChunkerCrossValidator(java.lang.String,
 opennlp.tools.util.TrainingParameters, opennlp.tools.chunker.ChunkerFactory, 
opennlp.tools.chunker.ChunkerEvaluationMonitor...)"><CODE>ChunkerCrossValidator.ChunkerCrossValidator(String,
 TrainingParameters, ChunkerFactory, ChunkerEvaluationMonitor...)</CODE></A>
+             instead.</I>
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerCrossValidator.html#ChunkerCrossValidator(java.lang.String,
 opennlp.tools.util.TrainingParameters, 
opennlp.tools.chunker.ChunkerEvaluationMonitor...)"><B>ChunkerCrossValidator(String,
 TrainingParameters, ChunkerEvaluationMonitor...)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerCrossValidator.html" title="class in 
opennlp.tools.chunker">ChunkerCrossValidator</A>
+<DD><B>Deprecated.</B>&nbsp;<I>Use <A 
HREF="./opennlp/tools/chunker/ChunkerCrossValidator.html#ChunkerCrossValidator(java.lang.String,
 opennlp.tools.util.TrainingParameters, opennlp.tools.chunker.ChunkerFactory, 
opennlp.tools.chunker.ChunkerEvaluationMonitor...)"><CODE>ChunkerCrossValidator.ChunkerCrossValidator(String,
 TrainingParameters, ChunkerFactory, ChunkerEvaluationMonitor...)</CODE></A> 
instead.</I>
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerCrossValidator.html#ChunkerCrossValidator(java.lang.String,
 opennlp.tools.util.TrainingParameters, opennlp.tools.chunker.ChunkerFactory, 
opennlp.tools.chunker.ChunkerEvaluationMonitor...)"><B>ChunkerCrossValidator(String,
 TrainingParameters, ChunkerFactory, ChunkerEvaluationMonitor...)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerCrossValidator.html" title="class in 
opennlp.tools.chunker">ChunkerCrossValidator</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/chunker/ChunkerEvaluationMonitor.html" 
title="interface in opennlp.tools.chunker"><B>ChunkerEvaluationMonitor</B></A> 
- Interface in <A 
HREF="./opennlp/tools/chunker/package-summary.html">opennlp.tools.chunker</A><DD>&nbsp;<DT><A
 HREF="./opennlp/tools/chunker/ChunkerEvaluator.html" title="class in 
opennlp.tools.chunker"><B>ChunkerEvaluator</B></A> - Class in <A 
HREF="./opennlp/tools/chunker/package-summary.html">opennlp.tools.chunker</A><DD>The
 <A HREF="./opennlp/tools/chunker/ChunkerEvaluator.html" title="class in 
opennlp.tools.chunker"><CODE>ChunkerEvaluator</CODE></A> measures the 
performance
+ of the given <A HREF="./opennlp/tools/chunker/Chunker.html" title="interface 
in opennlp.tools.chunker"><CODE>Chunker</CODE></A> with the provided
+ reference <A HREF="./opennlp/tools/chunker/ChunkSample.html" title="class in 
opennlp.tools.chunker"><CODE>ChunkSample</CODE></A>s.<DT><A 
HREF="./opennlp/tools/chunker/ChunkerEvaluator.html#ChunkerEvaluator(opennlp.tools.chunker.Chunker,
 
opennlp.tools.chunker.ChunkerEvaluationMonitor...)"><B>ChunkerEvaluator(Chunker,
 ChunkerEvaluationMonitor...)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerEvaluator.html" title="class in 
opennlp.tools.chunker">ChunkerEvaluator</A>
+<DD>Initializes the current instance with the given
+ <A HREF="./opennlp/tools/chunker/Chunker.html" title="interface in 
opennlp.tools.chunker"><CODE>Chunker</CODE></A>.
+<DT><A HREF="./opennlp/tools/chunker/ChunkerEventStream.html" title="class in 
opennlp.tools.chunker"><B>ChunkerEventStream</B></A> - Class in <A 
HREF="./opennlp/tools/chunker/package-summary.html">opennlp.tools.chunker</A><DD>Class
 for creating an event stream out of data files for training a chunker.<DT><A 
HREF="./opennlp/tools/chunker/ChunkerEventStream.html#ChunkerEventStream(opennlp.tools.util.ObjectStream,
 
opennlp.tools.chunker.ChunkerContextGenerator)"><B>ChunkerEventStream(ObjectStream&lt;ChunkSample&gt;,
 ChunkerContextGenerator)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerEventStream.html" title="class in 
opennlp.tools.chunker">ChunkerEventStream</A>
+<DD>Creates a new event stream based on the specified data stream using the 
specified context generator.
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerEventStream.html#ChunkerEventStream(opennlp.tools.util.ObjectStream)"><B>ChunkerEventStream(ObjectStream&lt;ChunkSample&gt;)</B></A>
 - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerEventStream.html" title="class in 
opennlp.tools.chunker">ChunkerEventStream</A>
+<DD><B>Deprecated.</B>&nbsp;<I>Use <A 
HREF="./opennlp/tools/chunker/ChunkerEventStream.html#ChunkerEventStream(opennlp.tools.util.ObjectStream,
 
opennlp.tools.chunker.ChunkerContextGenerator)"><CODE>ChunkerEventStream.ChunkerEventStream(ObjectStream,
 ChunkerContextGenerator)</CODE></A> instead.</I>
+<DT><A HREF="./opennlp/tools/chunker/ChunkerFactory.html" title="class in 
opennlp.tools.chunker"><B>ChunkerFactory</B></A> - Class in <A 
HREF="./opennlp/tools/chunker/package-summary.html">opennlp.tools.chunker</A><DD>&nbsp;<DT><A
 
HREF="./opennlp/tools/chunker/ChunkerFactory.html#ChunkerFactory()"><B>ChunkerFactory()</B></A>
 - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerFactory.html" title="class in 
opennlp.tools.chunker">ChunkerFactory</A>
+<DD>Creates a <A HREF="./opennlp/tools/chunker/ChunkerFactory.html" 
title="class in opennlp.tools.chunker"><CODE>ChunkerFactory</CODE></A> that 
provides the default implementation
+ of the resources.
+<DT><A HREF="./opennlp/tools/chunker/ChunkerME.html" title="class in 
opennlp.tools.chunker"><B>ChunkerME</B></A> - Class in <A 
HREF="./opennlp/tools/chunker/package-summary.html">opennlp.tools.chunker</A><DD>The
 class represents a maximum-entropy-based chunker.<DT><A 
HREF="./opennlp/tools/chunker/ChunkerME.html#ChunkerME(opennlp.tools.chunker.ChunkerModel,
 int, opennlp.tools.util.SequenceValidator, 
opennlp.tools.chunker.ChunkerContextGenerator)"><B>ChunkerME(ChunkerModel, int, 
SequenceValidator&lt;String&gt;, ChunkerContextGenerator)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerME.html" title="class in 
opennlp.tools.chunker">ChunkerME</A>
+<DD><B>Deprecated.</B>&nbsp;<I>Use <A 
HREF="./opennlp/tools/chunker/ChunkerME.html#ChunkerME(opennlp.tools.chunker.ChunkerModel,
 int)"><CODE>ChunkerME.ChunkerME(ChunkerModel, int)</CODE></A> instead 
+    and use the <A HREF="./opennlp/tools/chunker/ChunkerFactory.html" 
title="class in opennlp.tools.chunker"><CODE>ChunkerFactory</CODE></A> to 
configure the <A HREF="./opennlp/tools/util/SequenceValidator.html" 
title="interface in opennlp.tools.util"><CODE>SequenceValidator</CODE></A> and 
<A HREF="./opennlp/tools/chunker/ChunkerContextGenerator.html" title="interface 
in opennlp.tools.chunker"><CODE>ChunkerContextGenerator</CODE></A>.</I>
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerME.html#ChunkerME(opennlp.tools.chunker.ChunkerModel,
 int, opennlp.tools.util.SequenceValidator)"><B>ChunkerME(ChunkerModel, int, 
SequenceValidator&lt;String&gt;)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerME.html" title="class in 
opennlp.tools.chunker">ChunkerME</A>
+<DD><B>Deprecated.</B>&nbsp;<I>Use <A 
HREF="./opennlp/tools/chunker/ChunkerME.html#ChunkerME(opennlp.tools.chunker.ChunkerModel,
 int)"><CODE>ChunkerME.ChunkerME(ChunkerModel, int)</CODE></A> instead 
+    and use the <A HREF="./opennlp/tools/chunker/ChunkerFactory.html" 
title="class in opennlp.tools.chunker"><CODE>ChunkerFactory</CODE></A> to 
configure the <A HREF="./opennlp/tools/util/SequenceValidator.html" 
title="interface in opennlp.tools.util"><CODE>SequenceValidator</CODE></A>.</I>
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerME.html#ChunkerME(opennlp.tools.chunker.ChunkerModel,
 int)"><B>ChunkerME(ChunkerModel, int)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerME.html" title="class in 
opennlp.tools.chunker">ChunkerME</A>
+<DD>Initializes the current instance with the specified model and
+ the specified beam size.
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerME.html#ChunkerME(opennlp.tools.chunker.ChunkerModel)"><B>ChunkerME(ChunkerModel)</B></A>
 - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerME.html" title="class in 
opennlp.tools.chunker">ChunkerME</A>
+<DD>Initializes the current instance with the specified model.
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerME.html#ChunkerME(opennlp.model.MaxentModel)"><B>ChunkerME(MaxentModel)</B></A>
 - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerME.html" title="class in 
opennlp.tools.chunker">ChunkerME</A>
+<DD><B>Deprecated.</B>&nbsp;
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerME.html#ChunkerME(opennlp.model.MaxentModel,
 opennlp.tools.chunker.ChunkerContextGenerator)"><B>ChunkerME(MaxentModel, 
ChunkerContextGenerator)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerME.html" title="class in 
opennlp.tools.chunker">ChunkerME</A>
+<DD><B>Deprecated.</B>&nbsp;
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerME.html#ChunkerME(opennlp.model.MaxentModel,
 opennlp.tools.chunker.ChunkerContextGenerator, int)"><B>ChunkerME(MaxentModel, 
ChunkerContextGenerator, int)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerME.html" title="class in 
opennlp.tools.chunker">ChunkerME</A>
+<DD><B>Deprecated.</B>&nbsp;
+<DT><A HREF="./opennlp/tools/chunker/ChunkerModel.html" title="class in 
opennlp.tools.chunker"><B>ChunkerModel</B></A> - Class in <A 
HREF="./opennlp/tools/chunker/package-summary.html">opennlp.tools.chunker</A><DD>The
 <A HREF="./opennlp/tools/chunker/ChunkerModel.html" title="class in 
opennlp.tools.chunker"><CODE>ChunkerModel</CODE></A> is the model used
+ by a learnable <A HREF="./opennlp/tools/chunker/Chunker.html" 
title="interface in opennlp.tools.chunker"><CODE>Chunker</CODE></A>.<DT><A 
HREF="./opennlp/tools/chunker/ChunkerModel.html#ChunkerModel(java.lang.String, 
opennlp.model.AbstractModel, java.util.Map)"><B>ChunkerModel(String, 
AbstractModel, Map&lt;String, String&gt;)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerModel.html" title="class in 
opennlp.tools.chunker">ChunkerModel</A>
+<DD><B>Deprecated.</B>&nbsp;<I>Use
+             <A 
HREF="./opennlp/tools/chunker/ChunkerModel.html#ChunkerModel(java.lang.String, 
opennlp.model.AbstractModel, java.util.Map, 
opennlp.tools.chunker.ChunkerFactory)"><CODE>ChunkerModel.ChunkerModel(String, 
AbstractModel, Map, ChunkerFactory)</CODE></A>
+             instead.</I>
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerModel.html#ChunkerModel(java.lang.String, 
opennlp.model.AbstractModel, java.util.Map, 
opennlp.tools.chunker.ChunkerFactory)"><B>ChunkerModel(String, AbstractModel, 
Map&lt;String, String&gt;, ChunkerFactory)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerModel.html" title="class in 
opennlp.tools.chunker">ChunkerModel</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerModel.html#ChunkerModel(java.lang.String, 
opennlp.model.AbstractModel)"><B>ChunkerModel(String, AbstractModel)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerModel.html" title="class in 
opennlp.tools.chunker">ChunkerModel</A>
+<DD><B>Deprecated.</B>&nbsp;<I>Use
+             <A 
HREF="./opennlp/tools/chunker/ChunkerModel.html#ChunkerModel(java.lang.String, 
opennlp.model.AbstractModel, 
opennlp.tools.chunker.ChunkerFactory)"><CODE>instead.</CODE></A></I>
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerModel.html#ChunkerModel(java.lang.String, 
opennlp.model.AbstractModel, 
opennlp.tools.chunker.ChunkerFactory)"><B>ChunkerModel(String, AbstractModel, 
ChunkerFactory)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerModel.html" title="class in 
opennlp.tools.chunker">ChunkerModel</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerModel.html#ChunkerModel(java.io.InputStream)"><B>ChunkerModel(InputStream)</B></A>
 - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerModel.html" title="class in 
opennlp.tools.chunker">ChunkerModel</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerModel.html#ChunkerModel(java.io.File)"><B>ChunkerModel(File)</B></A>
 - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerModel.html" title="class in 
opennlp.tools.chunker">ChunkerModel</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkerModel.html#ChunkerModel(java.net.URL)"><B>ChunkerModel(URL)</B></A>
 - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkerModel.html" title="class in 
opennlp.tools.chunker">ChunkerModel</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/formats/ChunkerSampleStreamFactory.html" 
title="class in opennlp.tools.formats"><B>ChunkerSampleStreamFactory</B></A> - 
Class in <A 
HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>Factory
 producing OpenNLP <A HREF="./opennlp/tools/chunker/ChunkSampleStream.html" 
title="class in 
opennlp.tools.chunker"><CODE>ChunkSampleStream</CODE></A>s.<DT><A 
HREF="./opennlp/tools/chunker/ChunkSample.html" title="class in 
opennlp.tools.chunker"><B>ChunkSample</B></A> - Class in <A 
HREF="./opennlp/tools/chunker/package-summary.html">opennlp.tools.chunker</A><DD>Class
 for holding chunks for a single unit of text.<DT><A 
HREF="./opennlp/tools/chunker/ChunkSample.html#ChunkSample(java.lang.String[], 
java.lang.String[], java.lang.String[])"><B>ChunkSample(String[], String[], 
String[])</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkSample.html" title="class in 
opennlp.tools.chunker">ChunkSample</A>
+<DD>Initializes the current instance.
+<DT><A 
HREF="./opennlp/tools/chunker/ChunkSample.html#ChunkSample(java.util.List, 
java.util.List, java.util.List)"><B>ChunkSample(List&lt;String&gt;, 
List&lt;String&gt;, List&lt;String&gt;)</B></A> - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkSample.html" title="class in 
opennlp.tools.chunker">ChunkSample</A>
+<DD>Initializes the current instance.
+<DT><A HREF="./opennlp/tools/chunker/ChunkSampleStream.html" title="class in 
opennlp.tools.chunker"><B>ChunkSampleStream</B></A> - Class in <A 
HREF="./opennlp/tools/chunker/package-summary.html">opennlp.tools.chunker</A><DD>Parses
 the conll 2000 shared task shallow parser training data.<DT><A 
HREF="./opennlp/tools/chunker/ChunkSampleStream.html#ChunkSampleStream(opennlp.tools.util.ObjectStream)"><B>ChunkSampleStream(ObjectStream&lt;String&gt;)</B></A>
 - 
+Constructor for class opennlp.tools.chunker.<A 
HREF="./opennlp/tools/chunker/ChunkSampleStream.html" title="class in 
opennlp.tools.chunker">ChunkSampleStream</A>
+<DD>Initializes the current instance.
+<DT><A HREF="./opennlp/tools/parser/ChunkSampleStream.html" title="class in 
opennlp.tools.parser"><B>ChunkSampleStream</B></A> - Class in <A 
HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>&nbsp;<DT><A
 
HREF="./opennlp/tools/parser/ChunkSampleStream.html#ChunkSampleStream(opennlp.tools.util.ObjectStream)"><B>ChunkSampleStream(ObjectStream&lt;Parse&gt;)</B></A>
 - 
+Constructor for class opennlp.tools.parser.<A 
HREF="./opennlp/tools/parser/ChunkSampleStream.html" title="class in 
opennlp.tools.parser">ChunkSampleStream</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/util/model/ClassSerializer.html" title="class in 
opennlp.tools.util.model"><B>ClassSerializer</B></A> - Class in <A 
HREF="./opennlp/tools/util/model/package-summary.html">opennlp.tools.util.model</A><DD><B>Deprecated.</B>&nbsp;<DT><A
 
HREF="./opennlp/tools/util/model/ClassSerializer.html#ClassSerializer()"><B>ClassSerializer()</B></A>
 - 
+Constructor for class opennlp.tools.util.model.<A 
HREF="./opennlp/tools/util/model/ClassSerializer.html" title="class in 
opennlp.tools.util.model">ClassSerializer</A>
+<DD><B>Deprecated.</B>&nbsp;&nbsp;
+<DT><A 
HREF="./opennlp/tools/coref/DiscourseModel.html#clear()"><B>clear()</B></A> - 
+Method in class opennlp.tools.coref.<A 
HREF="./opennlp/tools/coref/DiscourseModel.html" title="class in 
opennlp.tools.coref">DiscourseModel</A>
+<DD>Removes all elements from this discourse model.
+<DT><A HREF="./opennlp/tools/util/Cache.html#clear()"><B>clear()</B></A> - 
+Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Cache.html" 
title="class in opennlp.tools.util">Cache</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/util/CountedSet.html#clear()"><B>clear()</B></A> 
- 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/CountedSet.html" title="class in 
opennlp.tools.util">CountedSet</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/util/Heap.html#clear()"><B>clear()</B></A> - 
+Method in interface opennlp.tools.util.<A 
HREF="./opennlp/tools/util/Heap.html" title="interface in 
opennlp.tools.util">Heap</A>
+<DD>Clears the contents of the heap.
+<DT><A HREF="./opennlp/tools/util/ListHeap.html#clear()"><B>clear()</B></A> - 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/ListHeap.html" title="class in 
opennlp.tools.util">ListHeap</A>
+<DD>&nbsp;
+<DT><A HREF="./opennlp/tools/util/TreeHeap.html#clear()"><B>clear()</B></A> - 
+Method in class opennlp.tools.util.<A 
HREF="./opennlp/tools/util/TreeHeap.html" title="class in 
opennlp.tools.util">TreeHeap</A>
+<DD><B>Deprecated.</B>&nbsp;&nbsp;
+<DT><A 
HREF="./opennlp/tools/namefind/DefaultNameContextGenerator.html#clearAdaptiveData()"><B>clearAdaptiveData()</B></A>
 - 
+Method in class opennlp.tools.namefind.<A 
HREF="./opennlp/tools/namefind/DefaultNameContextGenerator.html" title="class 
in opennlp.tools.namefind">DefaultNameContextGenerator</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/namefind/DictionaryNameFinder.html#clearAdaptiveData()"><B>clearAdaptiveData()</B></A>
 - 
+Method in class opennlp.tools.namefind.<A 
HREF="./opennlp/tools/namefind/DictionaryNameFinder.html" title="class in 
opennlp.tools.namefind">DictionaryNameFinder</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/namefind/NameContextGenerator.html#clearAdaptiveData()"><B>clearAdaptiveData()</B></A>
 - 
+Method in interface opennlp.tools.namefind.<A 
HREF="./opennlp/tools/namefind/NameContextGenerator.html" title="interface in 
opennlp.tools.namefind">NameContextGenerator</A>
+<DD>Informs all the feature generators for a name finder that the context of 
the adaptive data (typically a document) is no longer valid.
+<DT><A 
HREF="./opennlp/tools/namefind/NameFinderME.html#clearAdaptiveData()"><B>clearAdaptiveData()</B></A>
 - 
+Method in class opennlp.tools.namefind.<A 
HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in 
opennlp.tools.namefind">NameFinderME</A>
+<DD>Forgets all adaptive data which was collected during previous
+ calls to one of the find methods.
+<DT><A 
HREF="./opennlp/tools/namefind/RegexNameFinder.html#clearAdaptiveData()"><B>clearAdaptiveData()</B></A>
 - 
+Method in class opennlp.tools.namefind.<A 
HREF="./opennlp/tools/namefind/RegexNameFinder.html" title="class in 
opennlp.tools.namefind">RegexNameFinder</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/namefind/TokenNameFinder.html#clearAdaptiveData()"><B>clearAdaptiveData()</B></A>
 - 
+Method in interface opennlp.tools.namefind.<A 
HREF="./opennlp/tools/namefind/TokenNameFinder.html" title="interface in 
opennlp.tools.namefind">TokenNameFinder</A>
+<DD>Forgets all adaptive data which was collected during previous
+ calls to one of the find methods.
+<DT><A 
HREF="./opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html#clearAdaptiveData()"><B>clearAdaptiveData()</B></A>
 - 
+Method in interface opennlp.tools.util.featuregen.<A 
HREF="./opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" 
title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</A>
+<DD>Informs the feature generator that the context of the adaptive data 
(typically a document)
+ is no longer valid.
+<DT><A 
HREF="./opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html#clearAdaptiveData()"><B>clearAdaptiveData()</B></A>
 - 
+Method in class opennlp.tools.util.featuregen.<A 
HREF="./opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html" 
title="class in opennlp.tools.util.featuregen">AggregatedFeatureGenerator</A>
+<DD>Calls the <A 
HREF="./opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html#clearAdaptiveData()"><CODE>AdaptiveFeatureGenerator.clearAdaptiveData()</CODE></A>
 method
+ on all aggregated <A 
HREF="./opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" 
title="interface in 
opennlp.tools.util.featuregen"><CODE>AdaptiveFeatureGenerator</CODE></A>s.
+<DT><A 
HREF="./opennlp/tools/util/featuregen/CachedFeatureGenerator.html#clearAdaptiveData()"><B>clearAdaptiveData()</B></A>
 - 
+Method in class opennlp.tools.util.featuregen.<A 
HREF="./opennlp/tools/util/featuregen/CachedFeatureGenerator.html" title="class 
in opennlp.tools.util.featuregen">CachedFeatureGenerator</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/util/featuregen/FeatureGeneratorAdapter.html#clearAdaptiveData()"><B>clearAdaptiveData()</B></A>
 - 
+Method in class opennlp.tools.util.featuregen.<A 
HREF="./opennlp/tools/util/featuregen/FeatureGeneratorAdapter.html" 
title="class in opennlp.tools.util.featuregen">FeatureGeneratorAdapter</A>
+<DD>&nbsp;
+<DT><A 
HREF="./opennlp/tools/util/featuregen/PreviousMapFeatureGenerator.html#clearAdaptiveData()"><B>clearAdaptiveData()</B></A>
 - 
+Method in class opennlp.tools.util.featuregen.<A 
HREF="./opennlp/tools/util/featuregen/PreviousMapFeatureGenerator.html" 
title="class in opennlp.

<TRUNCATED>

Reply via email to