blob: 07af8a22d32e568af89b4a320bfb925bc4215977 [file] [log] [blame]
<!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>AdaptiveFeatureGenerator</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.tools.util.featuregen">PreviousMapFeatureGenerator</A>
<DD>Clears the previous map.
<DT><A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html#clearAdaptiveData()"><B>clearAdaptiveData()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">WindowFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#clone()"><B>clone()</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/parser/Parse.html#clone(opennlp.tools.parser.Parse)"><B>clone(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>Clones the right frontier of parse up to the specified node.
<DT><A HREF="./opennlp/tools/parser/Parse.html#cloneRoot(opennlp.tools.parser.Parse, int)"><B>cloneRoot(Parse, 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>Clones the right frontier of this root parse up to and including the specified node.
<DT><A HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html" title="class in opennlp.tools.formats.ad">ADChunkSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADNameSampleStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADNameSampleStream.html" title="class in opennlp.tools.formats.ad">ADNameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADPOSSampleStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADPOSSampleStream.html" title="class in opennlp.tools.formats.ad">ADPOSSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceSampleStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADSentenceSampleStream.html" title="class in opennlp.tools.formats.ad">ADSentenceSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/BioNLP2004NameSampleStream.html#close()"><B>close()</B></A> -
Method in 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/Conll02NameSampleStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html" title="class in opennlp.tools.formats">Conll02NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll03NameSampleStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll03NameSampleStream.html" title="class in opennlp.tools.formats">Conll03NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/DirectorySampleStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/DirectorySampleStream.html" title="class in opennlp.tools.formats">DirectorySampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/NameFinderCensus90NameStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/NameFinderCensus90NameStream.html" title="class in opennlp.tools.formats">NameFinderCensus90NameStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerStream.html" title="class in opennlp.tools.tokenize">TokenizerStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/CollectionObjectStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/CollectionObjectStream.html" title="class in opennlp.tools.util">CollectionObjectStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.TrainingSampleStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.TrainingSampleStream.html" title="class in opennlp.tools.util.eval">CrossValidationPartitioner.TrainingSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/FilterObjectStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/FilterObjectStream.html" title="class in opennlp.tools.util">FilterObjectStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/model/UncloseableInputStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/UncloseableInputStream.html" title="class in opennlp.tools.util.model">UncloseableInputStream</A>
<DD>This method does not has any effect the <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>
cannot be closed.
<DT><A HREF="./opennlp/tools/util/ObjectStream.html#close()"><B>close()</B></A> -
Method in interface opennlp.tools.util.<A HREF="./opennlp/tools/util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</A>
<DD>Closes the <code>ObjectStream</code> and releases all allocated
resources.
<DT><A HREF="./opennlp/tools/util/PlainTextByLineStream.html#close()"><B>close()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/PlainTextByLineStream.html" title="class in opennlp.tools.util">PlainTextByLineStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#collapsePunctuation(opennlp.tools.parser.Parse[], java.util.Set)"><B>collapsePunctuation(Parse[], Set&lt;String&gt;)</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>Removes the punctuation from the specified set of chunks, adds it to the parses
adjacent to the punctuation is specified, and returns a new array of parses with the punctuation
removed.
<DT><A HREF="./opennlp/tools/util/CollectionEventStream.html" title="class in opennlp.tools.util"><B>CollectionEventStream</B></A> - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Creates an event stream out of a collection of events.<DT><A HREF="./opennlp/tools/util/CollectionEventStream.html#CollectionEventStream(java.util.Collection)"><B>CollectionEventStream(Collection&lt;Event&gt;)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/CollectionEventStream.html" title="class in opennlp.tools.util">CollectionEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/CollectionObjectStream.html" title="class in opennlp.tools.util"><B>CollectionObjectStream</B></A>&lt;<A HREF="./opennlp/tools/util/CollectionObjectStream.html" title="type parameter in CollectionObjectStream">E</A>&gt; - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/util/CollectionObjectStream.html#CollectionObjectStream(java.util.Collection)"><B>CollectionObjectStream(Collection&lt;E&gt;)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/CollectionObjectStream.html" title="class in opennlp.tools.util">CollectionObjectStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/Linker.html#COMBINED_NPS"><B>COMBINED_NPS</B></A> -
Static variable in interface opennlp.tools.coref.<A HREF="./opennlp/tools/coref/Linker.html" title="interface in opennlp.tools.coref">Linker</A>
<DD>String constant used to label a mention which consists of two or more noun phrases.
<DT><A HREF="./opennlp/tools/coref/resolver/CommonNounResolver.html" title="class in opennlp.tools.coref.resolver"><B>CommonNounResolver</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Resolves coreference between common nouns.<DT><A HREF="./opennlp/tools/coref/resolver/CommonNounResolver.html#CommonNounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode)"><B>CommonNounResolver(String, ResolverMode)</B></A> -
Constructor for 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/CommonNounResolver.html#CommonNounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode, opennlp.tools.coref.resolver.NonReferentialResolver)"><B>CommonNounResolver(String, ResolverMode, NonReferentialResolver)</B></A> -
Constructor for 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/mention/DefaultParse.html#compareTo(opennlp.tools.coref.mention.Parse)"><B>compareTo(Parse)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Mention.html#compareTo(opennlp.tools.coref.mention.Mention)"><B>compareTo(Mention)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Mention.html" title="class in opennlp.tools.coref.mention">Mention</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#compareTo(opennlp.tools.parser.Parse)"><B>compareTo(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>&nbsp;
<DT><A HREF="./opennlp/tools/util/Sequence.html#compareTo(opennlp.tools.util.Sequence)"><B>compareTo(Sequence)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Sequence.html" title="class in opennlp.tools.util">Sequence</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Span.html#compareTo(opennlp.tools.util.Span)"><B>compareTo(Span)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Compares the specified span to the current span.
<DT><A HREF="./opennlp/tools/util/StringList.html#compareToIgnoreCase(opennlp.tools.util.StringList)"><B>compareToIgnoreCase(StringList)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util">StringList</A>
<DD>Compares to tokens list and ignores the case of the tokens.
<DT><A HREF="./opennlp/tools/coref/sim/SemanticEnum.html#COMPATIBLE"><B>COMPATIBLE</B></A> -
Static variable in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/SemanticEnum.html" title="class in opennlp.tools.coref.sim">SemanticEnum</A>
<DD>Semantically compatible.
<DT><A HREF="./opennlp/tools/coref/sim/SimilarityModel.html#compatible(opennlp.tools.coref.sim.Context, opennlp.tools.coref.sim.Context)"><B>compatible(Context, Context)</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/SimilarityModel.html" title="class in opennlp.tools.coref.sim">SimilarityModel</A>
<DD>Returns a number between 0 and 1 which represents the models belief that the specified mentions are compatible.
<DT><A HREF="./opennlp/tools/coref/sim/TestSimilarityModel.html#compatible(opennlp.tools.coref.sim.Context, opennlp.tools.coref.sim.Context)"><B>compatible(Context, Context)</B></A> -
Method in interface opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/TestSimilarityModel.html" title="interface in opennlp.tools.coref.sim">TestSimilarityModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#COMPLETE"><B>COMPLETE</B></A> -
Static variable in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in opennlp.tools.parser">AbstractBottomUpParser</A>
<DD>Outcome used when a constituent is complete.
<DT><A HREF="./opennlp/tools/parser/Parse.html#complete()"><B>complete()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns whether this parse is complete.
<DT><A HREF="./opennlp/tools/coref/sim/MaxentCompatibilityModel.html#computeGender(opennlp.tools.coref.sim.Context)"><B>computeGender(Context)</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/MaxentCompatibilityModel.html" title="class in opennlp.tools.coref.sim">MaxentCompatibilityModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/MaxentCompatibilityModel.html#computeNumber(opennlp.tools.coref.sim.Context)"><B>computeNumber(Context)</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/MaxentCompatibilityModel.html" title="class in opennlp.tools.coref.sim">MaxentCompatibilityModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html" title="class in opennlp.tools.formats"><B>Conll02NameSampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>Parser for the dutch and spanish ner training files of the CONLL 2002 shared task.<DT><A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html#Conll02NameSampleStream(opennlp.tools.formats.Conll02NameSampleStream.LANGUAGE, opennlp.tools.util.ObjectStream, int)"><B>Conll02NameSampleStream(Conll02NameSampleStream.LANGUAGE, ObjectStream&lt;String&gt;, int)</B></A> -
Constructor for class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html" title="class in opennlp.tools.formats">Conll02NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html#Conll02NameSampleStream(opennlp.tools.formats.Conll02NameSampleStream.LANGUAGE, java.io.InputStream, int)"><B>Conll02NameSampleStream(Conll02NameSampleStream.LANGUAGE, InputStream, int)</B></A> -
Constructor for class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html" title="class in opennlp.tools.formats">Conll02NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll02NameSampleStream.LANGUAGE.html" title="enum in opennlp.tools.formats"><B>Conll02NameSampleStream.LANGUAGE</B></A> - Enum in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/Conll02NameSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>Conll02NameSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/formats/Conll03NameSampleStream.html" title="class in opennlp.tools.formats"><B>Conll03NameSampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>An import stream which can parse the CONLL03 data.<DT><A HREF="./opennlp/tools/formats/Conll03NameSampleStream.html#Conll03NameSampleStream(opennlp.tools.formats.Conll03NameSampleStream.LANGUAGE, opennlp.tools.util.ObjectStream, int)"><B>Conll03NameSampleStream(Conll03NameSampleStream.LANGUAGE, ObjectStream&lt;String&gt;, int)</B></A> -
Constructor for class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll03NameSampleStream.html" title="class in opennlp.tools.formats">Conll03NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll03NameSampleStream.html#Conll03NameSampleStream(opennlp.tools.formats.Conll03NameSampleStream.LANGUAGE, java.io.InputStream, int)"><B>Conll03NameSampleStream(Conll03NameSampleStream.LANGUAGE, InputStream, int)</B></A> -
Constructor for class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll03NameSampleStream.html" title="class in opennlp.tools.formats">Conll03NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll03NameSampleStream.LANGUAGE.html" title="enum in opennlp.tools.formats"><B>Conll03NameSampleStream.LANGUAGE</B></A> - Enum in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/Conll03NameSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>Conll03NameSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/ConllXPOSSampleStreamFactory.html#CONLLX_FORMAT"><B>CONLLX_FORMAT</B></A> -
Static variable in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/ConllXPOSSampleStreamFactory.html" title="class in opennlp.tools.formats">ConllXPOSSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ConllXPOSSampleStream.html" title="class in opennlp.tools.formats"><B>ConllXPOSSampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>Parses the data from the CONLL 06 shared task into POS Samples.<DT><A HREF="./opennlp/tools/formats/ConllXPOSSampleStream.html#ConllXPOSSampleStream(opennlp.tools.util.ObjectStream)"><B>ConllXPOSSampleStream(ObjectStream&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/ConllXPOSSampleStream.html" title="class in opennlp.tools.formats">ConllXPOSSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ConllXPOSSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>ConllXPOSSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/formats/ConllXSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>ConllXSentenceSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/formats/ConllXTokenSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>ConllXTokenSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/parser/Cons.html" title="class in opennlp.tools.parser"><B>Cons</B></A> - Class in <A HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>Class to hold feature information about a specific parse node.<DT><A HREF="./opennlp/tools/parser/Cons.html#Cons(java.lang.String, java.lang.String, int, boolean)"><B>Cons(String, String, int, boolean)</B></A> -
Constructor for class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Cons.html" title="class in opennlp.tools.parser">Cons</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/frenchtreebank/ConstitParseSampleStream.html" title="class in opennlp.tools.formats.frenchtreebank"><B>ConstitParseSampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/frenchtreebank/package-summary.html">opennlp.tools.formats.frenchtreebank</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/frenchtreebank/ConstitParseSampleStreamFactory.html" title="class in opennlp.tools.formats.frenchtreebank"><B>ConstitParseSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/frenchtreebank/package-summary.html">opennlp.tools.formats.frenchtreebank</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/parser/Constituent.html" title="class in opennlp.tools.parser"><B>Constituent</B></A> - Class in <A HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>Class used to hold constituents when reading parses.<DT><A HREF="./opennlp/tools/parser/Constituent.html#Constituent(java.lang.String, opennlp.tools.util.Span)"><B>Constituent(String, Span)</B></A> -
Constructor for class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Constituent.html" title="class in opennlp.tools.parser">Constituent</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/Context.html#constructContexts(opennlp.tools.coref.mention.Mention[], opennlp.tools.coref.mention.HeadFinder)"><B>constructContexts(Mention[], HeadFinder)</B></A> -
Static method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Context.html" title="class in opennlp.tools.coref.sim">Context</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/AbstractLinker.html#constructMentionContexts(opennlp.tools.coref.mention.Mention[])"><B>constructMentionContexts(Mention[])</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/AbstractLinker.html" title="class in opennlp.tools.coref">AbstractLinker</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/Linker.html#constructMentionContexts(opennlp.tools.coref.mention.Mention[])"><B>constructMentionContexts(Mention[])</B></A> -
Method in interface opennlp.tools.coref.<A HREF="./opennlp/tools/coref/Linker.html" title="interface in opennlp.tools.coref">Linker</A>
<DD>Creates mention contexts for the specified mention exents.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#constructModifierSet(opennlp.tools.coref.mention.Parse[], int)"><B>constructModifierSet(Parse[], int)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#CONT"><B>CONT</B></A> -
Static variable in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in opennlp.tools.parser">AbstractBottomUpParser</A>
<DD>Prefix for outcomes continuing a constituent.
<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#contains(opennlp.tools.util.StringList)"><B>contains(StringList)</B></A> -
Method in class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>Checks if this dictionary has the given entry.
<DT><A HREF="./opennlp/tools/dictionary/Index.html#contains(java.lang.String)"><B>contains(String)</B></A> -
Method in class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Index.html" title="class in opennlp.tools.dictionary">Index</A>
<DD>Checks if at leat one <A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util"><CODE>StringList</CODE></A> contains the
given token.
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#contains(opennlp.tools.util.StringList)"><B>contains(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>Checks fit he given tokens are contained by the current instance.
<DT><A HREF="./opennlp/tools/util/CountedSet.html#contains(java.lang.Object)"><B>contains(Object)</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/Span.html#contains(opennlp.tools.util.Span)"><B>contains(Span)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Returns true if the specified span is contained by this span.
<DT><A HREF="./opennlp/tools/util/Span.html#contains(int)"><B>contains(int)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Returns true if the specified index is contained inside this span.
<DT><A HREF="./opennlp/tools/util/CountedSet.html#containsAll(java.util.Collection)"><B>containsAll(Collection&lt;?&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/featuregen/StringPattern.html#containsComma()"><B>containsComma()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen">StringPattern</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/StringPattern.html#containsDigit()"><B>containsDigit()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen">StringPattern</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/StringPattern.html#containsHyphen()"><B>containsHyphen()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen">StringPattern</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Cache.html#containsKey(java.lang.Object)"><B>containsKey(Object)</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/featuregen/StringPattern.html#containsLetters()"><B>containsLetters()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen">StringPattern</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/StringPattern.html#containsPeriod()"><B>containsPeriod()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen">StringPattern</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/StringPattern.html#containsSlash()"><B>containsSlash()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen">StringPattern</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Cache.html#containsValue(java.lang.Object)"><B>containsValue(Object)</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/coref/sim/Context.html" title="class in opennlp.tools.coref.sim"><B>Context</B></A> - Class in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Specifies the context of a mention for computing gender, number, and semantic compatibility.<DT><A HREF="./opennlp/tools/coref/sim/Context.html#Context(opennlp.tools.util.Span, opennlp.tools.util.Span, int, opennlp.tools.coref.mention.Parse, java.lang.String, java.lang.String, opennlp.tools.coref.mention.HeadFinder)"><B>Context(Span, Span, int, Parse, String, String, HeadFinder)</B></A> -
Constructor for class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Context.html" title="class in opennlp.tools.coref.sim">Context</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/Context.html#Context(java.lang.Object[], java.lang.String, java.lang.String, java.lang.String)"><B>Context(Object[], String, String, String)</B></A> -
Constructor for class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Context.html" title="class in opennlp.tools.coref.sim">Context</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/Context.html#Context(opennlp.tools.coref.mention.Mention, opennlp.tools.coref.mention.HeadFinder)"><B>Context(Mention, HeadFinder)</B></A> -
Constructor for class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Context.html" title="class in opennlp.tools.coref.sim">Context</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#CONTINUE"><B>CONTINUE</B></A> -
Static variable in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html#convertFuncTag(java.lang.String, boolean)"><B>convertFuncTag(String, boolean)</B></A> -
Static method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html" title="class in opennlp.tools.formats.ad">ADChunkSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref"><B>CorefModel</B></A> - Class in <A HREF="./opennlp/tools/coref/package-summary.html">opennlp.tools.coref</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/coref/CorefModel.html#CorefModel(java.lang.String, java.lang.String)"><B>CorefModel(String, String)</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref">CorefModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefSample.html" title="class in opennlp.tools.coref"><B>CorefSample</B></A> - Class in <A HREF="./opennlp/tools/coref/package-summary.html">opennlp.tools.coref</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/coref/CorefSample.html#CorefSample(java.util.List)"><B>CorefSample(List&lt;Parse&gt;)</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefSample.html" title="class in opennlp.tools.coref">CorefSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefSampleDataStream.html" title="class in opennlp.tools.coref"><B>CorefSampleDataStream</B></A> - Class in <A HREF="./opennlp/tools/coref/package-summary.html">opennlp.tools.coref</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/coref/CorefSampleDataStream.html#CorefSampleDataStream(opennlp.tools.util.ObjectStream)"><B>CorefSampleDataStream(ObjectStream&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefSampleDataStream.html" title="class in opennlp.tools.coref">CorefSampleDataStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/CorefSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>CorefSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/coref/CorefTrainer.html" title="class in opennlp.tools.coref"><B>CorefTrainer</B></A> - Class in <A HREF="./opennlp/tools/coref/package-summary.html">opennlp.tools.coref</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/coref/CorefTrainer.html#CorefTrainer()"><B>CorefTrainer()</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefTrainer.html" title="class in opennlp.tools.coref">CorefTrainer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/EvaluationMonitor.html#correctlyClassified(T, T)"><B>correctlyClassified(T, T)</B></A> -
Method in interface opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/EvaluationMonitor.html" title="interface in opennlp.tools.util.eval">EvaluationMonitor</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/Mean.html#count()"><B>count()</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>Retrieves the number of times a value
was added to the mean.
<DT><A HREF="./opennlp/tools/util/CountedSet.html" title="class in opennlp.tools.util"><B>CountedSet</B></A>&lt;<A HREF="./opennlp/tools/util/CountedSet.html" title="type parameter in CountedSet">E</A>&gt; - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Set which counts the number of times a values are added to it.<DT><A HREF="./opennlp/tools/util/CountedSet.html#CountedSet()"><B>CountedSet()</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/CountedSet.html" title="class in opennlp.tools.util">CountedSet</A>
<DD>Creates a new counted set.
<DT><A HREF="./opennlp/tools/util/CountedSet.html#CountedSet(int)"><B>CountedSet(int)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/CountedSet.html" title="class in opennlp.tools.util">CountedSet</A>
<DD>Creates a new counted set of the specified initial size.
<DT><A HREF="./opennlp/tools/chunker/ChunkerFactory.html#create(java.lang.String)"><B>create(String)</B></A> -
Static method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkerFactory.html" title="class in opennlp.tools.chunker">ChunkerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/dictionary/serializer/DictionarySerializer.html#create(java.io.InputStream, opennlp.tools.dictionary.serializer.EntryInserter)"><B>create(InputStream, EntryInserter)</B></A> -
Static method in class opennlp.tools.dictionary.serializer.<A HREF="./opennlp/tools/dictionary/serializer/DictionarySerializer.html" title="class in opennlp.tools.dictionary.serializer">DictionarySerializer</A>
<DD>Creates <A HREF="./opennlp/tools/dictionary/serializer/Entry.html" title="class in opennlp.tools.dictionary.serializer"><CODE>Entry</CODE></A>s from the given <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> and
forwards these <A HREF="./opennlp/tools/dictionary/serializer/Entry.html" title="class in opennlp.tools.dictionary.serializer"><CODE>Entry</CODE></A>s to the <A HREF="./opennlp/tools/dictionary/serializer/EntryInserter.html" title="interface in opennlp.tools.dictionary.serializer"><CODE>EntryInserter</CODE></A>.
<DT><A HREF="./opennlp/tools/formats/ad/ADChunkSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADChunkSampleStreamFactory.html" title="class in opennlp.tools.formats.ad">ADChunkSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADNameSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADNameSampleStreamFactory.html" title="class in opennlp.tools.formats.ad">ADNameSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADPOSSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADPOSSampleStreamFactory.html" title="class in opennlp.tools.formats.ad">ADPOSSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats.ad">ADSentenceSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADTokenSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADTokenSampleStreamFactory.html" title="class in opennlp.tools.formats.ad">ADTokenSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/BioNLP2004NameSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/BioNLP2004NameSampleStreamFactory.html" title="class in opennlp.tools.formats">BioNLP2004NameSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ChunkerSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/ChunkerSampleStreamFactory.html" title="class in opennlp.tools.formats">ChunkerSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll02NameSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStreamFactory.html" title="class in opennlp.tools.formats">Conll02NameSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll03NameSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll03NameSampleStreamFactory.html" title="class in opennlp.tools.formats">Conll03NameSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ConllXPOSSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/ConllXPOSSampleStreamFactory.html" title="class in opennlp.tools.formats">ConllXPOSSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ConllXSentenceSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/ConllXSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats">ConllXSentenceSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ConllXTokenSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/ConllXTokenSampleStreamFactory.html" title="class in opennlp.tools.formats">ConllXTokenSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/NameToSentenceSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/NameToSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">NameToSentenceSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/NameToTokenSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/NameToTokenSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">NameToTokenSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/ParseToPOSSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/ParseToPOSSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">ParseToPOSSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/ParseToSentenceSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/ParseToSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">ParseToSentenceSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/ParseToTokenSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/ParseToTokenSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">ParseToTokenSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/POSToSentenceSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/POSToSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">POSToSentenceSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/POSToTokenSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/POSToTokenSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">POSToTokenSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/CorefSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/CorefSampleStreamFactory.html" title="class in opennlp.tools.formats">CorefSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/DocumentSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/DocumentSampleStreamFactory.html" title="class in opennlp.tools.formats">DocumentSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/frenchtreebank/ConstitParseSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.frenchtreebank.<A HREF="./opennlp/tools/formats/frenchtreebank/ConstitParseSampleStreamFactory.html" title="class in opennlp.tools.formats.frenchtreebank">ConstitParseSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/LeipzigDocumentSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/LeipzigDocumentSampleStreamFactory.html" title="class in opennlp.tools.formats">LeipzigDocumentSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/Muc6FullParseCorefSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/Muc6FullParseCorefSampleStreamFactory.html" title="class in opennlp.tools.formats.muc">Muc6FullParseCorefSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/Muc6NameSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/Muc6NameSampleStreamFactory.html" title="class in opennlp.tools.formats.muc">Muc6NameSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/NameSampleDataStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/NameSampleDataStreamFactory.html" title="class in opennlp.tools.formats">NameSampleDataStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ParseSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/ParseSampleStreamFactory.html" title="class in opennlp.tools.formats">ParseSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/SentenceSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/SentenceSampleStreamFactory.html" title="class in opennlp.tools.formats">SentenceSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/TokenSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/TokenSampleStreamFactory.html" title="class in opennlp.tools.formats">TokenSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/WordTagSampleStreamFactory.html#create(java.lang.String[])"><B>create(String[])</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/WordTagSampleStreamFactory.html" title="class in opennlp.tools.formats">WordTagSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserFactory.html#create(opennlp.tools.parser.ParserModel, int, double)"><B>create(ParserModel, int, double)</B></A> -
Static method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserFactory.html" title="class in opennlp.tools.parser">ParserFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserFactory.html#create(opennlp.tools.parser.ParserModel)"><B>create(ParserModel)</B></A> -
Static method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserFactory.html" title="class in opennlp.tools.parser">ParserFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSDictionary.html#create(java.io.InputStream)"><B>create(InputStream)</B></A> -
Static method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD>Creates a new <A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag"><CODE>POSDictionary</CODE></A> from a provided <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/postag/POSTaggerFactory.html#create(java.lang.String, opennlp.tools.dictionary.Dictionary, opennlp.tools.postag.TagDictionary)"><B>create(String, Dictionary, TagDictionary)</B></A> -
Static method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html#create(java.lang.String, java.lang.String, boolean, opennlp.tools.dictionary.Dictionary, char[])"><B>create(String, String, boolean, Dictionary, char[])</B></A> -
Static method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect">SentenceDetectorFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerFactory.html#create(java.lang.String, java.lang.String, opennlp.tools.dictionary.Dictionary, boolean, java.util.regex.Pattern)"><B>create(String, String, Dictionary, boolean, Pattern)</B></A> -
Static method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize">TokenizerFactory</A>
<DD>Factory method the framework uses create a new <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A>.
<DT><A HREF="./opennlp/tools/util/BaseToolFactory.html#create(java.lang.String, opennlp.tools.util.model.ArtifactProvider)"><B>create(String, ArtifactProvider)</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/BaseToolFactory.html" title="class in opennlp.tools.util">BaseToolFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/BaseToolFactory.html#create(java.lang.Class, opennlp.tools.util.model.ArtifactProvider)"><B>create(Class&lt;? extends BaseToolFactory&gt;, ArtifactProvider)</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/BaseToolFactory.html" title="class in opennlp.tools.util">BaseToolFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/GeneratorFactory.html#create(java.io.InputStream, opennlp.tools.util.featuregen.FeatureGeneratorResourceProvider)"><B>create(InputStream, FeatureGeneratorResourceProvider)</B></A> -
Static method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/GeneratorFactory.html" title="class in opennlp.tools.util.featuregen">GeneratorFactory</A>
<DD>Creates an <A HREF="./opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen"><CODE>AdaptiveFeatureGenerator</CODE></A> from an provided XML descriptor.
<DT><A HREF="./opennlp/tools/util/model/ArtifactSerializer.html#create(java.io.InputStream)"><B>create(InputStream)</B></A> -
Method in interface opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/ArtifactSerializer.html" title="interface in opennlp.tools.util.model">ArtifactSerializer</A>
<DD>Creates the artifact from the provided <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/util/model/ClassSerializer.html#create(java.io.InputStream)"><B>create(InputStream)</B></A> -
Method in 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/util/model/FeatureGeneratorFactorySerializer.html#create(java.io.InputStream)"><B>create(InputStream)</B></A> -
Method in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/FeatureGeneratorFactorySerializer.html" title="class in opennlp.tools.util.model">FeatureGeneratorFactorySerializer</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/util/model/GenericModelSerializer.html#create(java.io.InputStream)"><B>create(InputStream)</B></A> -
Method in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/GenericModelSerializer.html" title="class in opennlp.tools.util.model">GenericModelSerializer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#createArtifactMap()"><B>createArtifactMap()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html#createArtifactMap()"><B>createArtifactMap()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect">SentenceDetectorFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerFactory.html#createArtifactMap()"><B>createArtifactMap()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize">TokenizerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/BaseToolFactory.html#createArtifactMap()"><B>createArtifactMap()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/BaseToolFactory.html" title="class in opennlp.tools.util">BaseToolFactory</A>
<DD>Creates a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util"><CODE>Map</CODE></A> with pairs of keys and objects.
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html#createArtifactSerializers()"><B>createArtifactSerializers()</B></A> -
Static method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind">TokenNameFinderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#createArtifactSerializersMap()"><B>createArtifactSerializersMap()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/BaseToolFactory.html#createArtifactSerializersMap()"><B>createArtifactSerializersMap()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/BaseToolFactory.html" title="class in opennlp.tools.util">BaseToolFactory</A>
<DD>Creates a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util"><CODE>Map</CODE></A> with pairs of keys and <A HREF="./opennlp/tools/util/model/ArtifactSerializer.html" title="interface in opennlp.tools.util.model"><CODE>ArtifactSerializer</CODE></A>.
<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#createEmptyTagDictionary()"><B>createEmptyTagDictionary()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/lang/Factory.html#createEndOfSentenceScanner(java.lang.String)"><B>createEndOfSentenceScanner(String)</B></A> -
Method in class opennlp.tools.sentdetect.lang.<A HREF="./opennlp/tools/sentdetect/lang/Factory.html" title="class in opennlp.tools.sentdetect.lang">Factory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/lang/Factory.html#createEndOfSentenceScanner(char[])"><B>createEndOfSentenceScanner(char[])</B></A> -
Method in class opennlp.tools.sentdetect.lang.<A HREF="./opennlp/tools/sentdetect/lang/Factory.html" title="class in opennlp.tools.sentdetect.lang">Factory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorFactory.html#createFeatureGenerator(opennlp.tools.util.featuregen.FeatureGeneratorResourceProvider)"><B>createFeatureGenerator(FeatureGeneratorResourceProvider)</B></A> -
Method in interface opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorFactory.html" title="interface in opennlp.tools.util.featuregen">FeatureGeneratorFactory</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html#createFeatureGenerators()"><B>createFeatureGenerators()</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind">TokenNameFinderModel</A>
<DD>Creates the <A HREF="./opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen"><CODE>AdaptiveFeatureGenerator</CODE></A>.
<DT><A HREF="./opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</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>Adds the appropriate features for the token at the specified index with the
specified array of previous outcomes to the specified list of features.
<DT><A HREF="./opennlp/tools/util/featuregen/AdditionalContextFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in 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/util/featuregen/AggregatedFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</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#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><CODE>AdaptiveFeatureGenerator.createFeatures(List, String[], int, String[])</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/BigramNameFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in 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/util/featuregen/CachedFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</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/CharacterNgramFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in 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/DictionaryFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/DictionaryFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">DictionaryFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/FastTokenClassFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/FastTokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">FastTokenClassFeatureGenerator</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/InSpanGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/InSpanGenerator.html" title="class in opennlp.tools.util.featuregen">InSpanGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/OutcomePriorFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/OutcomePriorFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">OutcomePriorFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/PrefixFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/PrefixFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">PrefixFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/PreviousMapFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/PreviousMapFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">PreviousMapFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/SentenceFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/SentenceFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">SentenceFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/SuffixFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/SuffixFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">SuffixFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/TokenClassFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/TokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">TokenClassFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/TokenFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/TokenFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">TokenFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/TokenPatternFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/TokenPatternFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">TokenPatternFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html#createFeatures(java.util.List, java.lang.String[], int, java.lang.String[])"><B>createFeatures(List&lt;String&gt;, String[], int, String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">WindowFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html#createManifestEntries()"><B>createManifestEntries()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect">SentenceDetectorFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerFactory.html#createManifestEntries()"><B>createManifestEntries()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize">TokenizerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/BaseToolFactory.html#createManifestEntries()"><B>createManifestEntries()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/BaseToolFactory.html" title="class in opennlp.tools.util">BaseToolFactory</A>
<DD>Creates the manifest entries that will be added to the model manifest
<DT><A HREF="./opennlp/tools/util/ObjectStreamUtils.html#createObjectStream(T...)"><B>createObjectStream(T...)</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/ObjectStreamUtils.html" title="class in opennlp.tools.util">ObjectStreamUtils</A>
<DD>Creates an <A HREF="./opennlp/tools/util/ObjectStream.html" title="interface in opennlp.tools.util"><CODE>ObjectStream</CODE></A> form an array.
<DT><A HREF="./opennlp/tools/util/ObjectStreamUtils.html#createObjectStream(java.util.Collection)"><B>createObjectStream(Collection&lt;T&gt;)</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/ObjectStreamUtils.html" title="class in opennlp.tools.util">ObjectStreamUtils</A>
<DD>Creates an <A HREF="./opennlp/tools/util/ObjectStream.html" title="interface in opennlp.tools.util"><CODE>ObjectStream</CODE></A> form a collection.
<DT><A HREF="./opennlp/tools/util/ObjectStreamUtils.html#createObjectStream(opennlp.tools.util.ObjectStream...)"><B>createObjectStream(ObjectStream&lt;T&gt;...)</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/ObjectStreamUtils.html" title="class in opennlp.tools.util">ObjectStreamUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/lang/Factory.html#createSentenceContextGenerator(java.lang.String, java.util.Set)"><B>createSentenceContextGenerator(String, Set&lt;String&gt;)</B></A> -
Method in class opennlp.tools.sentdetect.lang.<A HREF="./opennlp/tools/sentdetect/lang/Factory.html" title="class in opennlp.tools.sentdetect.lang">Factory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/lang/Factory.html#createSentenceContextGenerator(java.util.Set, char[])"><B>createSentenceContextGenerator(Set&lt;String&gt;, char[])</B></A> -
Method in class opennlp.tools.sentdetect.lang.<A HREF="./opennlp/tools/sentdetect/lang/Factory.html" title="class in opennlp.tools.sentdetect.lang">Factory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/lang/Factory.html#createSentenceContextGenerator(java.lang.String)"><B>createSentenceContextGenerator(String)</B></A> -
Method in class opennlp.tools.sentdetect.lang.<A HREF="./opennlp/tools/sentdetect/lang/Factory.html" title="class in opennlp.tools.sentdetect.lang">Factory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#createTagDictionary(java.io.File)"><B>createTagDictionary(File)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#createTagDictionary(java.io.InputStream)"><B>createTagDictionary(InputStream)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/lang/Factory.html#createTokenContextGenerator(java.lang.String, java.util.Set)"><B>createTokenContextGenerator(String, Set&lt;String&gt;)</B></A> -
Method in class opennlp.tools.tokenize.lang.<A HREF="./opennlp/tools/tokenize/lang/Factory.html" title="class in opennlp.tools.tokenize.lang">Factory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/model/ModelUtil.html#createTrainingParameters(int, int)"><B>createTrainingParameters(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>Note: Do not use this legacy support method, internal use only!
<DT><A HREF="./opennlp/tools/util/Span.html#crosses(opennlp.tools.util.Span)"><B>crosses(Span)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Returns true is the specified span crosses this span.
<DT><A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.html" title="class in opennlp.tools.util.eval"><B>CrossValidationPartitioner</B></A>&lt;<A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.html" title="type parameter in CrossValidationPartitioner">E</A>&gt; - Class in <A HREF="./opennlp/tools/util/eval/package-summary.html">opennlp.tools.util.eval</A><DD>Provides access to training and test partitions for n-fold cross validation.<DT><A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.html#CrossValidationPartitioner(opennlp.tools.util.ObjectStream, int)"><B>CrossValidationPartitioner(ObjectStream&lt;E&gt;, int)</B></A> -
Constructor for class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.html" title="class in opennlp.tools.util.eval">CrossValidationPartitioner</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.html#CrossValidationPartitioner(java.util.Collection, int)"><B>CrossValidationPartitioner(Collection&lt;E&gt;, int)</B></A> -
Constructor for class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.html" title="class in opennlp.tools.util.eval">CrossValidationPartitioner</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.TrainingSampleStream.html" title="class in opennlp.tools.util.eval"><B>CrossValidationPartitioner.TrainingSampleStream</B></A>&lt;<A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.TrainingSampleStream.html" title="type parameter in CrossValidationPartitioner.TrainingSampleStream">E</A>&gt; - Class in <A HREF="./opennlp/tools/util/eval/package-summary.html">opennlp.tools.util.eval</A><DD>The <code>TrainingSampleStream</code> which iterates over
all training elements.<DT><A HREF="./opennlp/tools/util/Version.html#currentVersion()"><B>currentVersion()</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util">Version</A>
<DD>Retrieves the current version of the OpenNlp Tools library.
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#cutoff(int, int)"><B>cutoff(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>Deletes all ngram which do appear less than the cutoffUnder value
and more often than the cutoffOver value.
<DT><A HREF="./opennlp/tools/util/TrainingParameters.html#CUTOFF_PARAM"><B>CUTOFF_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;
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html#DEFAULT"><B>DEFAULT</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html" title="class in opennlp.tools.coref.resolver">MaxentResolver</A>
<DD>Default feature value.
<DT><A HREF="./opennlp/tools/tokenize/lang/Factory.html#DEFAULT_ALPHANUMERIC"><B>DEFAULT_ALPHANUMERIC</B></A> -
Static variable in class opennlp.tools.tokenize.lang.<A HREF="./opennlp/tools/tokenize/lang/Factory.html" title="class in opennlp.tools.tokenize.lang">Factory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/chunker/ChunkerME.html#DEFAULT_BEAM_SIZE"><B>DEFAULT_BEAM_SIZE</B></A> -
Static variable 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/namefind/NameFinderME.html#DEFAULT_BEAM_SIZE"><B>DEFAULT_BEAM_SIZE</B></A> -
Static variable in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#DEFAULT_BEAM_SIZE"><B>DEFAULT_BEAM_SIZE</B></A> -
Static variable 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/tokenize/TokenSample.html#DEFAULT_SEPARATOR_CHARS"><B>DEFAULT_SEPARATOR_CHARS</B></A> -
Static variable in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize">TokenSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSample.html#DEFAULT_TYPE"><B>DEFAULT_TYPE</B></A> -
Static variable in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</A>
<DD>The a default type value when there is no type in training data.
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#defaultAdvancePercentage"><B>defaultAdvancePercentage</B></A> -
Static variable in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in opennlp.tools.parser">AbstractBottomUpParser</A>
<DD>The default amount of probability mass required of advanced outcomes.
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#defaultBeamSize"><B>defaultBeamSize</B></A> -
Static variable in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in opennlp.tools.parser">AbstractBottomUpParser</A>
<DD>The default beam size used if no beam size is given.
<DT><A HREF="./opennlp/tools/chunker/DefaultChunkerContextGenerator.html" title="class in opennlp.tools.chunker"><B>DefaultChunkerContextGenerator</B></A> - Class in <A HREF="./opennlp/tools/chunker/package-summary.html">opennlp.tools.chunker</A><DD>Features based on chunking model described in Fei Sha and Fernando Pereira.<DT><A HREF="./opennlp/tools/chunker/DefaultChunkerContextGenerator.html#DefaultChunkerContextGenerator()"><B>DefaultChunkerContextGenerator()</B></A> -
Constructor for class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/DefaultChunkerContextGenerator.html" title="class in opennlp.tools.chunker">DefaultChunkerContextGenerator</A>
<DD>Creates the default context generator a chunker.
<DT><A HREF="./opennlp/tools/chunker/DefaultChunkerSequenceValidator.html" title="class in opennlp.tools.chunker"><B>DefaultChunkerSequenceValidator</B></A> - Class in <A HREF="./opennlp/tools/chunker/package-summary.html">opennlp.tools.chunker</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/chunker/DefaultChunkerSequenceValidator.html#DefaultChunkerSequenceValidator()"><B>DefaultChunkerSequenceValidator()</B></A> -
Constructor for class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/DefaultChunkerSequenceValidator.html" title="class in opennlp.tools.chunker">DefaultChunkerSequenceValidator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/DefaultEndOfSentenceScanner.html" title="class in opennlp.tools.sentdetect"><B>DefaultEndOfSentenceScanner</B></A> - Class in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>Default implementation of the <A HREF="./opennlp/tools/sentdetect/EndOfSentenceScanner.html" title="interface in opennlp.tools.sentdetect"><CODE>EndOfSentenceScanner</CODE></A>.<DT><A HREF="./opennlp/tools/sentdetect/DefaultEndOfSentenceScanner.html#DefaultEndOfSentenceScanner(char[])"><B>DefaultEndOfSentenceScanner(char[])</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/DefaultEndOfSentenceScanner.html" title="class in opennlp.tools.sentdetect">DefaultEndOfSentenceScanner</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/sentdetect/lang/Factory.html#defaultEosCharacters"><B>defaultEosCharacters</B></A> -
Static variable in class opennlp.tools.sentdetect.lang.<A HREF="./opennlp/tools/sentdetect/lang/Factory.html" title="class in opennlp.tools.sentdetect.lang">Factory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/DefaultLinker.html" title="class in opennlp.tools.coref"><B>DefaultLinker</B></A> - Class in <A HREF="./opennlp/tools/coref/package-summary.html">opennlp.tools.coref</A><DD>This class perform coreference for treebank style parses or for noun-phrase chunked data.<DT><A HREF="./opennlp/tools/coref/DefaultLinker.html#DefaultLinker(java.lang.String, opennlp.tools.coref.LinkerMode)"><B>DefaultLinker(String, LinkerMode)</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DefaultLinker.html" title="class in opennlp.tools.coref">DefaultLinker</A>
<DD>Creates a new linker with the specified model directory, running in the specified mode.
<DT><A HREF="./opennlp/tools/coref/DefaultLinker.html#DefaultLinker(java.lang.String, opennlp.tools.coref.LinkerMode, boolean)"><B>DefaultLinker(String, LinkerMode, boolean)</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DefaultLinker.html" title="class in opennlp.tools.coref">DefaultLinker</A>
<DD>Creates a new linker with the specified model directory, running in the specified mode which uses a discourse model
based on the specified parameter.
<DT><A HREF="./opennlp/tools/coref/DefaultLinker.html#DefaultLinker(java.lang.String, opennlp.tools.coref.LinkerMode, boolean, double)"><B>DefaultLinker(String, LinkerMode, boolean, double)</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DefaultLinker.html" title="class in opennlp.tools.coref">DefaultLinker</A>
<DD>Creates a new linker with the specified model directory, running in the specified mode which uses a discourse model
based on the specified parameter and uses the specified fixed non-referential probability.
<DT><A HREF="./opennlp/tools/namefind/DefaultNameContextGenerator.html" title="class in opennlp.tools.namefind"><B>DefaultNameContextGenerator</B></A> - Class in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>Class for determining contextual features for a tag/chunk style
named-entity recognizer.<DT><A HREF="./opennlp/tools/namefind/DefaultNameContextGenerator.html#DefaultNameContextGenerator()"><B>DefaultNameContextGenerator()</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/DefaultNameContextGenerator.html" title="class in opennlp.tools.namefind">DefaultNameContextGenerator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use the other constructor and always provide the feature generators</I>
<DT><A HREF="./opennlp/tools/namefind/DefaultNameContextGenerator.html#DefaultNameContextGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator...)"><B>DefaultNameContextGenerator(AdaptiveFeatureGenerator...)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/DefaultNameContextGenerator.html" title="class in opennlp.tools.namefind">DefaultNameContextGenerator</A>
<DD>Creates a name context generator with the specified cache size.
<DT><A HREF="./opennlp/tools/coref/resolver/DefaultNonReferentialResolver.html" title="class in opennlp.tools.coref.resolver"><B>DefaultNonReferentialResolver</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Default implementation of the <A HREF="./opennlp/tools/coref/resolver/NonReferentialResolver.html" title="interface in opennlp.tools.coref.resolver"><CODE>NonReferentialResolver</CODE></A> interface.<DT><A HREF="./opennlp/tools/coref/resolver/DefaultNonReferentialResolver.html#DefaultNonReferentialResolver(java.lang.String, java.lang.String, opennlp.tools.coref.resolver.ResolverMode)"><B>DefaultNonReferentialResolver(String, String, ResolverMode)</B></A> -
Constructor for 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/util/TrainingParameters.html#defaultParams()"><B>defaultParams()</B></A> -
Static method 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/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention"><B>DefaultParse</B></A> - Class in <A HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>This class is a wrapper for <A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser"><CODE>Parse</CODE></A> mapping it to the API specified in <A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention"><CODE>Parse</CODE></A>.<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#DefaultParse(opennlp.tools.parser.Parse, int)"><B>DefaultParse(Parse, int)</B></A> -
Constructor for class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/postag/DefaultPOSContextGenerator.html" title="class in opennlp.tools.postag"><B>DefaultPOSContextGenerator</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>A context generator for the POS Tagger.<DT><A HREF="./opennlp/tools/postag/DefaultPOSContextGenerator.html#DefaultPOSContextGenerator(opennlp.tools.dictionary.Dictionary)"><B>DefaultPOSContextGenerator(Dictionary)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/DefaultPOSContextGenerator.html" title="class in opennlp.tools.postag">DefaultPOSContextGenerator</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/postag/DefaultPOSContextGenerator.html#DefaultPOSContextGenerator(int, opennlp.tools.dictionary.Dictionary)"><B>DefaultPOSContextGenerator(int, Dictionary)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/DefaultPOSContextGenerator.html" title="class in opennlp.tools.postag">DefaultPOSContextGenerator</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/postag/DefaultPOSSequenceValidator.html" title="class in opennlp.tools.postag"><B>DefaultPOSSequenceValidator</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/postag/DefaultPOSSequenceValidator.html#DefaultPOSSequenceValidator(opennlp.tools.postag.TagDictionary)"><B>DefaultPOSSequenceValidator(TagDictionary)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/DefaultPOSSequenceValidator.html" title="class in opennlp.tools.postag">DefaultPOSSequenceValidator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/DefaultSDContextGenerator.html" title="class in opennlp.tools.sentdetect"><B>DefaultSDContextGenerator</B></A> - Class in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>Generate event contexts for maxent decisions for sentence detection.<DT><A HREF="./opennlp/tools/sentdetect/DefaultSDContextGenerator.html#DefaultSDContextGenerator(char[])"><B>DefaultSDContextGenerator(char[])</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/DefaultSDContextGenerator.html" title="class in opennlp.tools.sentdetect">DefaultSDContextGenerator</A>
<DD>Creates a new <code>SDContextGenerator</code> instance with
no induced abbreviations.
<DT><A HREF="./opennlp/tools/sentdetect/DefaultSDContextGenerator.html#DefaultSDContextGenerator(java.util.Set, char[])"><B>DefaultSDContextGenerator(Set&lt;String&gt;, char[])</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/DefaultSDContextGenerator.html" title="class in opennlp.tools.sentdetect">DefaultSDContextGenerator</A>
<DD>Creates a new <code>SDContextGenerator</code> instance which uses
the set of induced abbreviations.
<DT><A HREF="./opennlp/tools/tokenize/DefaultTokenContextGenerator.html" title="class in opennlp.tools.tokenize"><B>DefaultTokenContextGenerator</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>Generate events for maxent decisions for tokenization.<DT><A HREF="./opennlp/tools/tokenize/DefaultTokenContextGenerator.html#DefaultTokenContextGenerator()"><B>DefaultTokenContextGenerator()</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/DefaultTokenContextGenerator.html" title="class in opennlp.tools.tokenize">DefaultTokenContextGenerator</A>
<DD>Creates a default context generator for tokenizer.
<DT><A HREF="./opennlp/tools/tokenize/DefaultTokenContextGenerator.html#DefaultTokenContextGenerator(java.util.Set)"><B>DefaultTokenContextGenerator(Set&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/DefaultTokenContextGenerator.html" title="class in opennlp.tools.tokenize">DefaultTokenContextGenerator</A>
<DD>Creates a default context generator for tokenizer.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#definiteArticle(java.lang.String, java.lang.String)"><B>definiteArticle(String, String)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Returns whether the specified token is a definite article.
<DT><A HREF="./opennlp/tools/coref/resolver/DefiniteNounResolver.html" title="class in opennlp.tools.coref.resolver"><B>DefiniteNounResolver</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Resolves coreference between definite noun-phrases.<DT><A HREF="./opennlp/tools/coref/resolver/DefiniteNounResolver.html#DefiniteNounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode)"><B>DefiniteNounResolver(String, ResolverMode)</B></A> -
Constructor for 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/DefiniteNounResolver.html#DefiniteNounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode, opennlp.tools.coref.resolver.NonReferentialResolver)"><B>DefiniteNounResolver(String, ResolverMode, NonReferentialResolver)</B></A> -
Constructor for 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/Linker.html#DESCRIPTOR"><B>DESCRIPTOR</B></A> -
Static variable in interface opennlp.tools.coref.<A HREF="./opennlp/tools/coref/Linker.html" title="interface in opennlp.tools.coref">Linker</A>
<DD>String constant used to label a mention which is a description.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#designatorsPattern"><B>designatorsPattern</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Regular expression for English corporate designators.
<DT><A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.html" title="class in opennlp.tools.tokenize"><B>DetokenizationDictionary</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.html#DetokenizationDictionary(java.lang.String[], opennlp.tools.tokenize.DetokenizationDictionary.Operation[])"><B>DetokenizationDictionary(String[], DetokenizationDictionary.Operation[])</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.html" title="class in opennlp.tools.tokenize">DetokenizationDictionary</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.html#DetokenizationDictionary(java.io.InputStream)"><B>DetokenizationDictionary(InputStream)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.html" title="class in opennlp.tools.tokenize">DetokenizationDictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.Operation.html" title="enum in opennlp.tools.tokenize"><B>DetokenizationDictionary.Operation</B></A> - Enum in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/tokenize/Detokenizer.html#detokenize(java.lang.String[])"><B>detokenize(String[])</B></A> -
Method in interface opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/Detokenizer.html" title="interface in opennlp.tools.tokenize">Detokenizer</A>
<DD>Detokenize the input tokens.
<DT><A HREF="./opennlp/tools/tokenize/Detokenizer.html#detokenize(java.lang.String[], java.lang.String)"><B>detokenize(String[], String)</B></A> -
Method in interface opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/Detokenizer.html" title="interface in opennlp.tools.tokenize">Detokenizer</A>
<DD>Detokenize the input tokens into a String.
<DT><A HREF="./opennlp/tools/tokenize/DictionaryDetokenizer.html#detokenize(java.lang.String[])"><B>detokenize(String[])</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/DictionaryDetokenizer.html" title="class in opennlp.tools.tokenize">DictionaryDetokenizer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/DictionaryDetokenizer.html#detokenize(java.lang.String[], java.lang.String)"><B>detokenize(String[], String)</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/DictionaryDetokenizer.html" title="class in opennlp.tools.tokenize">DictionaryDetokenizer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/Detokenizer.html" title="interface in opennlp.tools.tokenize"><B>Detokenizer</B></A> - Interface in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>A Detokenizer merges tokens back to their untokenized representation.<DT><A HREF="./opennlp/tools/tokenize/Detokenizer.DetokenizationOperation.html" title="enum in opennlp.tools.tokenize"><B>Detokenizer.DetokenizationOperation</B></A> - Enum in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>This enum contains an operation for every token to merge the
tokens together to their detokenized form.<DT><A HREF="./opennlp/tools/formats/DetokenizerSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>DetokenizerSampleStreamFactory</B></A>&lt;<A HREF="./opennlp/tools/formats/DetokenizerSampleStreamFactory.html" title="type parameter in DetokenizerSampleStreamFactory">T</A>&gt; - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>Base class for factories which need detokenizer.<DT><A HREF="./opennlp/tools/util/Version.html#DEV_VERSION"><B>DEV_VERSION</B></A> -
Static variable in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util">Version</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Dictionary.html" title="interface in opennlp.tools.coref.mention"><B>Dictionary</B></A> - Interface in <A HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>Interface to provide dictionary information to the coreference module assuming a
hierarchically structured dictionary (such as WordNet) is available.<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary"><B>Dictionary</B></A> - Class in <A HREF="./opennlp/tools/dictionary/package-summary.html">opennlp.tools.dictionary</A><DD>This class is a dictionary.<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#Dictionary()"><B>Dictionary()</B></A> -
Constructor for class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>Initializes an empty <A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary"><CODE>Dictionary</CODE></A>.
<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#Dictionary(boolean)"><B>Dictionary(boolean)</B></A> -
Constructor for class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#Dictionary(java.io.InputStream)"><B>Dictionary(InputStream)</B></A> -
Constructor for class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>Initializes the <A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary"><CODE>Dictionary</CODE></A> from an existing dictionary resource.
<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#Dictionary(java.io.InputStream, boolean)"><B>Dictionary(InputStream, boolean)</B></A> -
Constructor for class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD><B>Deprecated.</B>&nbsp;<I>This constructor is deprecated. Passing the case sensitivity
flag has no effect. Use
<A HREF="./opennlp/tools/dictionary/Dictionary.html#Dictionary(java.io.InputStream)"><CODE>Dictionary.Dictionary(InputStream)</CODE></A> instead and set the
case sensitivity during the dictionary creation.</I>
<DT><A HREF="./opennlp/tools/tokenize/DictionaryDetokenizer.html" title="class in opennlp.tools.tokenize"><B>DictionaryDetokenizer</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>A rule based detokenizer.<DT><A HREF="./opennlp/tools/tokenize/DictionaryDetokenizer.html#DictionaryDetokenizer(opennlp.tools.tokenize.DetokenizationDictionary)"><B>DictionaryDetokenizer(DetokenizationDictionary)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/DictionaryDetokenizer.html" title="class in opennlp.tools.tokenize">DictionaryDetokenizer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/DictionaryFactory.html" title="class in opennlp.tools.coref.mention"><B>DictionaryFactory</B></A> - Class in <A HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>Factory class used to get an instance of a dictionary object.<DT><A HREF="./opennlp/tools/coref/mention/DictionaryFactory.html#DictionaryFactory()"><B>DictionaryFactory()</B></A> -
Constructor for class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DictionaryFactory.html" title="class in opennlp.tools.coref.mention">DictionaryFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/DictionaryFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><B>DictionaryFeatureGenerator</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/DictionaryFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><CODE>DictionaryFeatureGenerator</CODE></A> uses the <A HREF="./opennlp/tools/namefind/DictionaryNameFinder.html" title="class in opennlp.tools.namefind"><CODE>DictionaryNameFinder</CODE></A>
to generated features for detected names based on the <A HREF="./opennlp/tools/util/featuregen/InSpanGenerator.html" title="class in opennlp.tools.util.featuregen"><CODE>InSpanGenerator</CODE></A>.<DT><A HREF="./opennlp/tools/util/featuregen/DictionaryFeatureGenerator.html#DictionaryFeatureGenerator(opennlp.tools.dictionary.Dictionary)"><B>DictionaryFeatureGenerator(Dictionary)</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/DictionaryFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">DictionaryFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/DictionaryFeatureGenerator.html#DictionaryFeatureGenerator(java.lang.String, opennlp.tools.dictionary.Dictionary)"><B>DictionaryFeatureGenerator(String, Dictionary)</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/DictionaryFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">DictionaryFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/DictionaryNameFinder.html" title="class in opennlp.tools.namefind"><B>DictionaryNameFinder</B></A> - Class in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>This is a dictionary based name finder, it scans text
for names inside a dictionary.<DT><A HREF="./opennlp/tools/namefind/DictionaryNameFinder.html#DictionaryNameFinder(opennlp.tools.dictionary.Dictionary, java.lang.String)"><B>DictionaryNameFinder(Dictionary, String)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/DictionaryNameFinder.html" title="class in opennlp.tools.namefind">DictionaryNameFinder</A>
<DD>Initialized the current instance with he provided dictionary
and a type.
<DT><A HREF="./opennlp/tools/namefind/DictionaryNameFinder.html#DictionaryNameFinder(opennlp.tools.dictionary.Dictionary)"><B>DictionaryNameFinder(Dictionary)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/DictionaryNameFinder.html" title="class in opennlp.tools.namefind">DictionaryNameFinder</A>
<DD>Initializes the current instance with the provided dictionary.
<DT><A HREF="./opennlp/tools/dictionary/serializer/DictionarySerializer.html" title="class in opennlp.tools.dictionary.serializer"><B>DictionarySerializer</B></A> - Class in <A HREF="./opennlp/tools/dictionary/serializer/package-summary.html">opennlp.tools.dictionary.serializer</A><DD>This class is used by for reading and writing dictionaries of all kinds.<DT><A HREF="./opennlp/tools/dictionary/serializer/DictionarySerializer.html#DictionarySerializer()"><B>DictionarySerializer()</B></A> -
Constructor for class opennlp.tools.dictionary.serializer.<A HREF="./opennlp/tools/dictionary/serializer/DictionarySerializer.html" title="class in opennlp.tools.dictionary.serializer">DictionarySerializer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html#DIFF"><B>DIFF</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html" title="class in opennlp.tools.coref.resolver">MaxentResolver</A>
<DD>Outcome when two mentions are not coreferent.
<DT><A HREF="./opennlp/tools/util/featuregen/StringPattern.html#digits()"><B>digits()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen">StringPattern</A>
<DD>Retrieves the number of digits.
<DT><A HREF="./opennlp/tools/formats/DirectorySampleStream.html" title="class in opennlp.tools.formats"><B>DirectorySampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>The directory sample stream scans a directory (recursively) for plain text
files and outputs each file as a String object.<DT><A HREF="./opennlp/tools/formats/DirectorySampleStream.html#DirectorySampleStream(java.io.File[], java.io.FileFilter, boolean)"><B>DirectorySampleStream(File[], FileFilter, boolean)</B></A> -
Constructor for class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/DirectorySampleStream.html" title="class in opennlp.tools.formats">DirectorySampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/DirectorySampleStream.html#DirectorySampleStream(java.io.File, java.io.FileFilter, boolean)"><B>DirectorySampleStream(File, FileFilter, boolean)</B></A> -
Constructor for class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/DirectorySampleStream.html" title="class in opennlp.tools.formats">DirectorySampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/DiscourseElement.html" title="class in opennlp.tools.coref"><B>DiscourseElement</B></A> - Class in <A HREF="./opennlp/tools/coref/package-summary.html">opennlp.tools.coref</A><DD>Represents an item in which can be put into the discourse model.<DT><A HREF="./opennlp/tools/coref/DiscourseElement.html#DiscourseElement(opennlp.tools.coref.mention.MentionContext)"><B>DiscourseElement(MentionContext)</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseElement.html" title="class in opennlp.tools.coref">DiscourseElement</A>
<DD>Creates a new discourse element which contains the specified mention.
<DT><A HREF="./opennlp/tools/coref/DiscourseEntity.html" title="class in opennlp.tools.coref"><B>DiscourseEntity</B></A> - Class in <A HREF="./opennlp/tools/coref/package-summary.html">opennlp.tools.coref</A><DD>Represents an entity in a discourse model.<DT><A HREF="./opennlp/tools/coref/DiscourseEntity.html#DiscourseEntity(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.sim.GenderEnum, double, opennlp.tools.coref.sim.NumberEnum, double)"><B>DiscourseEntity(MentionContext, GenderEnum, double, NumberEnum, double)</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseEntity.html" title="class in opennlp.tools.coref">DiscourseEntity</A>
<DD>Creates a new entity based on the specified mention and its specified gender and number properties.
<DT><A HREF="./opennlp/tools/coref/DiscourseEntity.html#DiscourseEntity(opennlp.tools.coref.mention.MentionContext)"><B>DiscourseEntity(MentionContext)</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseEntity.html" title="class in opennlp.tools.coref">DiscourseEntity</A>
<DD>Creates a new entity based on the specified mention.
<DT><A HREF="./opennlp/tools/coref/DiscourseModel.html" title="class in opennlp.tools.coref"><B>DiscourseModel</B></A> - Class in <A HREF="./opennlp/tools/coref/package-summary.html">opennlp.tools.coref</A><DD>Represents the elements which are part of a discourse.<DT><A HREF="./opennlp/tools/coref/DiscourseModel.html#DiscourseModel()"><B>DiscourseModel()</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseModel.html" title="class in opennlp.tools.coref">DiscourseModel</A>
<DD>Creates a new discourse model.
<DT><A HREF="./opennlp/tools/doccat/DoccatModel.html" title="class in opennlp.tools.doccat"><B>DoccatModel</B></A> - Class in <A HREF="./opennlp/tools/doccat/package-summary.html">opennlp.tools.doccat</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/doccat/DoccatModel.html#DoccatModel(java.lang.String, opennlp.model.AbstractModel)"><B>DoccatModel(String, AbstractModel)</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DoccatModel.html" title="class in opennlp.tools.doccat">DoccatModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DoccatModel.html#DoccatModel(java.io.InputStream)"><B>DoccatModel(InputStream)</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DoccatModel.html" title="class in opennlp.tools.doccat">DoccatModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DoccatModel.html#DoccatModel(java.io.File)"><B>DoccatModel(File)</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DoccatModel.html" title="class in opennlp.tools.doccat">DoccatModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DoccatModel.html#DoccatModel(java.net.URL)"><B>DoccatModel(URL)</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DoccatModel.html" title="class in opennlp.tools.doccat">DoccatModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html#DOCSTART"><B>DOCSTART</B></A> -
Static variable in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html" title="class in opennlp.tools.formats">Conll02NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizer.html" title="interface in opennlp.tools.doccat"><B>DocumentCategorizer</B></A> - Interface in <A HREF="./opennlp/tools/doccat/package-summary.html">opennlp.tools.doccat</A><DD>Interface for classes which categorize documents.<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerEvaluator.html" title="class in opennlp.tools.doccat"><B>DocumentCategorizerEvaluator</B></A> - Class in <A HREF="./opennlp/tools/doccat/package-summary.html">opennlp.tools.doccat</A><DD>The <A HREF="./opennlp/tools/doccat/DocumentCategorizerEvaluator.html" title="class in opennlp.tools.doccat"><CODE>DocumentCategorizerEvaluator</CODE></A> measures the performance of
the given <A HREF="./opennlp/tools/doccat/DocumentCategorizer.html" title="interface in opennlp.tools.doccat"><CODE>DocumentCategorizer</CODE></A> with the provided reference
<A HREF="./opennlp/tools/doccat/DocumentSample.html" title="class in opennlp.tools.doccat"><CODE>DocumentSample</CODE></A>s.<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerEvaluator.html#DocumentCategorizerEvaluator(opennlp.tools.doccat.DocumentCategorizer)"><B>DocumentCategorizerEvaluator(DocumentCategorizer)</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerEvaluator.html" title="class in opennlp.tools.doccat">DocumentCategorizerEvaluator</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerEventStream.html" title="class in opennlp.tools.doccat"><B>DocumentCategorizerEventStream</B></A> - Class in <A HREF="./opennlp/tools/doccat/package-summary.html">opennlp.tools.doccat</A><DD>Iterator-like class for modeling document classification events.<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerEventStream.html#DocumentCategorizerEventStream(opennlp.tools.util.ObjectStream, opennlp.tools.doccat.FeatureGenerator...)"><B>DocumentCategorizerEventStream(ObjectStream&lt;DocumentSample&gt;, FeatureGenerator...)</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerEventStream.html" title="class in opennlp.tools.doccat">DocumentCategorizerEventStream</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerEventStream.html#DocumentCategorizerEventStream(opennlp.tools.util.ObjectStream)"><B>DocumentCategorizerEventStream(ObjectStream&lt;DocumentSample&gt;)</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerEventStream.html" title="class in opennlp.tools.doccat">DocumentCategorizerEventStream</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat"><B>DocumentCategorizerME</B></A> - Class in <A HREF="./opennlp/tools/doccat/package-summary.html">opennlp.tools.doccat</A><DD>Maxent implementation of <A HREF="./opennlp/tools/doccat/DocumentCategorizer.html" title="interface in opennlp.tools.doccat"><CODE>DocumentCategorizer</CODE></A>.<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html#DocumentCategorizerME(opennlp.tools.doccat.DoccatModel, opennlp.tools.doccat.FeatureGenerator...)"><B>DocumentCategorizerME(DoccatModel, FeatureGenerator...)</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat">DocumentCategorizerME</A>
<DD>Initializes a the current instance with a doccat model and custom feature generation.
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html#DocumentCategorizerME(opennlp.tools.doccat.DoccatModel)"><B>DocumentCategorizerME(DoccatModel)</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat">DocumentCategorizerME</A>
<DD>Initializes the current instance with a doccat model.
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html#DocumentCategorizerME(opennlp.model.MaxentModel)"><B>DocumentCategorizerME(MaxentModel)</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat">DocumentCategorizerME</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html#DocumentCategorizerME(opennlp.tools.doccat.DoccatModel)"><CODE>DocumentCategorizerME.DocumentCategorizerME(DoccatModel)</CODE></A> instead.</I>
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html#DocumentCategorizerME(opennlp.model.MaxentModel, opennlp.tools.doccat.FeatureGenerator...)"><B>DocumentCategorizerME(MaxentModel, FeatureGenerator...)</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat">DocumentCategorizerME</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html#DocumentCategorizerME(opennlp.tools.doccat.DoccatModel, opennlp.tools.doccat.FeatureGenerator...)"><CODE>DocumentCategorizerME.DocumentCategorizerME(DoccatModel, FeatureGenerator...)</CODE></A> instead.</I>
<DT><A HREF="./opennlp/tools/namefind/DocumentNameFinder.html" title="interface in opennlp.tools.namefind"><B>DocumentNameFinder</B></A> - Interface in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>Name finding interface which processes an entire document allowing the name finder to use context
from the entire document.<DT><A HREF="./opennlp/tools/doccat/DocumentSample.html" title="class in opennlp.tools.doccat"><B>DocumentSample</B></A> - Class in <A HREF="./opennlp/tools/doccat/package-summary.html">opennlp.tools.doccat</A><DD>Class which holds a classified document and its category.<DT><A HREF="./opennlp/tools/doccat/DocumentSample.html#DocumentSample(java.lang.String, java.lang.String)"><B>DocumentSample(String, String)</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentSample.html" title="class in opennlp.tools.doccat">DocumentSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DocumentSample.html#DocumentSample(java.lang.String, java.lang.String[])"><B>DocumentSample(String, String[])</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentSample.html" title="class in opennlp.tools.doccat">DocumentSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DocumentSampleStream.html" title="class in opennlp.tools.doccat"><B>DocumentSampleStream</B></A> - Class in <A HREF="./opennlp/tools/doccat/package-summary.html">opennlp.tools.doccat</A><DD>This class reads in string encoded training samples, parses them and outputs <A HREF="./opennlp/tools/doccat/DocumentSample.html" title="class in opennlp.tools.doccat"><CODE>DocumentSample</CODE></A> objects.<DT><A HREF="./opennlp/tools/doccat/DocumentSampleStream.html#DocumentSampleStream(opennlp.tools.util.ObjectStream)"><B>DocumentSampleStream(ObjectStream&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentSampleStream.html" title="class in opennlp.tools.doccat">DocumentSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/DocumentSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>DocumentSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>Factory producing OpenNLP <A HREF="./opennlp/tools/doccat/DocumentSampleStream.html" title="class in opennlp.tools.doccat"><CODE>DocumentSampleStream</CODE></A>s.<DT><A HREF="./opennlp/tools/parser/treeinsert/Parser.html#DONE"><B>DONE</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 constituent needs an no additional parent node/building.
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#dropOverlappingSpans(opennlp.tools.util.Span[])"><B>dropOverlappingSpans(Span[])</B></A> -
Static method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>Removes spans with are intersecting or crossing in anyway.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/sentdetect/EmptyLinePreprocessorStream.html" title="class in opennlp.tools.sentdetect"><B>EmptyLinePreprocessorStream</B></A> - Class in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>Stream to to clean up empty lines for empty line separated document streams.<br>
- Skips empty line at training data start<br>
- Transforms multiple empty lines in a row into one <br>
- Replaces white space lines with empty lines <br>
- TODO: Terminates last document with empty line if it is missing<br>
<br>
This stream should be used by the components that mark empty lines to mark document boundaries.<DT><A HREF="./opennlp/tools/sentdetect/EmptyLinePreprocessorStream.html#EmptyLinePreprocessorStream(opennlp.tools.util.ObjectStream)"><B>EmptyLinePreprocessorStream(ObjectStream&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/EmptyLinePreprocessorStream.html" title="class in opennlp.tools.sentdetect">EmptyLinePreprocessorStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSampleDataStream.html#END_TAG"><B>END_TAG</B></A> -
Static variable in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSampleDataStream.html" title="class in opennlp.tools.namefind">NameSampleDataStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/MucNameContentHandler.html#endElement(java.lang.String)"><B>endElement(String)</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#endElement(java.lang.String)"><B>endElement(String)</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/sentdetect/EndOfSentenceScanner.html" title="interface in opennlp.tools.sentdetect"><B>EndOfSentenceScanner</B></A> - Interface in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>Scans Strings, StringBuffers, and char[] arrays for the offsets of
sentence ending characters.<DT><A HREF="./opennlp/tools/dictionary/serializer/Entry.html" title="class in opennlp.tools.dictionary.serializer"><B>Entry</B></A> - Class in <A HREF="./opennlp/tools/dictionary/serializer/package-summary.html">opennlp.tools.dictionary.serializer</A><DD>An <A HREF="./opennlp/tools/dictionary/serializer/Entry.html" title="class in opennlp.tools.dictionary.serializer"><CODE>Entry</CODE></A> is a <A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util"><CODE>StringList</CODE></A> which can
optionally be mapped to attributes.<DT><A HREF="./opennlp/tools/dictionary/serializer/Entry.html#Entry(opennlp.tools.util.StringList, opennlp.tools.dictionary.serializer.Attributes)"><B>Entry(StringList, Attributes)</B></A> -
Constructor for class opennlp.tools.dictionary.serializer.<A HREF="./opennlp/tools/dictionary/serializer/Entry.html" title="class in opennlp.tools.dictionary.serializer">Entry</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/dictionary/serializer/EntryInserter.html" title="interface in opennlp.tools.dictionary.serializer"><B>EntryInserter</B></A> - Interface in <A HREF="./opennlp/tools/dictionary/serializer/package-summary.html">opennlp.tools.dictionary.serializer</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/util/Cache.html#entrySet()"><B>entrySet()</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/sentdetect/lang/th/SentenceContextGenerator.html#eosCharacters"><B>eosCharacters</B></A> -
Static variable in class opennlp.tools.sentdetect.lang.th.<A HREF="./opennlp/tools/sentdetect/lang/th/SentenceContextGenerator.html" title="class in opennlp.tools.sentdetect.lang.th">SentenceContextGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/chunker/ChunkSample.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkSample.html" title="class in opennlp.tools.chunker">ChunkSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DocumentSample.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentSample.html" title="class in opennlp.tools.doccat">DocumentSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSample.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.ngram.<A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram">NGramModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/lang/en/HeadRules.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.parser.lang.en.<A HREF="./opennlp/tools/parser/lang/en/HeadRules.html" title="class in opennlp.tools.parser.lang.en">HeadRules</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#equals(java.lang.Object)"><B>equals(Object)</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/postag/POSDictionary.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSSample.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag">POSSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceSample.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceSample.html" title="class in opennlp.tools.sentdetect">SentenceSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenSample.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize">TokenSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Span.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Checks if the specified span is equal to the current span.
<DT><A HREF="./opennlp/tools/util/StringList.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util">StringList</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Version.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util">Version</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/chunker/ChunkerCrossValidator.html#evaluate(opennlp.tools.util.ObjectStream, int)"><B>evaluate(ObjectStream&lt;ChunkSample&gt;, int)</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkerCrossValidator.html" title="class in opennlp.tools.chunker">ChunkerCrossValidator</A>
<DD>Starts the evaluation.
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerEvaluator.html#evaluate(java.util.Iterator)"><B>evaluate(Iterator&lt;DocumentSample&gt;)</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerEvaluator.html" title="class in opennlp.tools.doccat">DocumentCategorizerEvaluator</A>
<DD>Reads all <A HREF="./opennlp/tools/doccat/DocumentSample.html" title="class in opennlp.tools.doccat"><CODE>DocumentSample</CODE></A> objects from the stream
and evaluates each <A HREF="./opennlp/tools/doccat/DocumentSample.html" title="class in opennlp.tools.doccat"><CODE>DocumentSample</CODE></A> object with
<A HREF="./opennlp/tools/doccat/DocumentCategorizerEvaluator.html#evaluteSample(opennlp.tools.doccat.DocumentSample)"><CODE>DocumentCategorizerEvaluator.evaluteSample(DocumentSample)</CODE></A> method.
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html#evaluate(opennlp.tools.util.ObjectStream, int)"><B>evaluate(ObjectStream&lt;NameSample&gt;, int)</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html" title="class in opennlp.tools.namefind">TokenNameFinderCrossValidator</A>
<DD>Starts the evaluation.
<DT><A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#evaluate(opennlp.tools.util.ObjectStream, int)"><B>evaluate(ObjectStream&lt;POSSample&gt;, int)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html" title="class in opennlp.tools.postag">POSTaggerCrossValidator</A>
<DD>Starts the evaluation.
<DT><A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html#evaluate(opennlp.tools.util.ObjectStream, int)"><B>evaluate(ObjectStream&lt;SentenceSample&gt;, int)</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html" title="class in opennlp.tools.sentdetect">SDCrossValidator</A>
<DD>Starts the evaluation.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html#evaluate(opennlp.tools.util.ObjectStream, int)"><B>evaluate(ObjectStream&lt;TokenSample&gt;, int)</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html" title="class in opennlp.tools.tokenize">TokenizerCrossValidator</A>
<DD>Starts the evaluation.
<DT><A HREF="./opennlp/tools/util/eval/Evaluator.html#evaluate(opennlp.tools.util.ObjectStream)"><B>evaluate(ObjectStream&lt;T&gt;)</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/Evaluator.html" title="class in opennlp.tools.util.eval">Evaluator</A>
<DD>Reads all sample objects from the stream
and evaluates each sample object with
<A HREF="./opennlp/tools/util/eval/Evaluator.html#evaluateSample(T)"><CODE>Evaluator.evaluateSample(Object)</CODE></A> method.
<DT><A HREF="./opennlp/tools/util/eval/Evaluator.html#evaluateSample(T)"><B>evaluateSample(T)</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/Evaluator.html" title="class in opennlp.tools.util.eval">Evaluator</A>
<DD>Evaluates the given reference object.
<DT><A HREF="./opennlp/tools/util/eval/EvaluationMonitor.html" title="interface in opennlp.tools.util.eval"><B>EvaluationMonitor</B></A>&lt;<A HREF="./opennlp/tools/util/eval/EvaluationMonitor.html" title="type parameter in EvaluationMonitor">T</A>&gt; - Interface in <A HREF="./opennlp/tools/util/eval/package-summary.html">opennlp.tools.util.eval</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/util/eval/Evaluator.html" title="class in opennlp.tools.util.eval"><B>Evaluator</B></A>&lt;<A HREF="./opennlp/tools/util/eval/Evaluator.html" title="type parameter in Evaluator">T</A>&gt; - Class in <A HREF="./opennlp/tools/util/eval/package-summary.html">opennlp.tools.util.eval</A><DD>The <A HREF="./opennlp/tools/util/eval/Evaluator.html" title="class in opennlp.tools.util.eval"><CODE>Evaluator</CODE></A> is an abstract base class for evaluators.<DT><A HREF="./opennlp/tools/util/eval/Evaluator.html#Evaluator(opennlp.tools.util.eval.EvaluationMonitor...)"><B>Evaluator(EvaluationMonitor&lt;T&gt;...)</B></A> -
Constructor for class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/Evaluator.html" title="class in opennlp.tools.util.eval">Evaluator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerEvaluator.html#evaluteSample(opennlp.tools.doccat.DocumentSample)"><B>evaluteSample(DocumentSample)</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerEvaluator.html" title="class in opennlp.tools.doccat">DocumentCategorizerEvaluator</A>
<DD>Evaluates the given reference <A HREF="./opennlp/tools/doccat/DocumentSample.html" title="class in opennlp.tools.doccat"><CODE>DocumentSample</CODE></A> object.
<DT><A HREF="./opennlp/tools/util/EventTraceStream.html" title="class in opennlp.tools.util"><B>EventTraceStream</B></A> - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/util/EventTraceStream.html#EventTraceStream(opennlp.model.EventStream, java.io.Writer)"><B>EventTraceStream(EventStream, Writer)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/EventTraceStream.html" title="class in opennlp.tools.util">EventTraceStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/ProperNounResolver.html#excluded(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseEntity)"><B>excluded(MentionContext, DiscourseEntity)</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/SingularPronounResolver.html#excluded(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseEntity)"><B>excluded(MentionContext, DiscourseEntity)</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/ResolverUtils.html#excludedDeterminerMentionString(opennlp.tools.coref.mention.MentionContext)"><B>excludedDeterminerMentionString(MentionContext)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#excludedHonorificMentionString(opennlp.tools.coref.mention.MentionContext)"><B>excludedHonorificMentionString(MentionContext)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#excludedTheMentionString(opennlp.tools.coref.mention.MentionContext)"><B>excludedTheMentionString(MentionContext)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#expandTopNode(opennlp.tools.parser.Parse)"><B>expandTopNode(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>&nbsp;
<DT><A HREF="./opennlp/tools/util/ext/ExtensionLoader.html" title="class in opennlp.tools.util.ext"><B>ExtensionLoader</B></A> - Class in <A HREF="./opennlp/tools/util/ext/package-summary.html">opennlp.tools.util.ext</A><DD>The <A HREF="./opennlp/tools/util/ext/ExtensionLoader.html" title="class in opennlp.tools.util.ext"><CODE>ExtensionLoader</CODE></A> is responsible to load extensions to the OpenNLP library.<DT><A HREF="./opennlp/tools/util/ext/ExtensionNotLoadedException.html" title="class in opennlp.tools.util.ext"><B>ExtensionNotLoadedException</B></A> - Exception in <A HREF="./opennlp/tools/util/ext/package-summary.html">opennlp.tools.util.ext</A><DD>Exception indicates that an OpenNLP extension could not be loaded.<DT><A HREF="./opennlp/tools/util/ext/ExtensionNotLoadedException.html#ExtensionNotLoadedException(java.lang.String)"><B>ExtensionNotLoadedException(String)</B></A> -
Constructor for exception opennlp.tools.util.ext.<A HREF="./opennlp/tools/util/ext/ExtensionNotLoadedException.html" title="class in opennlp.tools.util.ext">ExtensionNotLoadedException</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/ext/ExtensionNotLoadedException.html#ExtensionNotLoadedException(java.lang.Throwable)"><B>ExtensionNotLoadedException(Throwable)</B></A> -
Constructor for exception opennlp.tools.util.ext.<A HREF="./opennlp/tools/util/ext/ExtensionNotLoadedException.html" title="class in opennlp.tools.util.ext">ExtensionNotLoadedException</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/ext/ExtensionServiceKeys.html" title="class in opennlp.tools.util.ext"><B>ExtensionServiceKeys</B></A> - Class in <A HREF="./opennlp/tools/util/ext/package-summary.html">opennlp.tools.util.ext</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/util/ext/ExtensionServiceKeys.html#ExtensionServiceKeys()"><B>ExtensionServiceKeys()</B></A> -
Constructor for class opennlp.tools.util.ext.<A HREF="./opennlp/tools/util/ext/ExtensionServiceKeys.html" title="class in opennlp.tools.util.ext">ExtensionServiceKeys</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Heap.html#extract()"><B>extract()</B></A> -
Method in interface opennlp.tools.util.<A HREF="./opennlp/tools/util/Heap.html" title="interface in opennlp.tools.util">Heap</A>
<DD>Removes the smallest element from the heap and returns it.
<DT><A HREF="./opennlp/tools/util/ListHeap.html#extract()"><B>extract()</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#extract()"><B>extract()</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/doccat/BagOfWordsFeatureGenerator.html#extractFeatures(java.lang.String[])"><B>extractFeatures(String[])</B></A> -
Method in 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/doccat/FeatureGenerator.html#extractFeatures(java.lang.String[])"><B>extractFeatures(String[])</B></A> -
Method in interface opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/FeatureGenerator.html" title="interface in opennlp.tools.doccat">FeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/NGramFeatureGenerator.html#extractFeatures(java.lang.String[])"><B>extractFeatures(String[])</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/NGramFeatureGenerator.html" title="class in opennlp.tools.doccat">NGramFeatureGenerator</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/sentdetect/lang/Factory.html" title="class in opennlp.tools.sentdetect.lang"><B>Factory</B></A> - Class in <A HREF="./opennlp/tools/sentdetect/lang/package-summary.html">opennlp.tools.sentdetect.lang</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/sentdetect/lang/Factory.html#Factory()"><B>Factory()</B></A> -
Constructor for class opennlp.tools.sentdetect.lang.<A HREF="./opennlp/tools/sentdetect/lang/Factory.html" title="class in opennlp.tools.sentdetect.lang">Factory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/lang/Factory.html" title="class in opennlp.tools.tokenize.lang"><B>Factory</B></A> - Class in <A HREF="./opennlp/tools/tokenize/lang/package-summary.html">opennlp.tools.tokenize.lang</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/tokenize/lang/Factory.html#Factory()"><B>Factory()</B></A> -
Constructor for class opennlp.tools.tokenize.lang.<A HREF="./opennlp/tools/tokenize/lang/Factory.html" title="class in opennlp.tools.tokenize.lang">Factory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/FastTokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><B>FastTokenClassFeatureGenerator</B></A> - Class in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./opennlp/tools/util/featuregen/TokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><CODE>TokenClassFeatureGenerator</CODE></A> instead!</I><DT><A HREF="./opennlp/tools/util/featuregen/FastTokenClassFeatureGenerator.html#FastTokenClassFeatureGenerator()"><B>FastTokenClassFeatureGenerator()</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/FastTokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">FastTokenClassFeatureGenerator</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/FastTokenClassFeatureGenerator.html#FastTokenClassFeatureGenerator(boolean)"><B>FastTokenClassFeatureGenerator(boolean)</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/FastTokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">FastTokenClassFeatureGenerator</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/doccat/FeatureGenerator.html" title="interface in opennlp.tools.doccat"><B>FeatureGenerator</B></A> - Interface in <A HREF="./opennlp/tools/doccat/package-summary.html">opennlp.tools.doccat</A><DD>Interface for generating features for document categorization.<DT><A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorAdapter.html" title="class in opennlp.tools.util.featuregen"><B>FeatureGeneratorAdapter</B></A> - Class in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>This class provides empty implementations of some of the optional methods in
<A HREF="./opennlp/tools/util/featuregen/AdditionalContextFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><CODE>AdditionalContextFeatureGenerator</CODE></A> to make implementing feature generators
easier.<DT><A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorAdapter.html#FeatureGeneratorAdapter()"><B>FeatureGeneratorAdapter()</B></A> -
Constructor for 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/FeatureGeneratorFactory.html" title="interface in opennlp.tools.util.featuregen"><B>FeatureGeneratorFactory</B></A> - Interface in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD><B>Deprecated.</B>&nbsp;<I>do not use this interface, will be removed!</I><DT><A HREF="./opennlp/tools/util/model/FeatureGeneratorFactorySerializer.html" title="class in opennlp.tools.util.model"><B>FeatureGeneratorFactorySerializer</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/FeatureGeneratorFactorySerializer.html#FeatureGeneratorFactorySerializer()"><B>FeatureGeneratorFactorySerializer()</B></A> -
Constructor for class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/FeatureGeneratorFactorySerializer.html" title="class in opennlp.tools.util.model">FeatureGeneratorFactorySerializer</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorResourceProvider.html" title="interface in opennlp.tools.util.featuregen"><B>FeatureGeneratorResourceProvider</B></A> - Interface in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>The <A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorResourceProvider.html" title="interface in opennlp.tools.util.featuregen"><CODE>FeatureGeneratorResourceProvider</CODE></A> provides access to the resources
provided in the model.<DT><A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorUtil.html" title="class in opennlp.tools.util.featuregen"><B>FeatureGeneratorUtil</B></A> - Class in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>This class provide common utilities for feature generation.<DT><A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorUtil.html#FeatureGeneratorUtil()"><B>FeatureGeneratorUtil()</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorUtil.html" title="class in opennlp.tools.util.featuregen">FeatureGeneratorUtil</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/GenderEnum.html#FEMALE"><B>FEMALE</B></A> -
Static variable in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderEnum.html" title="class in opennlp.tools.coref.sim">GenderEnum</A>
<DD>Female gender.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#femalePronounPattern"><B>femalePronounPattern</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Regular expression for English female pronouns.
<DT><A HREF="./opennlp/tools/formats/convert/FileToByteArraySampleStream.html" title="class in opennlp.tools.formats.convert"><B>FileToByteArraySampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/convert/FileToByteArraySampleStream.html#FileToByteArraySampleStream(opennlp.tools.util.ObjectStream)"><B>FileToByteArraySampleStream(ObjectStream&lt;File&gt;)</B></A> -
Constructor for class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/FileToByteArraySampleStream.html" title="class in opennlp.tools.formats.convert">FileToByteArraySampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/FileToStringSampleStream.html" title="class in opennlp.tools.formats.convert"><B>FileToStringSampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/convert/FileToStringSampleStream.html#FileToStringSampleStream(opennlp.tools.util.ObjectStream, java.nio.charset.Charset)"><B>FileToStringSampleStream(ObjectStream&lt;File&gt;, Charset)</B></A> -
Constructor for class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/FileToStringSampleStream.html" title="class in opennlp.tools.formats.convert">FileToStringSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/FilterObjectStream.html" title="class in opennlp.tools.util"><B>FilterObjectStream</B></A>&lt;<A HREF="./opennlp/tools/util/FilterObjectStream.html" title="type parameter in FilterObjectStream">S</A>,<A HREF="./opennlp/tools/util/FilterObjectStream.html" title="type parameter in FilterObjectStream">T</A>&gt; - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Abstract base class for filtering <A HREF="./opennlp/tools/util/ObjectStream.html" title="interface in opennlp.tools.util"><CODE>ObjectStream</CODE></A>s.<DT><A HREF="./opennlp/tools/namefind/DictionaryNameFinder.html#find(java.lang.String[])"><B>find(String[])</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/DocumentNameFinder.html#find(java.lang.String[][])"><B>find(String[][])</B></A> -
Method in interface opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/DocumentNameFinder.html" title="interface in opennlp.tools.namefind">DocumentNameFinder</A>
<DD>Returns tokens span for the specified document of sentences and their tokens.
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#find(java.lang.String[])"><B>find(String[])</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#find(java.lang.String[], java.lang.String[][])"><B>find(String[], String[][])</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>Generates name tags for the given sequence, typically a sentence,
returning token spans for any identified names.
<DT><A HREF="./opennlp/tools/namefind/RegexNameFinder.html#find(java.lang.String[])"><B>find(String[])</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#find(java.lang.String[])"><B>find(String[])</B></A> -
Method in interface opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinder.html" title="interface in opennlp.tools.namefind">TokenNameFinder</A>
<DD>Generates name tags for the given sequence, typically a sentence, returning token spans for any identified names.
<DT><A HREF="./opennlp/tools/util/Heap.html#first()"><B>first()</B></A> -
Method in interface opennlp.tools.util.<A HREF="./opennlp/tools/util/Heap.html" title="interface in opennlp.tools.util">Heap</A>
<DD>Returns the smallest element of the heap.
<DT><A HREF="./opennlp/tools/util/ListHeap.html#first()"><B>first()</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#first()"><B>first()</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/coref/resolver/ResolverUtils.html#firstPersonPronounPattern"><B>firstPersonPronounPattern</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Regular expression for English first person pronouns.
<DT><A HREF="./opennlp/tools/coref/resolver/FixedNonReferentialResolver.html" title="class in opennlp.tools.coref.resolver"><B>FixedNonReferentialResolver</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Implementation of non-referential classifier which uses a fixed-value threshold.<DT><A HREF="./opennlp/tools/coref/resolver/FixedNonReferentialResolver.html#FixedNonReferentialResolver(double)"><B>FixedNonReferentialResolver(double)</B></A> -
Constructor for 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/parser/Parse.html#fixPossesives(opennlp.tools.parser.Parse)"><B>fixPossesives(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>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/FMeasure.html" title="class in opennlp.tools.util.eval"><B>FMeasure</B></A> - Class in <A HREF="./opennlp/tools/util/eval/package-summary.html">opennlp.tools.util.eval</A><DD>The <A HREF="./opennlp/tools/util/eval/FMeasure.html" title="class in opennlp.tools.util.eval"><CODE>FMeasure</CODE></A> is an utility class for evaluators
which measure precision, recall and the resulting f-measure.<DT><A HREF="./opennlp/tools/util/eval/FMeasure.html#FMeasure()"><B>FMeasure()</B></A> -
Constructor for class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/FMeasure.html" title="class in opennlp.tools.util.eval">FMeasure</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/FullParseCorefEnhancerStream.html" title="class in opennlp.tools.formats.muc"><B>FullParseCorefEnhancerStream</B></A> - Class in <A HREF="./opennlp/tools/formats/muc/package-summary.html">opennlp.tools.formats.muc</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/muc/FullParseCorefEnhancerStream.html#FullParseCorefEnhancerStream(opennlp.tools.parser.Parser, opennlp.tools.util.ObjectStream)"><B>FullParseCorefEnhancerStream(Parser, ObjectStream&lt;RawCorefSample&gt;)</B></A> -
Constructor for class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/FullParseCorefEnhancerStream.html" title="class in opennlp.tools.formats.muc">FullParseCorefEnhancerStream</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/parser/GapLabeler.html" title="interface in opennlp.tools.parser"><B>GapLabeler</B></A> - Interface in <A HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>Interface for labeling nodes which contain traces so that these traces can be predicted
by the parser.<DT><A HREF="./opennlp/tools/coref/sim/Gender.html" title="class in opennlp.tools.coref.sim"><B>Gender</B></A> - Class in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Class which models the gender of an entity and the confidence of that association.<DT><A HREF="./opennlp/tools/coref/sim/Gender.html#Gender(opennlp.tools.coref.sim.GenderEnum, double)"><B>Gender(GenderEnum, double)</B></A> -
Constructor for class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Gender.html" title="class in opennlp.tools.coref.sim">Gender</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/GenderModel.html#genderDistribution(opennlp.tools.coref.sim.Context)"><B>genderDistribution(Context)</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderModel.html" title="class in opennlp.tools.coref.sim">GenderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/TestGenderModel.html#genderDistribution(opennlp.tools.coref.sim.Context)"><B>genderDistribution(Context)</B></A> -
Method in interface opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/TestGenderModel.html" title="interface in opennlp.tools.coref.sim">TestGenderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/GenderEnum.html" title="class in opennlp.tools.coref.sim"><B>GenderEnum</B></A> - Class in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Enumeration of gender types.<DT><A HREF="./opennlp/tools/coref/sim/GenderModel.html" title="class in opennlp.tools.coref.sim"><B>GenderModel</B></A> - Class in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Class which models the gender of a particular mentions and entities made up of mentions.<DT><A HREF="./opennlp/tools/formats/BioNLP2004NameSampleStream.html#GENERATE_CELLLINE_ENTITIES"><B>GENERATE_CELLLINE_ENTITIES</B></A> -
Static variable in 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/BioNLP2004NameSampleStream.html#GENERATE_CELLTYPE_ENTITIES"><B>GENERATE_CELLTYPE_ENTITIES</B></A> -
Static variable in 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/BioNLP2004NameSampleStream.html#GENERATE_DNA_ENTITIES"><B>GENERATE_DNA_ENTITIES</B></A> -
Static variable in 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/Conll02NameSampleStream.html#GENERATE_LOCATION_ENTITIES"><B>GENERATE_LOCATION_ENTITIES</B></A> -
Static variable in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html" title="class in opennlp.tools.formats">Conll02NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html#GENERATE_MISC_ENTITIES"><B>GENERATE_MISC_ENTITIES</B></A> -
Static variable in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html" title="class in opennlp.tools.formats">Conll02NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html#GENERATE_ORGANIZATION_ENTITIES"><B>GENERATE_ORGANIZATION_ENTITIES</B></A> -
Static variable in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html" title="class in opennlp.tools.formats">Conll02NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html#GENERATE_PERSON_ENTITIES"><B>GENERATE_PERSON_ENTITIES</B></A> -
Static variable in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html" title="class in opennlp.tools.formats">Conll02NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/BioNLP2004NameSampleStream.html#GENERATE_PROTEIN_ENTITIES"><B>GENERATE_PROTEIN_ENTITIES</B></A> -
Static variable in 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/BioNLP2004NameSampleStream.html#GENERATE_RNA_ENTITIES"><B>GENERATE_RNA_ENTITIES</B></A> -
Static variable in 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/namefind/NameFinderEventStream.html#generateEvents(java.lang.String[], java.lang.String[], opennlp.tools.namefind.NameContextGenerator)"><B>generateEvents(String[], String[], NameContextGenerator)</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>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSSampleEventStream.html#generateEvents(java.lang.String[], java.lang.String[], java.lang.Object[], opennlp.tools.postag.POSContextGenerator)"><B>generateEvents(String[], String[], Object[], POSContextGenerator)</B></A> -
Static method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSampleEventStream.html" title="class in opennlp.tools.postag">POSSampleEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSSampleEventStream.html#generateEvents(java.lang.String[], java.lang.String[], opennlp.tools.postag.POSContextGenerator)"><B>generateEvents(String[], String[], POSContextGenerator)</B></A> -
Static method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSampleEventStream.html" title="class in opennlp.tools.postag">POSSampleEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameFinderEventStream.html#generateOutcomes(opennlp.tools.util.Span[], java.lang.String, int)"><B>generateOutcomes(Span[], String, int)</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>Generates the name tag outcomes (start, continue, other) for each token in a sentence
with the specified length using the specified name spans.
<DT><A HREF="./opennlp/tools/util/featuregen/GeneratorFactory.html" title="class in opennlp.tools.util.featuregen"><B>GeneratorFactory</B></A> - Class in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>Creates a set of feature generators based on a provided XML descriptor.<DT><A HREF="./opennlp/tools/util/featuregen/GeneratorFactory.html#GeneratorFactory()"><B>GeneratorFactory()</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/GeneratorFactory.html" title="class in opennlp.tools.util.featuregen">GeneratorFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/model/GenericModelSerializer.html" title="class in opennlp.tools.util.model"><B>GenericModelSerializer</B></A> - Class in <A HREF="./opennlp/tools/util/model/package-summary.html">opennlp.tools.util.model</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/util/model/GenericModelSerializer.html#GenericModelSerializer()"><B>GenericModelSerializer()</B></A> -
Constructor for class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/GenericModelSerializer.html" title="class in opennlp.tools.util.model">GenericModelSerializer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Cache.html#get(java.lang.Object)"><B>get(Object)</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/HashList.html#get(java.lang.Object, int)"><B>get(Object, int)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/HashList.html" title="class in opennlp.tools.util">HashList</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html#getAbbreviationDictionary()"><B>getAbbreviationDictionary()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect">SentenceDetectorFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerFactory.html#getAbbreviationDictionary()"><B>getAbbreviationDictionary()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize">TokenizerFactory</A>
<DD>Gets the abbreviation dictionary
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#getAbbreviations()"><B>getAbbreviations()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerModel.html#getAbbreviations()"><B>getAbbreviations()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize">TokenizerModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerEvaluator.html#getAccuracy()"><B>getAccuracy()</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerEvaluator.html" title="class in opennlp.tools.doccat">DocumentCategorizerEvaluator</A>
<DD>Retrieves the accuracy of provided <A HREF="./opennlp/tools/doccat/DocumentCategorizer.html" title="interface in opennlp.tools.doccat"><CODE>DocumentCategorizer</CODE></A>.
<DT><A HREF="./opennlp/tools/postag/POSSample.html#getAddictionalContext()"><B>getAddictionalContext()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag">POSSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSample.html#getAdditionalContext()"><B>getAdditionalContext()</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizer.html#getAllResults(double[])"><B>getAllResults(double[])</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#getAllResults(double[])"><B>getAllResults(double[])</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat">DocumentCategorizerME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/lang/Factory.html#getAlphanumeric(java.lang.String)"><B>getAlphanumeric(String)</B></A> -
Method in class opennlp.tools.tokenize.lang.<A HREF="./opennlp/tools/tokenize/lang/Factory.html" title="class in opennlp.tools.tokenize.lang">Factory</A>
<DD>Gets the alpha numeric pattern for the language.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerFactory.html#getAlphaNumericPattern()"><B>getAlphaNumericPattern()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize">TokenizerFactory</A>
<DD>Gets the alpha numeric pattern.
<DT><A HREF="./opennlp/tools/util/model/ArtifactProvider.html#getArtifact(java.lang.String)"><B>getArtifact(String)</B></A> -
Method in interface opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/ArtifactProvider.html" title="interface in opennlp.tools.util.model">ArtifactProvider</A>
<DD>Gets an artifact by name
<DT><A HREF="./opennlp/tools/util/model/BaseModel.html#getArtifact(java.lang.String)"><B>getArtifact(String)</B></A> -
Method in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/BaseModel.html" title="class in opennlp.tools.util.model">BaseModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#getAttachModel()"><B>getAttachModel()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/dictionary/serializer/Entry.html#getAttributes()"><B>getAttributes()</B></A> -
Method in class opennlp.tools.dictionary.serializer.<A HREF="./opennlp/tools/dictionary/serializer/Entry.html" title="class in opennlp.tools.dictionary.serializer">Entry</A>
<DD>Retrieves the <A HREF="./opennlp/tools/dictionary/serializer/Attributes.html" title="class in opennlp.tools.dictionary.serializer"><CODE>Attributes</CODE></A>.
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizer.html#getBestCategory(double[])"><B>getBestCategory(double[])</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#getBestCategory(double[])"><B>getBestCategory(double[])</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat">DocumentCategorizerME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#getBuildModel()"><B>getBuildModel()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/DiscourseEntity.html#getCategory()"><B>getCategory()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseEntity.html" title="class in opennlp.tools.coref">DiscourseEntity</A>
<DD>Returns the semantic category of this entity.
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizer.html#getCategory(int)"><B>getCategory(int)</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#getCategory(int)"><B>getCategory(int)</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat">DocumentCategorizerME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DocumentSample.html#getCategory()"><B>getCategory()</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentSample.html" title="class in opennlp.tools.doccat">DocumentSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#getCheckModel()"><B>getCheckModel()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#getChildCount()"><B>getChildCount()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the number of children for this parse node.
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#getChildren()"><B>getChildren()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#getChildren()"><B>getChildren()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Returns a list of the children to this object.
<DT><A HREF="./opennlp/tools/parser/Parse.html#getChildren()"><B>getChildren()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the child constituents of this constituent
.
<DT><A HREF="./opennlp/tools/chunker/ChunkerModel.html#getChunkerModel()"><B>getChunkerModel()</B></A> -
Method in 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/doccat/DoccatModel.html#getChunkerModel()"><B>getChunkerModel()</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DoccatModel.html" title="class in opennlp.tools.doccat">DoccatModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefModel.html#getCommonNounResolverModel()"><B>getCommonNounResolverModel()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref">CorefModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#getCommonParent(opennlp.tools.parser.Parse)"><B>getCommonParent(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>Returns the deepest shared parent of this node and the specified node.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#getCompatibilityFeatures(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseEntity, opennlp.tools.coref.sim.TestSimilarityModel)"><B>getCompatibilityFeatures(MentionContext, DiscourseEntity, TestSimilarityModel)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Returns features indicating whether the specified mention and the specified entity are compatible.
<DT><A HREF="./opennlp/tools/coref/sim/Gender.html#getConfidence()"><B>getConfidence()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Gender.html" title="class in opennlp.tools.coref.sim">Gender</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/Number.html#getConfidence()"><B>getConfidence()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Number.html" title="class in opennlp.tools.coref.sim">Number</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/SemanticCompatibility.html#getConfidence()"><B>getConfidence()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/SemanticCompatibility.html" title="class in opennlp.tools.coref.sim">SemanticCompatibility</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/chunker/ChunkerContextGenerator.html#getContext(int, java.lang.String[], java.lang.String[], java.lang.String[])"><B>getContext(int, String[], String[], String[])</B></A> -
Method in interface opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkerContextGenerator.html" title="interface in opennlp.tools.chunker">ChunkerContextGenerator</A>
<DD>Returns the contexts for chunking of the specified index.
<DT><A HREF="./opennlp/tools/chunker/DefaultChunkerContextGenerator.html#getContext(int, java.lang.String[], java.lang.String[], java.lang.Object[])"><B>getContext(int, String[], String[], Object[])</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/DefaultChunkerContextGenerator.html" title="class in opennlp.tools.chunker">DefaultChunkerContextGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/chunker/DefaultChunkerContextGenerator.html#getContext(int, java.lang.String[], java.lang.String[], java.lang.String[])"><B>getContext(int, String[], String[], String[])</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/DefaultChunkerContextGenerator.html" title="class in opennlp.tools.chunker">DefaultChunkerContextGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/DefaultNameContextGenerator.html#getContext(int, java.lang.String[], java.lang.String[], java.lang.Object[])"><B>getContext(int, String[], String[], Object[])</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/DefaultNameContextGenerator.html" title="class in opennlp.tools.namefind">DefaultNameContextGenerator</A>
<DD>Return the context for finding names at the specified index.
<DT><A HREF="./opennlp/tools/parser/ChunkContextGenerator.html#getContext(java.lang.Object)"><B>getContext(Object)</B></A> -
Method in 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#getContext(int, java.lang.String[], java.lang.String[], java.lang.Object[])"><B>getContext(int, String[], String[], Object[])</B></A> -
Method in 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#getContext(int, java.lang.String[], java.lang.String[], java.lang.String[])"><B>getContext(int, String[], String[], String[])</B></A> -
Method in 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/chunking/BuildContextGenerator.html#getContext(java.lang.Object)"><B>getContext(Object)</B></A> -
Method in 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/chunking/BuildContextGenerator.html#getContext(opennlp.tools.parser.Parse[], int)"><B>getContext(Parse[], int)</B></A> -
Method in class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/BuildContextGenerator.html" title="class in opennlp.tools.parser.chunking">BuildContextGenerator</A>
<DD>Returns the predictive context used to determine how constituent at the specified index
should be combined with other contisuents.
<DT><A HREF="./opennlp/tools/parser/chunking/CheckContextGenerator.html#getContext(java.lang.Object)"><B>getContext(Object)</B></A> -
Method in class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/CheckContextGenerator.html" title="class in opennlp.tools.parser.chunking">CheckContextGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/chunking/CheckContextGenerator.html#getContext(opennlp.tools.parser.Parse[], java.lang.String, int, int)"><B>getContext(Parse[], String, int, int)</B></A> -
Method in class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/CheckContextGenerator.html" title="class in opennlp.tools.parser.chunking">CheckContextGenerator</A>
<DD>Returns predictive context for deciding whether the specified constituents between the specified start and end index
can be combined to form a new constituent of the specified type.
<DT><A HREF="./opennlp/tools/parser/treeinsert/AttachContextGenerator.html#getContext(java.lang.Object)"><B>getContext(Object)</B></A> -
Method in 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/parser/treeinsert/AttachContextGenerator.html#getContext(opennlp.tools.parser.Parse[], int, java.util.List, int)"><B>getContext(Parse[], int, List&lt;Parse&gt;, int)</B></A> -
Method in 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/parser/treeinsert/BuildContextGenerator.html#getContext(java.lang.Object)"><B>getContext(Object)</B></A> -
Method in 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/treeinsert/BuildContextGenerator.html#getContext(opennlp.tools.parser.Parse[], int)"><B>getContext(Parse[], int)</B></A> -
Method in class opennlp.tools.parser.treeinsert.<A HREF="./opennlp/tools/parser/treeinsert/BuildContextGenerator.html" title="class in opennlp.tools.parser.treeinsert">BuildContextGenerator</A>
<DD>Returns the contexts/features for the decision to build a new constituent for the specified parse
at the specified index.
<DT><A HREF="./opennlp/tools/parser/treeinsert/CheckContextGenerator.html#getContext(java.lang.Object)"><B>getContext(Object)</B></A> -
Method in 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/parser/treeinsert/CheckContextGenerator.html#getContext(opennlp.tools.parser.Parse, opennlp.tools.parser.Parse[], int, boolean)"><B>getContext(Parse, Parse[], int, boolean)</B></A> -
Method in 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/postag/DefaultPOSContextGenerator.html#getContext(int, java.lang.String[], java.lang.String[], java.lang.Object[])"><B>getContext(int, String[], String[], Object[])</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/DefaultPOSContextGenerator.html" title="class in opennlp.tools.postag">DefaultPOSContextGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/DefaultPOSContextGenerator.html#getContext(int, java.lang.Object[], java.lang.String[])"><B>getContext(int, Object[], String[])</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/DefaultPOSContextGenerator.html" title="class in opennlp.tools.postag">DefaultPOSContextGenerator</A>
<DD>Returns the context for making a pos tag decision at the specified token index given the specified tokens and previous tags.
<DT><A HREF="./opennlp/tools/postag/POSContextGenerator.html#getContext(int, java.lang.String[], java.lang.String[], java.lang.Object[])"><B>getContext(int, String[], String[], Object[])</B></A> -
Method in interface opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSContextGenerator.html" title="interface in opennlp.tools.postag">POSContextGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/DefaultSDContextGenerator.html#getContext(java.lang.CharSequence, int)"><B>getContext(CharSequence, int)</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/DefaultSDContextGenerator.html" title="class in opennlp.tools.sentdetect">DefaultSDContextGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SDContextGenerator.html#getContext(java.lang.CharSequence, int)"><B>getContext(CharSequence, int)</B></A> -
Method in interface opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SDContextGenerator.html" title="interface in opennlp.tools.sentdetect">SDContextGenerator</A>
<DD>Returns an array of contextual features for the potential sentence boundary at the
specified position within the specified string buffer.
<DT><A HREF="./opennlp/tools/tokenize/DefaultTokenContextGenerator.html#getContext(java.lang.String, int)"><B>getContext(String, int)</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/DefaultTokenContextGenerator.html" title="class in opennlp.tools.tokenize">DefaultTokenContextGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenContextGenerator.html#getContext(java.lang.String, int)"><B>getContext(String, int)</B></A> -
Method in interface opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenContextGenerator.html" title="interface in opennlp.tools.tokenize">TokenContextGenerator</A>
<DD>Returns an array of features for the specified sentence string at the specified index.
<DT><A HREF="./opennlp/tools/util/BeamSearchContextGenerator.html#getContext(int, T[], java.lang.String[], java.lang.Object[])"><B>getContext(int, T[], String[], Object[])</B></A> -
Method in interface opennlp.tools.util.<A HREF="./opennlp/tools/util/BeamSearchContextGenerator.html" title="interface in opennlp.tools.util">BeamSearchContextGenerator</A>
<DD>Returns the context for the specified position in the specified sequence (list).
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#getContextFeatures(opennlp.tools.coref.mention.MentionContext)"><B>getContextFeatures(MentionContext)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Returns a list of features based on the surrounding context of the specified mention.
<DT><A HREF="./opennlp/tools/chunker/ChunkerFactory.html#getContextGenerator()"><B>getContextGenerator()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkerFactory.html" title="class in opennlp.tools.chunker">ChunkerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerFactory.html#getContextGenerator()"><B>getContextGenerator()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize">TokenizerFactory</A>
<DD>Gets the context generator
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#getCount(opennlp.tools.util.StringList)"><B>getCount(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>Retrieves the count of the given ngram.
<DT><A HREF="./opennlp/tools/util/CountedSet.html#getCount(E)"><B>getCount(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>Return the count of the specified object.
<DT><A HREF="./opennlp/tools/parser/Parse.html#getCoveredText()"><B>getCoveredText()</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/Span.html#getCoveredText(java.lang.CharSequence)"><B>getCoveredText(CharSequence)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Retrieves the string covered by the current span of the specified text.
<DT><A HREF="./opennlp/tools/coref/CorefModel.html#getDefiniteNounResolverModel()"><B>getDefiniteNounResolverModel()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref">CorefModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#getDerivation()"><B>getDerivation()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the derivation string for this parse if one has been created.
<DT><A HREF="./opennlp/tools/coref/mention/DictionaryFactory.html#getDictionary()"><B>getDictionary()</B></A> -
Static method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DictionaryFactory.html" title="class in opennlp.tools.coref.mention">DictionaryFactory</A>
<DD>Returns the default implementation of the Dictionary interface.
<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#getDictionary()"><B>getDictionary()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#getDistanceFeatures(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseEntity)"><B>getDistanceFeatures(MentionContext, DiscourseEntity)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Returns distance features for the specified mention and entity.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceSample.html#getDocument()"><B>getDocument()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceSample.html" title="class in opennlp.tools.sentdetect">SentenceSample</A>
<DD>Retrieves the document.
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.html#getElement(java.lang.String)"><B>getElement(String)</B></A> -
Method in 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>Parse a tree element from a AD line
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Node.html#getElements()"><B>getElements()</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/util/Span.html#getEnd()"><B>getEnd()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Return the end of a span.
<DT><A HREF="./opennlp/tools/sentdetect/DefaultEndOfSentenceScanner.html#getEndOfSentenceCharacters()"><B>getEndOfSentenceCharacters()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/DefaultEndOfSentenceScanner.html" title="class in opennlp.tools.sentdetect">DefaultEndOfSentenceScanner</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/EndOfSentenceScanner.html#getEndOfSentenceCharacters()"><B>getEndOfSentenceCharacters()</B></A> -
Method in interface opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/EndOfSentenceScanner.html" title="interface in opennlp.tools.sentdetect">EndOfSentenceScanner</A>
<DD>Returns an array of character which can indicate the end of a sentence.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html#getEndOfSentenceScanner()"><B>getEndOfSentenceScanner()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect">SentenceDetectorFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/AbstractLinker.html#getEntities(opennlp.tools.coref.mention.Mention[])"><B>getEntities(Mention[])</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/AbstractLinker.html" title="class in opennlp.tools.coref">AbstractLinker</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/DiscourseModel.html#getEntities()"><B>getEntities()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseModel.html" title="class in opennlp.tools.coref">DiscourseModel</A>
<DD>Returns the entities in the discourse model.
<DT><A HREF="./opennlp/tools/coref/Linker.html#getEntities(opennlp.tools.coref.mention.Mention[])"><B>getEntities(Mention[])</B></A> -
Method in interface opennlp.tools.coref.<A HREF="./opennlp/tools/coref/Linker.html" title="interface in opennlp.tools.coref">Linker</A>
<DD>Returns a list of entities which group the mentions into entity classes.
<DT><A HREF="./opennlp/tools/coref/DiscourseModel.html#getEntity(int)"><B>getEntity(int)</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseModel.html" title="class in opennlp.tools.coref">DiscourseModel</A>
<DD>Returns the entity at the specified index.
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#getEntityId()"><B>getEntityId()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#getEntityId()"><B>getEntityId()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Returns an entity id associated with this parse and coreferent parses.
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#getEntityType()"><B>getEntityType()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#getEntityType()"><B>getEntityType()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Returns the named-entity type of this node.
<DT><A HREF="./opennlp/tools/sentdetect/lang/Factory.html#getEOSCharacters(java.lang.String)"><B>getEOSCharacters(String)</B></A> -
Method in class opennlp.tools.sentdetect.lang.<A HREF="./opennlp/tools/sentdetect/lang/Factory.html" title="class in opennlp.tools.sentdetect.lang">Factory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html#getEOSCharacters()"><B>getEOSCharacters()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect">SentenceDetectorFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#getEosCharacters()"><B>getEosCharacters()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#getExactMatchFeature(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.mention.MentionContext)"><B>getExactMatchFeature(MentionContext, MentionContext)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/chunker/ChunkerModel.html#getFactory()"><B>getFactory()</B></A> -
Method in 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/postag/POSModel.html#getFactory()"><B>getFactory()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#getFactory()"><B>getFactory()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerModel.html#getFactory()"><B>getFactory()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize">TokenizerModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/GenderModel.html#getFemaleIndex()"><B>getFemaleIndex()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderModel.html" title="class in opennlp.tools.coref.sim">GenderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/TestGenderModel.html#getFemaleIndex()"><B>getFemaleIndex()</B></A> -
Method in interface opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/TestGenderModel.html" title="interface in opennlp.tools.coref.sim">TestGenderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefModel.html#getFemaleNames()"><B>getFemaleNames()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref">CorefModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getFirstToken()"><B>getFirstToken()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the parse for the first token in this mention.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getFirstTokenTag()"><B>getFirstTokenTag()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the pos-tag of the first token of this mention.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getFirstTokenText()"><B>getFirstTokenText()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the text for the first token of the mention.
<DT><A HREF="./opennlp/tools/chunker/ChunkerCrossValidator.html#getFMeasure()"><B>getFMeasure()</B></A> -
Method in 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/ChunkerEvaluator.html#getFMeasure()"><B>getFMeasure()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkerEvaluator.html" title="class in opennlp.tools.chunker">ChunkerEvaluator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html#getFMeasure()"><B>getFMeasure()</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html" title="class in opennlp.tools.namefind">TokenNameFinderCrossValidator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderEvaluator.html#getFMeasure()"><B>getFMeasure()</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderEvaluator.html" title="class in opennlp.tools.namefind">TokenNameFinderEvaluator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html#getFMeasure()"><B>getFMeasure()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html" title="class in opennlp.tools.sentdetect">SDCrossValidator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorEvaluator.html#getFMeasure()"><B>getFMeasure()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorEvaluator.html" title="class in opennlp.tools.sentdetect">SentenceDetectorEvaluator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html#getFMeasure()"><B>getFMeasure()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html" title="class in opennlp.tools.tokenize">TokenizerCrossValidator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerEvaluator.html#getFMeasure()"><B>getFMeasure()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerEvaluator.html" title="class in opennlp.tools.tokenize">TokenizerEvaluator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/FMeasure.html#getFMeasure()"><B>getFMeasure()</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/FMeasure.html" title="class in opennlp.tools.util.eval">FMeasure</A>
<DD>Retrieves the f-measure score.
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Leaf.html#getFunctionalTag()"><B>getFunctionalTag()</B></A> -
Method in 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/coref/DiscourseEntity.html#getGender()"><B>getGender()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseEntity.html" title="class in opennlp.tools.coref">DiscourseEntity</A>
<DD>Returns the gender associated with this entity.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getGender()"><B>getGender()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the gender of this mention.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#getGenderCompatibilityFeature(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseEntity)"><B>getGenderCompatibilityFeature(MentionContext, DiscourseEntity)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getGenderProb()"><B>getGenderProb()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the probability associated with the gender assignment.
<DT><A HREF="./opennlp/tools/coref/DiscourseEntity.html#getGenderProbability()"><B>getGenderProbability()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseEntity.html" title="class in opennlp.tools.coref">DiscourseEntity</A>
<DD>Returns the probability for the gender associated with this entity.
<DT><A HREF="./opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html#getGenerators()"><B>getGenerators()</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>Retrieves a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Collections.html" title="class or interface in java.util"><CODE>Collections</CODE></A> of 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/coref/mention/HeadFinder.html#getHead(opennlp.tools.coref.mention.Parse)"><B>getHead(Parse)</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/HeadFinder.html" title="interface in opennlp.tools.coref.mention">HeadFinder</A>
<DD>Returns the child parse which contains the lexical head of the specified parse.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getHead()"><B>getHead()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/PTBHeadFinder.html#getHead(opennlp.tools.coref.mention.Parse)"><B>getHead(Parse)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/PTBHeadFinder.html" title="class in opennlp.tools.coref.mention">PTBHeadFinder</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/HeadRules.html#getHead(opennlp.tools.parser.Parse[], java.lang.String)"><B>getHead(Parse[], String)</B></A> -
Method in interface opennlp.tools.parser.<A HREF="./opennlp/tools/parser/HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</A>
<DD>Returns the head constituent for the specified constituents of the specified type.
<DT><A HREF="./opennlp/tools/parser/lang/en/HeadRules.html#getHead(opennlp.tools.parser.Parse[], java.lang.String)"><B>getHead(Parse[], String)</B></A> -
Method in class opennlp.tools.parser.lang.en.<A HREF="./opennlp/tools/parser/lang/en/HeadRules.html" title="class in opennlp.tools.parser.lang.en">HeadRules</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#getHead()"><B>getHead()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the head constituent associated with this constituent.
<DT><A HREF="./opennlp/tools/coref/AbstractLinker.html#getHeadFinder()"><B>getHeadFinder()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/AbstractLinker.html" title="class in opennlp.tools.coref">AbstractLinker</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/Linker.html#getHeadFinder()"><B>getHeadFinder()</B></A> -
Method in interface opennlp.tools.coref.<A HREF="./opennlp/tools/coref/Linker.html" title="interface in opennlp.tools.coref">Linker</A>
<DD>Returns the head finder associated with this linker.
<DT><A HREF="./opennlp/tools/coref/mention/HeadFinder.html#getHeadIndex(opennlp.tools.coref.mention.Parse)"><B>getHeadIndex(Parse)</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/HeadFinder.html" title="interface in opennlp.tools.coref.mention">HeadFinder</A>
<DD>Returns which index the specified list of token is the head word.
<DT><A HREF="./opennlp/tools/coref/mention/PTBHeadFinder.html#getHeadIndex(opennlp.tools.coref.mention.Parse)"><B>getHeadIndex(Parse)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/PTBHeadFinder.html" title="class in opennlp.tools.coref.mention">PTBHeadFinder</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#getHeadIndex()"><B>getHeadIndex()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the index within a sentence of the head token for this parse.
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#getHeadRules()"><B>getHeadRules()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Mention.html#getHeadSpan()"><B>getHeadSpan()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Mention.html" title="class in opennlp.tools.coref.mention">Mention</A>
<DD>Returns the character offsets for the head of this extent.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getHeadText()"><B>getHeadText()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/HeadFinder.html#getHeadToken(opennlp.tools.coref.mention.Parse)"><B>getHeadToken(Parse)</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/HeadFinder.html" title="interface in opennlp.tools.coref.mention">HeadFinder</A>
<DD>Returns head token for the specified np parse.
<DT><A HREF="./opennlp/tools/coref/mention/PTBHeadFinder.html#getHeadToken(opennlp.tools.coref.mention.Parse)"><B>getHeadToken(Parse)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/PTBHeadFinder.html" title="class in opennlp.tools.coref.mention">PTBHeadFinder</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/Context.html#getHeadTokenIndex()"><B>getHeadTokenIndex()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Context.html" title="class in opennlp.tools.coref.sim">Context</A>
<DD>Returns the token index into the mention for the head word.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getHeadTokenParse()"><B>getHeadTokenParse()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the parse of the head token for this mention.
<DT><A HREF="./opennlp/tools/coref/sim/Context.html#getHeadTokenTag()"><B>getHeadTokenTag()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Context.html" title="class in opennlp.tools.coref.sim">Context</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/Context.html#getHeadTokenText()"><B>getHeadTokenText()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Context.html" title="class in opennlp.tools.coref.sim">Context</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/DiscourseElement.html#getId()"><B>getId()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseElement.html" title="class in opennlp.tools.coref">DiscourseElement</A>
<DD>Returns the id associated with this element.
<DT><A HREF="./opennlp/tools/coref/mention/Mention.html#getId()"><B>getId()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Mention.html" title="class in opennlp.tools.coref.mention">Mention</A>
<DD>Returns the id associated with this mention.
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizer.html#getIndex(java.lang.String)"><B>getIndex(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#getIndex(java.lang.String)"><B>getIndex(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>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getIndexSpan()"><B>getIndexSpan()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns a sentence-based token span for this mention.
<DT><A HREF="./opennlp/tools/parser/AbstractParserEventStream.html#getInitialChunks(opennlp.tools.parser.Parse)"><B>getInitialChunks(Parse)</B></A> -
Static method in 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/ChunkSampleStream.html#getInitialChunks(opennlp.tools.parser.Parse)"><B>getInitialChunks(Parse)</B></A> -
Static method in 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/coref/mention/PTBHeadFinder.html#getInstance()"><B>getInstance()</B></A> -
Static method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/PTBHeadFinder.html" title="class in opennlp.tools.coref.mention">PTBHeadFinder</A>
<DD>Returns an instance of this head finder.
<DT><A HREF="./opennlp/tools/coref/mention/PTBMentionFinder.html#getInstance(opennlp.tools.coref.mention.HeadFinder)"><B>getInstance(HeadFinder)</B></A> -
Static method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/PTBMentionFinder.html" title="class in opennlp.tools.coref.mention">PTBMentionFinder</A>
<DD>Retrives the one and only existing instance.
<DT><A HREF="./opennlp/tools/coref/mention/ShallowParseMentionFinder.html#getInstance(opennlp.tools.coref.mention.HeadFinder)"><B>getInstance(HeadFinder)</B></A> -
Static method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/ShallowParseMentionFinder.html" title="class in opennlp.tools.coref.mention">ShallowParseMentionFinder</A>
<DD>Retrieves the one and only existing instance.
<DT><A HREF="./opennlp/tools/coref/resolver/SingletonNonReferentialResolver.html#getInstance(java.lang.String, opennlp.tools.coref.resolver.ResolverMode)"><B>getInstance(String, ResolverMode)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/SingletonNonReferentialResolver.html" title="class in opennlp.tools.coref.resolver">SingletonNonReferentialResolver</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Constituent.html#getLabel()"><B>getLabel()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Constituent.html" title="class in opennlp.tools.parser">Constituent</A>
<DD>Returns the label of the constituent.
<DT><A HREF="./opennlp/tools/parser/Parse.html#getLabel()"><B>getLabel()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the label assigned to this parse node during parsing
which specifies how this node will be formed into a constituent.
<DT><A HREF="./opennlp/tools/formats/AbstractSampleStreamFactory.html#getLang()"><B>getLang()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/AbstractSampleStreamFactory.html" title="class in opennlp.tools.formats">AbstractSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/LanguageSampleStreamFactory.html#getLang()"><B>getLang()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/LanguageSampleStreamFactory.html" title="class in opennlp.tools.formats">LanguageSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/model/ArtifactProvider.html#getLanguage()"><B>getLanguage()</B></A> -
Method in interface opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/ArtifactProvider.html" title="interface in opennlp.tools.util.model">ArtifactProvider</A>
<DD>Retrieves the language code of the material which was used to train the
model or x-unspecified if non was set.
<DT><A HREF="./opennlp/tools/util/model/BaseModel.html#getLanguage()"><B>getLanguage()</B></A> -
Method in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/BaseModel.html" title="class in opennlp.tools.util.model">BaseModel</A>
<DD>Retrieves the language code of the material which
was used to train the model or x-unspecified if
non was set.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html#getLanguageCode()"><B>getLanguageCode()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect">SentenceDetectorFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerFactory.html#getLanguageCode()"><B>getLanguageCode()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize">TokenizerFactory</A>
<DD>Gets the language code
<DT><A HREF="./opennlp/tools/coref/DiscourseElement.html#getLastExtent()"><B>getLastExtent()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseElement.html" title="class in opennlp.tools.coref">DiscourseElement</A>
<DD>Returns the last mention for this element.
<DT><A HREF="./opennlp/tools/coref/mention/HeadFinder.html#getLastHead(opennlp.tools.coref.mention.Parse)"><B>getLastHead(Parse)</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/HeadFinder.html" title="interface in opennlp.tools.coref.mention">HeadFinder</A>
<DD>Returns the parse bottom-most head of a <code>Parse</code>.
<DT><A HREF="./opennlp/tools/coref/mention/PTBHeadFinder.html#getLastHead(opennlp.tools.coref.mention.Parse)"><B>getLastHead(Parse)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/PTBHeadFinder.html" title="class in opennlp.tools.coref.mention">PTBHeadFinder</A>
<DD>Returns the bottom-most head of a <code>Parse</code>.
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Leaf.html#getLemma()"><B>getLemma()</B></A> -
Method in 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/coref/mention/Dictionary.html#getLemmas(java.lang.String, java.lang.String)"><B>getLemmas(String, String)</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Dictionary.html" title="interface in opennlp.tools.coref.mention">Dictionary</A>
<DD>Returns the lemmas of the specified word with the specified part-of-speech.
<DT><A HREF="./opennlp/tools/coref/mention/JWNLDictionary.html#getLemmas(java.lang.String, java.lang.String)"><B>getLemmas(String, String)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/JWNLDictionary.html" title="class in opennlp.tools.coref.mention">JWNLDictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.TreeElement.html#getLevel()"><B>getLevel()</B></A> -
Method in 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/ADSentenceStream.SentenceParser.Leaf.html#getLexeme()"><B>getLexeme()</B></A> -
Method in 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/util/Version.html#getMajor()"><B>getMajor()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util">Version</A>
<DD>Retrieves the major version.
<DT><A HREF="./opennlp/tools/coref/sim/GenderModel.html#getMaleIndex()"><B>getMaleIndex()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderModel.html" title="class in opennlp.tools.coref.sim">GenderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/TestGenderModel.html#getMaleIndex()"><B>getMaleIndex()</B></A> -
Method in interface opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/TestGenderModel.html" title="interface in opennlp.tools.coref.sim">TestGenderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefModel.html#getMaleNames()"><B>getMaleNames()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref">CorefModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/model/ArtifactProvider.html#getManifestProperty(java.lang.String)"><B>getManifestProperty(String)</B></A> -
Method in interface opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/ArtifactProvider.html" title="interface in opennlp.tools.util.model">ArtifactProvider</A>
<DD>Retrieves the value to the given key from the manifest.properties
entry.
<DT><A HREF="./opennlp/tools/util/model/BaseModel.html#getManifestProperty(java.lang.String)"><B>getManifestProperty(String)</B></A> -
Method in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/BaseModel.html" title="class in opennlp.tools.util.model">BaseModel</A>
<DD>Retrieves the value to the given key from the manifest.properties
entry.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#getMaxentModel()"><B>getMaxentModel()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerModel.html#getMaxentModel()"><B>getMaxentModel()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize">TokenizerModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getMaxNounPhraseSentenceIndex()"><B>getMaxNounPhraseSentenceIndex()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the index of the last noun phrase in the sentence containing this mention.
<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#getMaxTokenCount()"><B>getMaxTokenCount()</B></A> -
Method in class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#getMentionCountFeature(opennlp.tools.coref.DiscourseEntity)"><B>getMentionCountFeature(DiscourseEntity)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/AbstractLinker.html#getMentionFinder()"><B>getMentionFinder()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/AbstractLinker.html" title="class in opennlp.tools.coref">AbstractLinker</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/Linker.html#getMentionFinder()"><B>getMentionFinder()</B></A> -
Method in interface opennlp.tools.coref.<A HREF="./opennlp/tools/coref/Linker.html" title="interface in opennlp.tools.coref">Linker</A>
<DD>Returns the mention finder for this linker.
<DT><A HREF="./opennlp/tools/coref/DiscourseElement.html#getMentions()"><B>getMentions()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseElement.html" title="class in opennlp.tools.coref">DiscourseElement</A>
<DD>Returns an iterator over the mentions which iterates through them based on
their occurrence in the document.
<DT><A HREF="./opennlp/tools/coref/mention/AbstractMentionFinder.html#getMentions(opennlp.tools.coref.mention.Parse)"><B>getMentions(Parse)</B></A> -
Method in 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/MentionFinder.html#getMentions(opennlp.tools.coref.mention.Parse)"><B>getMentions(Parse)</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionFinder.html" title="interface in opennlp.tools.coref.mention">MentionFinder</A>
<DD>Returns an array of mentions.
<DT><A HREF="./opennlp/tools/formats/muc/RawCorefSample.html#getMentions()"><B>getMentions()</B></A> -
Method in class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/RawCorefSample.html" title="class in opennlp.tools.formats.muc">RawCorefSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.Sentence.html#getMetadata()"><B>getMetadata()</B></A> -
Method in 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/util/Version.html#getMinor()"><B>getMinor()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util">Version</A>
<DD>Retrieves the minor version.
<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#getMinTokenCount()"><B>getMinTokenCount()</B></A> -
Method in class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.TreeElement.html#getMorphologicalTag()"><B>getMorphologicalTag()</B></A> -
Method in 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/coref/mention/AbstractMentionFinder.html#getNamedEntities(opennlp.tools.coref.mention.Parse)"><B>getNamedEntities(Parse)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/AbstractMentionFinder.html" title="class in opennlp.tools.coref.mention">AbstractMentionFinder</A>
<DD>Return all noun phrases which are contained by <code>p</code>.
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#getNamedEntities()"><B>getNamedEntities()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#getNamedEntities()"><B>getNamedEntities()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Returns a list of all the named entities
contained by this parse.
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html#getNameFinderModel()"><B>getNameFinderModel()</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind">TokenNameFinderModel</A>
<DD>Retrieves the <A HREF="./opennlp/tools/namefind/TokenNameFinder.html" title="interface in opennlp.tools.namefind"><CODE>TokenNameFinder</CODE></A> model.
<DT><A HREF="./opennlp/tools/namefind/NameSample.html#getNames()"><B>getNames()</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Mention.html#getNameType()"><B>getNameType()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Mention.html" title="class in opennlp.tools.coref.mention">Mention</A>
<DD>Returns the named-entity category associated with this mention.
<DT><A HREF="./opennlp/tools/coref/sim/GenderModel.html#getNeuterIndex()"><B>getNeuterIndex()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderModel.html" title="class in opennlp.tools.coref.sim">GenderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/TestGenderModel.html#getNeuterIndex()"><B>getNeuterIndex()</B></A> -
Method in interface opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/TestGenderModel.html" title="interface in opennlp.tools.coref.sim">TestGenderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#getNextPunctuationSet()"><B>getNextPunctuationSet()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the set of punctuation parses that occur immediately after this parse.
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#getNextToken()"><B>getNextToken()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getNextToken()"><B>getNextToken()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#getNextToken()"><B>getNextToken()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Returns the next token which is not a child of this parse.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getNextTokenBasal()"><B>getNextTokenBasal()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSModel.html#getNgramDictionary()"><B>getNgramDictionary()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</A>
<DD>Retrieves the ngram dictionary.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getNonDescriptorStart()"><B>getNonDescriptorStart()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/DefaultNonReferentialResolver.html#getNonReferentialProbability(opennlp.tools.coref.mention.MentionContext)"><B>getNonReferentialProbability(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#getNonReferentialProbability(opennlp.tools.coref.mention.MentionContext)"><B>getNonReferentialProbability(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#getNonReferentialProbability(opennlp.tools.coref.mention.MentionContext)"><B>getNonReferentialProbability(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>Returns the probability that the specified mention doesn't refer to any previous mention.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getNounPhraseDocumentIndex()"><B>getNounPhraseDocumentIndex()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the index of the noun phrase for this mention in a document.
<DT><A HREF="./opennlp/tools/coref/mention/AbstractParse.html#getNounPhrases()"><B>getNounPhrases()</B></A> -
Method in 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/coref/mention/Parse.html#getNounPhrases()"><B>getNounPhrases()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Returns a list of the all noun phrases
contained by this parse.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getNounPhraseSentenceIndex()"><B>getNounPhraseSentenceIndex()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the index of the noun phrase for this mention in a sentence.
<DT><A HREF="./opennlp/tools/coref/DiscourseEntity.html#getNumber()"><B>getNumber()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseEntity.html" title="class in opennlp.tools.coref">DiscourseEntity</A>
<DD>Returns the number associated with this entity.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getNumber()"><B>getNumber()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the number of this mention.
<DT><A HREF="./opennlp/tools/coref/sim/NumberModel.html#getNumber(opennlp.tools.coref.sim.Context)"><B>getNumber(Context)</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/NumberModel.html" title="class in opennlp.tools.coref.sim">NumberModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#getNumberCompatibilityFeature(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseEntity)"><B>getNumberCompatibilityFeature(MentionContext, DiscourseEntity)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefModel.html#getNumberModel()"><B>getNumberModel()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref">CorefModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/CachedFeatureGenerator.html#getNumberOfCacheHits()"><B>getNumberOfCacheHits()</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>Retrieves the number of times a cache hit occurred.
<DT><A HREF="./opennlp/tools/util/featuregen/CachedFeatureGenerator.html#getNumberOfCacheMisses()"><B>getNumberOfCacheMisses()</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>Retrieves the number of times a cache miss occurred.
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizer.html#getNumberOfCategories()"><B>getNumberOfCategories()</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#getNumberOfCategories()"><B>getNumberOfCategories()</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat">DocumentCategorizerME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getNumberProb()"><B>getNumberProb()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the probability associated with the number assignment.
<DT><A HREF="./opennlp/tools/coref/DiscourseEntity.html#getNumberProbability()"><B>getNumberProbability()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseEntity.html" title="class in opennlp.tools.coref">DiscourseEntity</A>
<DD>Returns the probability for the number associated with this entity.
<DT><A HREF="./opennlp/tools/coref/DiscourseModel.html#getNumEntities()"><B>getNumEntities()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseModel.html" title="class in opennlp.tools.coref">DiscourseModel</A>
<DD>Returns the number of entities in this discourse model.
<DT><A HREF="./opennlp/tools/coref/DiscourseElement.html#getNumMentions()"><B>getNumMentions()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseElement.html" title="class in opennlp.tools.coref">DiscourseElement</A>
<DD>Returns the number of mentions in this element.
<DT><A HREF="./opennlp/tools/coref/mention/Dictionary.html#getNumSenses(java.lang.String, java.lang.String)"><B>getNumSenses(String, String)</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Dictionary.html" title="interface in opennlp.tools.coref.mention">Dictionary</A>
<DD>Returns the number of senses in the dictionary for the specified lemma.
<DT><A HREF="./opennlp/tools/coref/mention/JWNLDictionary.html#getNumSenses(java.lang.String, java.lang.String)"><B>getNumSenses(String, String)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/JWNLDictionary.html" title="class in opennlp.tools.coref.mention">JWNLDictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#getNumTags()"><B>getNumTags()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD>Returns the number of different tags predicted by this model.
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#getOrderedTags(java.util.List, java.util.List, int)"><B>getOrderedTags(List&lt;String&gt;, List&lt;String&gt;, int)</B></A> -
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/postag/POSTaggerME.html#getOrderedTags(java.util.List, java.util.List, int, double[])"><B>getOrderedTags(List&lt;String&gt;, List&lt;String&gt;, int, double[])</B></A> -
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/util/Sequence.html#getOutcomes()"><B>getOutcomes()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Sequence.html" title="class in opennlp.tools.util">Sequence</A>
<DD>Returns a list of outcomes for this sequence.
<DT><A HREF="./opennlp/tools/formats/AbstractSampleStreamFactory.html#getParameters()"><B>getParameters()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/AbstractSampleStreamFactory.html" title="class in opennlp.tools.formats">AbstractSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/TrainingParameters.html#getParameters(java.lang.String)"><B>getParameters(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>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#getParent()"><B>getParent()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#getParent()"><B>getParent()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Returns the parent parse of this parse node.
<DT><A HREF="./opennlp/tools/parser/Parse.html#getParent()"><B>getParent()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the parent parse node of this constituent.
<DT><A HREF="./opennlp/tools/coref/mention/Dictionary.html#getParentSenseKeys(java.lang.String, java.lang.String, int)"><B>getParentSenseKeys(String, String, int)</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Dictionary.html" title="interface in opennlp.tools.coref.mention">Dictionary</A>
<DD>Returns an array of keys for each parent of the specified sense number of the specified lemma with the specified part-of-speech.
<DT><A HREF="./opennlp/tools/coref/mention/JWNLDictionary.html#getParentSenseKeys(java.lang.String, java.lang.String, int)"><B>getParentSenseKeys(String, String, int)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/JWNLDictionary.html" title="class in opennlp.tools.coref.mention">JWNLDictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#getParse()"><B>getParse()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>Retrieves the <A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention"><CODE>Parse</CODE></A>.
<DT><A HREF="./opennlp/tools/coref/mention/Mention.html#getParse()"><B>getParse()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Mention.html" title="class in opennlp.tools.coref.mention">Mention</A>
<DD>Returns the parse node that this extent is based on.
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#getParserChunkerModel()"><B>getParserChunkerModel()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#getParserTaggerModel()"><B>getParserTaggerModel()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#getParserType()"><B>getParserType()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefSample.html#getParses()"><B>getParses()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefSample.html" title="class in opennlp.tools.coref">CorefSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/chunker/ChunkSample.html#getPhrasesAsSpanList()"><B>getPhrasesAsSpanList()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkSample.html" title="class in opennlp.tools.chunker">ChunkSample</A>
<DD>Gets the phrases as an array of spans
<DT><A HREF="./opennlp/tools/coref/sim/NumberModel.html#getPluralIndex()"><B>getPluralIndex()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/NumberModel.html" title="class in opennlp.tools.coref.sim">NumberModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/TestNumberModel.html#getPluralIndex()"><B>getPluralIndex()</B></A> -
Method in interface opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/TestNumberModel.html" title="interface in opennlp.tools.coref.sim">TestNumberModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefModel.html#getPluralNounResolverModel()"><B>getPluralNounResolverModel()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref">CorefModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefModel.html#getPluralPronounResolverModel()"><B>getPluralPronounResolverModel()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref">CorefModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#getPOSContextGenerator()"><B>getPOSContextGenerator()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#getPOSContextGenerator(int)"><B>getPOSContextGenerator(int)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/AbstractEndOfSentenceScanner.html#getPositions(java.lang.String)"><B>getPositions(String)</B></A> -
Method in 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/sentdetect/AbstractEndOfSentenceScanner.html#getPositions(java.lang.StringBuffer)"><B>getPositions(StringBuffer)</B></A> -
Method in 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/sentdetect/AbstractEndOfSentenceScanner.html#getPositions(char[])"><B>getPositions(char[])</B></A> -
Method in 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/sentdetect/DefaultEndOfSentenceScanner.html#getPositions(java.lang.String)"><B>getPositions(String)</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/DefaultEndOfSentenceScanner.html" title="class in opennlp.tools.sentdetect">DefaultEndOfSentenceScanner</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/DefaultEndOfSentenceScanner.html#getPositions(java.lang.StringBuffer)"><B>getPositions(StringBuffer)</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/DefaultEndOfSentenceScanner.html" title="class in opennlp.tools.sentdetect">DefaultEndOfSentenceScanner</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/DefaultEndOfSentenceScanner.html#getPositions(char[])"><B>getPositions(char[])</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/DefaultEndOfSentenceScanner.html" title="class in opennlp.tools.sentdetect">DefaultEndOfSentenceScanner</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/EndOfSentenceScanner.html#getPositions(java.lang.String)"><B>getPositions(String)</B></A> -
Method in interface opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/EndOfSentenceScanner.html" title="interface in opennlp.tools.sentdetect">EndOfSentenceScanner</A>
<DD>The receiver scans the specified string for sentence ending characters and
returns their offsets.
<DT><A HREF="./opennlp/tools/sentdetect/EndOfSentenceScanner.html#getPositions(java.lang.StringBuffer)"><B>getPositions(StringBuffer)</B></A> -
Method in interface opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/EndOfSentenceScanner.html" title="interface in opennlp.tools.sentdetect">EndOfSentenceScanner</A>
<DD>The receiver scans `buf' for sentence ending characters and
returns their offsets.
<DT><A HREF="./opennlp/tools/sentdetect/EndOfSentenceScanner.html#getPositions(char[])"><B>getPositions(char[])</B></A> -
Method in interface opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/EndOfSentenceScanner.html" title="interface in opennlp.tools.sentdetect">EndOfSentenceScanner</A>
<DD>The receiver scans `cbuf' for sentence ending characters and
returns their offsets.
<DT><A HREF="./opennlp/tools/postag/POSModel.html#getPosModel()"><B>getPosModel()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/FMeasure.html#getPrecisionScore()"><B>getPrecisionScore()</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/FMeasure.html" title="class in opennlp.tools.util.eval">FMeasure</A>
<DD>Retrieves the arithmetic mean of the precision scores
calculated for each evaluated sample.
<DT><A HREF="./opennlp/tools/chunker/ChunkSample.html#getPreds()"><B>getPreds()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkSample.html" title="class in opennlp.tools.chunker">ChunkSample</A>
<DD>Gets the Chunk tags in B-* I-* notation
<DT><A HREF="./opennlp/tools/util/featuregen/PrefixFeatureGenerator.html#getPrefixes(java.lang.String)"><B>getPrefixes(String)</B></A> -
Static method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/PrefixFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">PrefixFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#getPreviousPunctuationSet()"><B>getPreviousPunctuationSet()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the set of punctuation parses that occur immediately before this parse.
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#getPreviousToken()"><B>getPreviousToken()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getPreviousToken()"><B>getPreviousToken()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#getPreviousToken()"><B>getPreviousToken()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Returns the first token which is not a child of this parse.
<DT><A HREF="./opennlp/tools/parser/Parse.html#getProb()"><B>getProb()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the log of the product of the probability associated with all the decisions which formed this constituent.
<DT><A HREF="./opennlp/tools/util/Sequence.html#getProbs()"><B>getProbs()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Sequence.html" title="class in opennlp.tools.util">Sequence</A>
<DD>Returns an array of probabilities associated with the outcomes of this sequence.
<DT><A HREF="./opennlp/tools/util/Sequence.html#getProbs(double[])"><B>getProbs(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>Populates an array with the probabilities associated with the outcomes of this sequence.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#getPronounGender(java.lang.String)"><B>getPronounGender(String)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Returns a string representing the gender of the specified pronoun.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#getPronounMatchFeatures(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseEntity)"><B>getPronounMatchFeatures(MentionContext, DiscourseEntity)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Returns features indicating whether the specified mention is compatible with the pronouns
of the specified entity.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#getProperNounExtent(opennlp.tools.coref.DiscourseEntity)"><B>getProperNounExtent(DiscourseEntity)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefModel.html#getProperNounResolverModel()"><B>getProperNounResolverModel()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref">CorefModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/HeadRules.html#getPunctuationTags()"><B>getPunctuationTags()</B></A> -
Method in interface opennlp.tools.parser.<A HREF="./opennlp/tools/parser/HeadRules.html" title="interface in opennlp.tools.parser">HeadRules</A>
<DD>Returns the set of punctuation tags.
<DT><A HREF="./opennlp/tools/parser/lang/en/HeadRules.html#getPunctuationTags()"><B>getPunctuationTags()</B></A> -
Method in class opennlp.tools.parser.lang.en.<A HREF="./opennlp/tools/parser/lang/en/HeadRules.html" title="class in opennlp.tools.parser.lang.en">HeadRules</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/FMeasure.html#getRecallScore()"><B>getRecallScore()</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/FMeasure.html" title="class in opennlp.tools.util.eval">FMeasure</A>
<DD>Retrieves the arithmetic mean of the recall score
calculated for each evaluated sample.
<DT><A HREF="./opennlp/tools/coref/DiscourseElement.html#getRecentMentions()"><B>getRecentMentions()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseElement.html" title="class in opennlp.tools.coref">DiscourseElement</A>
<DD>Returns an iterator over the mentions which iterates through them based on which were most recently mentioned.
<DT><A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorResourceProvider.html#getResource(java.lang.String)"><B>getResource(String)</B></A> -
Method in interface opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorResourceProvider.html" title="interface in opennlp.tools.util.featuregen">FeatureGeneratorResourceProvider</A>
<DD>Retrieves the resource object for the given name/identifier.
<DT><A HREF="./opennlp/tools/util/Version.html#getRevision()"><B>getRevision()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util">Version</A>
<DD>Retrieves the revision version.
<DT><A HREF="./opennlp/tools/parser/treeinsert/Parser.html#getRightFrontier(opennlp.tools.parser.Parse, java.util.Set)"><B>getRightFrontier(Parse, Set&lt;String&gt;)</B></A> -
Static method in class opennlp.tools.parser.treeinsert.<A HREF="./opennlp/tools/parser/treeinsert/Parser.html" title="class in opennlp.tools.parser.treeinsert">Parser</A>
<DD>Returns the right frontier of the specified parse tree with nodes ordered from deepest
to shallowest.
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.Sentence.html#getRoot()"><B>getRoot()</B></A> -
Method in 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/util/Sequence.html#getScore()"><B>getScore()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Sequence.html" title="class in opennlp.tools.util">Sequence</A>
<DD>Returns the score of this sequence.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html#getSDContextGenerator()"><B>getSDContextGenerator()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect">SentenceDetectorFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Leaf.html#getSecondaryTag()"><B>getSecondaryTag()</B></A> -
Method in 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/coref/resolver/ResolverUtils.html#getSemanticCompatibilityFeature(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseEntity, opennlp.tools.coref.sim.TestSimilarityModel)"><B>getSemanticCompatibilityFeature(MentionContext, DiscourseEntity, TestSimilarityModel)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Dictionary.html#getSenseKey(java.lang.String, java.lang.String, int)"><B>getSenseKey(String, String, int)</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Dictionary.html" title="interface in opennlp.tools.coref.mention">Dictionary</A>
<DD>Returns a key indicating the specified sense number of the specified
lemma with the specified part-of-speech.
<DT><A HREF="./opennlp/tools/coref/mention/JWNLDictionary.html#getSenseKey(java.lang.String, java.lang.String, int)"><B>getSenseKey(String, String, int)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/JWNLDictionary.html" title="class in opennlp.tools.coref.mention">JWNLDictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/chunker/ChunkSample.html#getSentence()"><B>getSentence()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkSample.html" title="class in opennlp.tools.chunker">ChunkSample</A>
<DD>Gets the training sentence
<DT><A HREF="./opennlp/tools/namefind/NameSample.html#getSentence()"><B>getSentence()</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSSample.html#getSentence()"><B>getSentence()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag">POSSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#getSentenceNumber()"><B>getSentenceNumber()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getSentenceNumber()"><B>getSentenceNumber()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the index of the sentence which contains this mention.
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#getSentenceNumber()"><B>getSentenceNumber()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Returns the index of the sentence which contains this parse.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html#getSentenceProbabilities()"><B>getSentenceProbabilities()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html" title="class in opennlp.tools.sentdetect">SentenceDetectorME</A>
<DD>Returns the probabilities associated with the most recent
calls to sentDetect().
<DT><A HREF="./opennlp/tools/sentdetect/SentenceSample.html#getSentences()"><B>getSentences()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceSample.html" title="class in opennlp.tools.sentdetect">SentenceSample</A>
<DD>Retrieves the sentences.
<DT><A HREF="./opennlp/tools/chunker/ChunkerFactory.html#getSequenceValidator()"><B>getSequenceValidator()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkerFactory.html" title="class in opennlp.tools.chunker">ChunkerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#getSequenceValidator()"><B>getSequenceValidator()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/TrainingParameters.html#getSettings(java.lang.String)"><B>getSettings(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 a map with the training parameters which have the passed name space.
<DT><A HREF="./opennlp/tools/util/TrainingParameters.html#getSettings()"><B>getSettings()</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 all parameters without a name space.
<DT><A HREF="./opennlp/tools/coref/CorefModel.html#getSimModel()"><B>getSimModel()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref">CorefModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/NumberModel.html#getSingularIndex()"><B>getSingularIndex()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/NumberModel.html" title="class in opennlp.tools.coref.sim">NumberModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/TestNumberModel.html#getSingularIndex()"><B>getSingularIndex()</B></A> -
Method in interface opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/TestNumberModel.html" title="interface in opennlp.tools.coref.sim">TestNumberModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefModel.html#getSingularPronounResolverModel()"><B>getSingularPronounResolverModel()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref">CorefModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#getSpan()"><B>getSpan()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Mention.html#getSpan()"><B>getSpan()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Mention.html" title="class in opennlp.tools.coref.mention">Mention</A>
<DD>Returns the character offsets for this extent.
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#getSpan()"><B>getSpan()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Returns the character offsets of this parse node.
<DT><A HREF="./opennlp/tools/parser/Constituent.html#getSpan()"><B>getSpan()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Constituent.html" title="class in opennlp.tools.parser">Constituent</A>
<DD>Returns the span of the constituent.
<DT><A HREF="./opennlp/tools/parser/Parse.html#getSpan()"><B>getSpan()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the character offsets for this constituent.
<DT><A HREF="./opennlp/tools/coref/CorefModel.html#getSpeechPronounResolverModel()"><B>getSpeechPronounResolverModel()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref">CorefModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Span.html#getStart()"><B>getStart()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Return the start of a span.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#getStringMatchFeatures(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseEntity)"><B>getStringMatchFeatures(MentionContext, DiscourseEntity)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Returns string-match features for the the specified mention and entity.
<DT><A HREF="./opennlp/tools/util/featuregen/SuffixFeatureGenerator.html#getSuffixes(java.lang.String)"><B>getSuffixes(String)</B></A> -
Static method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/SuffixFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">SuffixFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/Context.html#getSynsets()"><B>getSynsets()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Context.html" title="class in opennlp.tools.coref.sim">Context</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#getSyntacticChildren()"><B>getSyntacticChildren()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#getSyntacticChildren()"><B>getSyntacticChildren()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Returns a list of the children to this object which are constituents or tokens.
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.TreeElement.html#getSyntacticTag()"><B>getSyntacticTag()</B></A> -
Method in 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/coref/mention/DefaultParse.html#getSyntacticType()"><B>getSyntacticType()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#getSyntacticType()"><B>getSyntacticType()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Returns the syntactic type of this node.
<DT><A HREF="./opennlp/tools/postag/POSModel.html#getTagDictionary()"><B>getTagDictionary()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./opennlp/tools/postag/POSModel.html#getFactory()"><CODE>POSModel.getFactory()</CODE></A> to get a
<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag"><CODE>POSTaggerFactory</CODE></A> and
<A HREF="./opennlp/tools/postag/POSTaggerFactory.html#getTagDictionary()"><CODE>POSTaggerFactory.getTagDictionary()</CODE></A> to get a
<A HREF="./opennlp/tools/postag/TagDictionary.html" title="interface in opennlp.tools.postag"><CODE>TagDictionary</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#getTagDictionary()"><B>getTagDictionary()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#getTagNodes()"><B>getTagNodes()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the parse nodes which are children of this node and which are pos tags.
<DT><A HREF="./opennlp/tools/chunker/ChunkSample.html#getTags()"><B>getTags()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkSample.html" title="class in opennlp.tools.chunker">ChunkSample</A>
<DD>Gets the POS Tags for the sentence
<DT><A HREF="./opennlp/tools/postag/POSDictionary.html#getTags(java.lang.String)"><B>getTags(String)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD>Returns a list of valid tags for the specified word.
<DT><A HREF="./opennlp/tools/postag/POSSample.html#getTags()"><B>getTags()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag">POSSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/TagDictionary.html#getTags(java.lang.String)"><B>getTags(String)</B></A> -
Method in interface opennlp.tools.postag.<A HREF="./opennlp/tools/postag/TagDictionary.html" title="interface in opennlp.tools.postag">TagDictionary</A>
<DD>Returns a list of valid tags for the specified word.
<DT><A HREF="./opennlp/tools/parser/Parse.html#getTagSequenceProb()"><B>getTagSequenceProb()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the probability associated with the pos-tag sequence assigned to this parse.
<DT><A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.TrainingSampleStream.html#getTestSampleStream()"><B>getTestSampleStream()</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.TrainingSampleStream.html" title="class in opennlp.tools.util.eval">CrossValidationPartitioner.TrainingSampleStream</A>
<DD>Retrieves the <code>ObjectStream</code> over the test/evaluations
elements and poisons this <code>TrainingSampleStream</code>.
<DT><A HREF="./opennlp/tools/doccat/DocumentSample.html#getText()"><B>getText()</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentSample.html" title="class in opennlp.tools.doccat">DocumentSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.Sentence.html#getText()"><B>getText()</B></A> -
Method in 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/parser/Parse.html#getText()"><B>getText()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the text of the sentence over which this parse was formed.
<DT><A HREF="./opennlp/tools/tokenize/TokenSample.html#getText()"><B>getText()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize">TokenSample</A>
<DD>Retrieves the text.
<DT><A HREF="./opennlp/tools/formats/muc/RawCorefSample.html#getTexts()"><B>getTexts()</B></A> -
Method in class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/RawCorefSample.html" title="class in opennlp.tools.formats.muc">RawCorefSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/StringList.html#getToken(int)"><B>getToken(int)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util">StringList</A>
<DD>Retrieves a token from the given index.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#getTokenParses()"><B>getTokenParses()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the parses for the tokens which are contained in this mention.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerME.html#getTokenProbabilities()"><B>getTokenProbabilities()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerME.html" title="class in opennlp.tools.tokenize">TokenizerME</A>
<DD>Returns the probabilities associated with the most recent
calls to <CODE>AbstractTokenizer.tokenize(String)</CODE> or <A HREF="./opennlp/tools/tokenize/TokenizerME.html#tokenizePos(java.lang.String)"><CODE>TokenizerME.tokenizePos(String)</CODE></A>.
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#getTokens()"><B>getTokens()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#getTokens()"><B>getTokens()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Returns a list of the tokens contained by this object.
<DT><A HREF="./opennlp/tools/coref/sim/Context.html#getTokens()"><B>getTokens()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Context.html" title="class in opennlp.tools.coref.sim">Context</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/dictionary/serializer/Entry.html#getTokens()"><B>getTokens()</B></A> -
Method in class opennlp.tools.dictionary.serializer.<A HREF="./opennlp/tools/dictionary/serializer/Entry.html" title="class in opennlp.tools.dictionary.serializer">Entry</A>
<DD>Retrieves the tokens.
<DT><A HREF="./opennlp/tools/tokenize/TokenSample.html#getTokenSpans()"><B>getTokenSpans()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize">TokenSample</A>
<DD>Retrieves the token spans.
<DT><A HREF="./opennlp/tools/coref/sim/Gender.html#getType()"><B>getType()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Gender.html" title="class in opennlp.tools.coref.sim">Gender</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/Number.html#getType()"><B>getType()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Number.html" title="class in opennlp.tools.coref.sim">Number</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/SemanticCompatibility.html#getType()"><B>getType()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/SemanticCompatibility.html" title="class in opennlp.tools.coref.sim">SemanticCompatibility</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#getType()"><B>getType()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns the constituent label for this node of the parse.
<DT><A HREF="./opennlp/tools/util/Span.html#getType()"><B>getType()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Retrieves the type of the span.
<DT><A HREF="./opennlp/tools/dictionary/serializer/Attributes.html#getValue(java.lang.String)"><B>getValue(String)</B></A> -
Method in class opennlp.tools.dictionary.serializer.<A HREF="./opennlp/tools/dictionary/serializer/Attributes.html" title="class in opennlp.tools.dictionary.serializer">Attributes</A>
<DD>Retrieves the value for the given key or null if attribute it not set.
<DT><A HREF="./opennlp/tools/util/model/BaseModel.html#getVersion()"><B>getVersion()</B></A> -
Method in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/BaseModel.html" title="class in opennlp.tools.util.model">BaseModel</A>
<DD>Retrieves the OpenNLP version which was used
to create the model.
<DT><A HREF="./opennlp/tools/postag/POSEvaluator.html#getWordAccuracy()"><B>getWordAccuracy()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSEvaluator.html" title="class in opennlp.tools.postag">POSEvaluator</A>
<DD>Retrieves the word accuracy.
<DT><A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#getWordAccuracy()"><B>getWordAccuracy()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html" title="class in opennlp.tools.postag">POSTaggerCrossValidator</A>
<DD>Retrieves the accuracy for all iterations.
<DT><A HREF="./opennlp/tools/postag/POSEvaluator.html#getWordCount()"><B>getWordCount()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSEvaluator.html" title="class in opennlp.tools.postag">POSEvaluator</A>
<DD>Retrieves the total number of words considered
in the evaluation.
<DT><A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#getWordCount()"><B>getWordCount()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html" title="class in opennlp.tools.postag">POSTaggerCrossValidator</A>
<DD>Retrieves the number of words which where validated
over all iterations.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#getWordFeatures(opennlp.tools.coref.mention.Parse)"><B>getWordFeatures(Parse)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Returns a list of word features for the specified tokens.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#hashCode()"><B>hashCode()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#hashCode()"><B>hashCode()</B></A> -
Method in class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#hashCode()"><B>hashCode()</B></A> -
Method in class opennlp.tools.ngram.<A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram">NGramModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#hashCode()"><B>hashCode()</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/Span.html#hashCode()"><B>hashCode()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Generates a hash code of the current span.
<DT><A HREF="./opennlp/tools/util/StringList.html#hashCode()"><B>hashCode()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util">StringList</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/HashList.html" title="class in opennlp.tools.util"><B>HashList</B></A> - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Class which creates mapping between keys and a list of values.<DT><A HREF="./opennlp/tools/util/HashList.html#HashList()"><B>HashList()</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/HashList.html" title="class in opennlp.tools.util">HashList</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/HashSumEventStream.html" title="class in opennlp.tools.util"><B>HashSumEventStream</B></A> - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD><B>Deprecated.</B>&nbsp;<DT><A HREF="./opennlp/tools/util/HashSumEventStream.html#HashSumEventStream(opennlp.model.EventStream)"><B>HashSumEventStream(EventStream)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/HashSumEventStream.html" title="class in opennlp.tools.util">HashSumEventStream</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/chunker/ChunkerEventStream.html#hasNext()"><B>hasNext()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkerEventStream.html" title="class in opennlp.tools.chunker">ChunkerEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/lang/en/TokenSampleStream.html#hasNext()"><B>hasNext()</B></A> -
Method in class opennlp.tools.tokenize.lang.en.<A HREF="./opennlp/tools/tokenize/lang/en/TokenSampleStream.html" title="class in opennlp.tools.tokenize.lang.en">TokenSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/AbstractEventStream.html#hasNext()"><B>hasNext()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/AbstractEventStream.html" title="class in opennlp.tools.util">AbstractEventStream</A>
<DD>Checks if there are more training events available.
<DT><A HREF="./opennlp/tools/util/CollectionEventStream.html#hasNext()"><B>hasNext()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/CollectionEventStream.html" title="class in opennlp.tools.util">CollectionEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.html#hasNext()"><B>hasNext()</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.html" title="class in opennlp.tools.util.eval">CrossValidationPartitioner</A>
<DD>Checks if there are more partitions available.
<DT><A HREF="./opennlp/tools/util/EventTraceStream.html#hasNext()"><B>hasNext()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/EventTraceStream.html" title="class in opennlp.tools.util">EventTraceStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/HashSumEventStream.html#hasNext()"><B>hasNext()</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;&nbsp;
<DT><A HREF="./opennlp/tools/util/ReverseListIterator.html#hasNext()"><B>hasNext()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/ReverseListIterator.html" title="class in opennlp.tools.util">ReverseListIterator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/HeadFinder.html" title="interface in opennlp.tools.coref.mention"><B>HeadFinder</B></A> - Interface in <A HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>Interface for finding head words in noun phrases and head noun-phrases in parses.<DT><A HREF="./opennlp/tools/parser/HeadRules.html" title="interface in opennlp.tools.parser"><B>HeadRules</B></A> - Interface in <A HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>Interface for encoding the head rules associated with parsing.<DT><A HREF="./opennlp/tools/parser/lang/en/HeadRules.html" title="class in opennlp.tools.parser.lang.en"><B>HeadRules</B></A> - Class in <A HREF="./opennlp/tools/parser/lang/en/package-summary.html">opennlp.tools.parser.lang.en</A><DD>Class for storing the English head rules associated with parsing.<DT><A HREF="./opennlp/tools/parser/lang/en/HeadRules.html#HeadRules(java.lang.String)"><B>HeadRules(String)</B></A> -
Constructor for class opennlp.tools.parser.lang.en.<A HREF="./opennlp/tools/parser/lang/en/HeadRules.html" title="class in opennlp.tools.parser.lang.en">HeadRules</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/parser/lang/en/HeadRules.html#HeadRules(java.io.Reader)"><B>HeadRules(Reader)</B></A> -
Constructor for class opennlp.tools.parser.lang.en.<A HREF="./opennlp/tools/parser/lang/en/HeadRules.html" title="class in opennlp.tools.parser.lang.en">HeadRules</A>
<DD>Creates a new set of head rules based on the specified reader.
<DT><A HREF="./opennlp/tools/util/Heap.html" title="interface in opennlp.tools.util"><B>Heap</B></A>&lt;<A HREF="./opennlp/tools/util/Heap.html" title="type parameter in Heap">E</A>&gt; - Interface in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Interface for interacting with a Heap data structure.<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#honorificsPattern"><B>honorificsPattern</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Regular expression for English honorifics.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/util/ext/ExtensionServiceKeys.html#ID"><B>ID</B></A> -
Static variable in class opennlp.tools.util.ext.<A HREF="./opennlp/tools/util/ext/ExtensionServiceKeys.html" title="class in opennlp.tools.util.ext">ExtensionServiceKeys</A>
<DD>Property key for the unique id which identifies an
OSGi OpenNLP extension service.
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#INC_NODE"><B>INC_NODE</B></A> -
Static variable in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in opennlp.tools.parser">AbstractBottomUpParser</A>
<DD>The label for the top if an incomplete node.
<DT><A HREF="./opennlp/tools/coref/sim/SemanticEnum.html#INCOMPATIBLE"><B>INCOMPATIBLE</B></A> -
Static variable in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/SemanticEnum.html" title="class in opennlp.tools.coref.sim">SemanticEnum</A>
<DD>Semantically incompatible.
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#INCOMPLETE"><B>INCOMPLETE</B></A> -
Static variable in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in opennlp.tools.parser">AbstractBottomUpParser</A>
<DD>Outcome used when a constituent is incomplete.
<DT><A HREF="./opennlp/tools/dictionary/Index.html" title="class in opennlp.tools.dictionary"><B>Index</B></A> - Class in <A HREF="./opennlp/tools/dictionary/package-summary.html">opennlp.tools.dictionary</A><DD>This classes indexes <A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util"><CODE>StringList</CODE></A>s.<DT><A HREF="./opennlp/tools/dictionary/Index.html#Index(java.util.Iterator)"><B>Index(Iterator&lt;StringList&gt;)</B></A> -
Constructor for class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Index.html" title="class in opennlp.tools.dictionary">Index</A>
<DD>Initializes the current instance with the given
<A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util"><CODE>StringList</CODE></A> <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/parser/Parse.html#indexOf(opennlp.tools.parser.Parse)"><B>indexOf(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>Returns the index of this specified child.
<DT><A HREF="./opennlp/tools/parser/treeinsert/ParserEventStream.html#init()"><B>init()</B></A> -
Method in class opennlp.tools.parser.treeinsert.<A HREF="./opennlp/tools/parser/treeinsert/ParserEventStream.html" title="class in opennlp.tools.parser.treeinsert">ParserEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/dictionary/serializer/EntryInserter.html#insert(opennlp.tools.dictionary.serializer.Entry)"><B>insert(Entry)</B></A> -
Method in interface opennlp.tools.dictionary.serializer.<A HREF="./opennlp/tools/dictionary/serializer/EntryInserter.html" title="interface in opennlp.tools.dictionary.serializer">EntryInserter</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#insert(opennlp.tools.parser.Parse)"><B>insert(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>Inserts the specified constituent into this parse based on its text span.This
method assumes that the specified constituent can be inserted into this parse.
<DT><A HREF="./opennlp/tools/util/featuregen/InSpanGenerator.html" title="class in opennlp.tools.util.featuregen"><B>InSpanGenerator</B></A> - Class in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>Generates features if the tokens are recognized by the provided
<A HREF="./opennlp/tools/namefind/TokenNameFinder.html" title="interface in opennlp.tools.namefind"><CODE>TokenNameFinder</CODE></A>.<DT><A HREF="./opennlp/tools/util/featuregen/InSpanGenerator.html#InSpanGenerator(java.lang.String, opennlp.tools.namefind.TokenNameFinder)"><B>InSpanGenerator(String, TokenNameFinder)</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/InSpanGenerator.html" title="class in opennlp.tools.util.featuregen">InSpanGenerator</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/tokenize/SimpleTokenizer.html#INSTANCE"><B>INSTANCE</B></A> -
Static variable in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/SimpleTokenizer.html" title="class in opennlp.tools.tokenize">SimpleTokenizer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/WhitespaceTokenizer.html#INSTANCE"><B>INSTANCE</B></A> -
Static variable in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/WhitespaceTokenizer.html" title="class in opennlp.tools.tokenize">WhitespaceTokenizer</A>
<DD>Use this static reference to retrieve an instance of the
<A HREF="./opennlp/tools/tokenize/WhitespaceTokenizer.html" title="class in opennlp.tools.tokenize"><CODE>WhitespaceTokenizer</CODE></A>.
<DT><A HREF="./opennlp/tools/util/ext/ExtensionLoader.html#instantiateExtension(java.lang.Class, java.lang.String)"><B>instantiateExtension(Class&lt;T&gt;, String)</B></A> -
Static method in class opennlp.tools.util.ext.<A HREF="./opennlp/tools/util/ext/ExtensionLoader.html" title="class in opennlp.tools.util.ext">ExtensionLoader</A>
<DD>Instantiates an user provided extension to OpenNLP.
<DT><A HREF="./opennlp/tools/util/Span.html#intersects(opennlp.tools.util.Span)"><B>intersects(Span)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Returns true if the specified span intersects with this span.
<DT><A HREF="./opennlp/tools/util/InvalidFormatException.html" title="class in opennlp.tools.util"><B>InvalidFormatException</B></A> - Exception in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>This exception indicates that a resource violates the expected data format.<DT><A HREF="./opennlp/tools/util/InvalidFormatException.html#InvalidFormatException()"><B>InvalidFormatException()</B></A> -
Constructor for exception opennlp.tools.util.<A HREF="./opennlp/tools/util/InvalidFormatException.html" title="class in opennlp.tools.util">InvalidFormatException</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/InvalidFormatException.html#InvalidFormatException(java.lang.String)"><B>InvalidFormatException(String)</B></A> -
Constructor for exception opennlp.tools.util.<A HREF="./opennlp/tools/util/InvalidFormatException.html" title="class in opennlp.tools.util">InvalidFormatException</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/InvalidFormatException.html#InvalidFormatException(java.lang.Throwable)"><B>InvalidFormatException(Throwable)</B></A> -
Constructor for exception opennlp.tools.util.<A HREF="./opennlp/tools/util/InvalidFormatException.html" title="class in opennlp.tools.util">InvalidFormatException</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/InvalidFormatException.html#InvalidFormatException(java.lang.String, java.lang.Throwable)"><B>InvalidFormatException(String, Throwable)</B></A> -
Constructor for exception opennlp.tools.util.<A HREF="./opennlp/tools/util/InvalidFormatException.html" title="class in opennlp.tools.util">InvalidFormatException</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/Linker.html#ISA"><B>ISA</B></A> -
Static variable in interface opennlp.tools.coref.<A HREF="./opennlp/tools/coref/Linker.html" title="interface in opennlp.tools.coref">Linker</A>
<DD>String constant used to label an mention in an appositive relationship.
<DT><A HREF="./opennlp/tools/util/featuregen/StringPattern.html#isAllCapitalLetter()"><B>isAllCapitalLetter()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen">StringPattern</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/StringPattern.html#isAllDigit()"><B>isAllDigit()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen">StringPattern</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/StringPattern.html#isAllLetter()"><B>isAllLetter()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen">StringPattern</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/StringPattern.html#isAllLowerCaseLetter()"><B>isAllLowerCaseLetter()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen">StringPattern</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/IsAResolver.html" title="class in opennlp.tools.coref.resolver"><B>IsAResolver</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Resolves coreference between appositives.<DT><A HREF="./opennlp/tools/coref/resolver/IsAResolver.html#IsAResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode)"><B>IsAResolver(String, ResolverMode)</B></A> -
Constructor for 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/IsAResolver.html#IsAResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode, opennlp.tools.coref.resolver.NonReferentialResolver)"><B>IsAResolver(String, ResolverMode, NonReferentialResolver)</B></A> -
Constructor for 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/postag/MutableTagDictionary.html#isCaseSensitive()"><B>isCaseSensitive()</B></A> -
Method in interface opennlp.tools.postag.<A HREF="./opennlp/tools/postag/MutableTagDictionary.html" title="interface in opennlp.tools.postag">MutableTagDictionary</A>
<DD>Whether if the dictionary is case sensitive or not
<DT><A HREF="./opennlp/tools/postag/POSDictionary.html#isCaseSensitive()"><B>isCaseSensitive()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#isChunk(boolean)"><B>isChunk(boolean)</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/parser/Parse.html#isChunk()"><B>isChunk()</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/namefind/NameSample.html#isClearAdaptiveDataSet()"><B>isClearAdaptiveDataSet()</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/AbstractParse.html#isCoordinatedNounPhrase()"><B>isCoordinatedNounPhrase()</B></A> -
Method in 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/coref/mention/Parse.html#isCoordinatedNounPhrase()"><B>isCoordinatedNounPhrase()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Specifies whether this parse is a coordinated noun phrase.
<DT><A HREF="./opennlp/tools/coref/mention/AbstractMentionFinder.html#isCoordinatedNounPhraseCollection()"><B>isCoordinatedNounPhraseCollection()</B></A> -
Method in 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/MentionFinder.html#isCoordinatedNounPhraseCollection()"><B>isCoordinatedNounPhraseCollection()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionFinder.html" title="interface in opennlp.tools.coref.mention">MentionFinder</A>
<DD>Returns whether this mention finder collects coordinated noun phrases as mentions.
<DT><A HREF="./opennlp/tools/util/Cache.html#isEmpty()"><B>isEmpty()</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#isEmpty()"><B>isEmpty()</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#isEmpty()"><B>isEmpty()</B></A> -
Method in interface opennlp.tools.util.<A HREF="./opennlp/tools/util/Heap.html" title="interface in opennlp.tools.util">Heap</A>
<DD>Returns whether the heap is empty.
<DT><A HREF="./opennlp/tools/util/ListHeap.html#isEmpty()"><B>isEmpty()</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/StringUtil.html#isEmpty(java.lang.CharSequence)"><B>isEmpty(CharSequence)</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringUtil.html" title="class in opennlp.tools.util">StringUtil</A>
<DD>Returns <tt>true</tt> if <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html#length()" title="class or interface in java.lang"><CODE>CharSequence.length()</CODE></A> is
<tt>0</tt> or <tt>null</tt>.
<DT><A HREF="./opennlp/tools/util/TreeHeap.html#isEmpty()"><B>isEmpty()</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/parser/Parse.html#isFlat()"><B>isFlat()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Returns true if this constituent contains no sub-constituents.
<DT><A HREF="./opennlp/tools/util/featuregen/StringPattern.html#isInitialCapitalLetter()"><B>isInitialCapitalLetter()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen">StringPattern</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Leaf.html#isLeaf()"><B>isLeaf()</B></A> -
Method in 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.TreeElement.html#isLeaf()"><B>isLeaf()</B></A> -
Method in 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/util/model/ArtifactProvider.html#isLoadedFromSerialized()"><B>isLoadedFromSerialized()</B></A> -
Method in interface opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/ArtifactProvider.html" title="interface in opennlp.tools.util.model">ArtifactProvider</A>
<DD>Indicates if this provider was loaded from serialized.
<DT><A HREF="./opennlp/tools/util/model/BaseModel.html#isLoadedFromSerialized()"><B>isLoadedFromSerialized()</B></A> -
Method in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/BaseModel.html" title="class in opennlp.tools.util.model">BaseModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html#isModelValid(opennlp.model.MaxentModel)"><B>isModelValid(MaxentModel)</B></A> -
Static method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind">TokenNameFinderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#isNamedEntity()"><B>isNamedEntity()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#isNamedEntity()"><B>isNamedEntity()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Specifies whether this parse is a named-entity.
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#isNounPhrase()"><B>isNounPhrase()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#isNounPhrase()"><B>isNounPhrase()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Specifies whether this parse is a noun phrase.
<DT><A HREF="./opennlp/tools/util/ext/ExtensionNotLoadedException.html#isOSGiEnvironment()"><B>isOSGiEnvironment()</B></A> -
Method in exception opennlp.tools.util.ext.<A HREF="./opennlp/tools/util/ext/ExtensionNotLoadedException.html" title="class in opennlp.tools.util.ext">ExtensionNotLoadedException</A>
<DD>Indicates if OpenNLP is running in an OSGi environment or not.
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#isParentNAC()"><B>isParentNAC()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#isParentNAC()"><B>isParentNAC()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Determines whether this has an ancestor of type NAC.
<DT><A HREF="./opennlp/tools/parser/Parse.html#isPosTag()"><B>isPosTag()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Indicates whether this parse node is a pos-tag.
<DT><A HREF="./opennlp/tools/coref/mention/AbstractMentionFinder.html#isPrenominalNamedEntityCollection()"><B>isPrenominalNamedEntityCollection()</B></A> -
Method in 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/MentionFinder.html#isPrenominalNamedEntityCollection()"><B>isPrenominalNamedEntityCollection()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionFinder.html" title="interface in opennlp.tools.coref.mention">MentionFinder</A>
<DD>Returns whether this mention finder collects pre-nominal named-entities as mentions.
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#isSentence()"><B>isSentence()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#isSentence()"><B>isSentence()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Specifies whether this parse is a sentence.
<DT><A HREF="./opennlp/tools/util/Version.html#isSnapshot()"><B>isSnapshot()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util">Version</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#isSubstring(java.lang.String, java.lang.String)"><B>isSubstring(String, String)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#isToken()"><B>isToken()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#isToken()"><B>isToken()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>Specifies whether this parse is a token.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerFactory.html#isUseAlphaNumericOptmization()"><B>isUseAlphaNumericOptmization()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize">TokenizerFactory</A>
<DD>Gets whether to use alphanumeric optimization.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html#isUseTokenEnd()"><B>isUseTokenEnd()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect">SentenceDetectorFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/StringUtil.html#isWhitespace(char)"><B>isWhitespace(char)</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringUtil.html" title="class in opennlp.tools.util">StringUtil</A>
<DD>Determines if the specified character is a whitespace.
<DT><A HREF="./opennlp/tools/util/StringUtil.html#isWhitespace(int)"><B>isWhitespace(int)</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringUtil.html" title="class in opennlp.tools.util">StringUtil</A>
<DD>Determines if the specified character is a whitespace.
<DT><A HREF="./opennlp/tools/util/TrainingParameters.html#ITERATIONS_PARAM"><B>ITERATIONS_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/dictionary/Dictionary.html#iterator()"><B>iterator()</B></A> -
Method in class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>Retrieves an Iterator over all tokens.
<DT><A HREF="./opennlp/tools/dictionary/serializer/Attributes.html#iterator()"><B>iterator()</B></A> -
Method in class opennlp.tools.dictionary.serializer.<A HREF="./opennlp/tools/dictionary/serializer/Attributes.html" title="class in opennlp.tools.dictionary.serializer">Attributes</A>
<DD>Iterates over the keys.
<DT><A HREF="./opennlp/tools/namefind/NameSampleSequenceStream.html#iterator()"><B>iterator()</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSampleSequenceStream.html" title="class in opennlp.tools.namefind">NameSampleSequenceStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#iterator()"><B>iterator()</B></A> -
Method in class opennlp.tools.ngram.<A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram">NGramModel</A>
<DD>Retrieves an <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> over all <A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util"><CODE>StringList</CODE></A> entries.
<DT><A HREF="./opennlp/tools/postag/POSDictionary.html#iterator()"><B>iterator()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD>Retrieves an iterator over all words in the dictionary.
<DT><A HREF="./opennlp/tools/postag/POSSampleSequenceStream.html#iterator()"><B>iterator()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSampleSequenceStream.html" title="class in opennlp.tools.postag">POSSampleSequenceStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/CountedSet.html#iterator()"><B>iterator()</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#iterator()"><B>iterator()</B></A> -
Method in interface opennlp.tools.util.<A HREF="./opennlp/tools/util/Heap.html" title="interface in opennlp.tools.util">Heap</A>
<DD>Returns an iterator over the elements of the heap.
<DT><A HREF="./opennlp/tools/util/ListHeap.html#iterator()"><B>iterator()</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/StringList.html#iterator()"><B>iterator()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util">StringList</A>
<DD>Retrieves an <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> over all tokens.
<DT><A HREF="./opennlp/tools/util/TreeHeap.html#iterator()"><B>iterator()</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;
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/coref/mention/JWNLDictionary.html" title="class in opennlp.tools.coref.mention"><B>JWNLDictionary</B></A> - Class in <A HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>An implementation of the Dictionary interface using the JWNL library.<DT><A HREF="./opennlp/tools/coref/mention/JWNLDictionary.html#JWNLDictionary(java.lang.String)"><B>JWNLDictionary(String)</B></A> -
Constructor for class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/JWNLDictionary.html" title="class in opennlp.tools.coref.mention">JWNLDictionary</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/util/Cache.html#keySet()"><B>keySet()</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;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/parser/GapLabeler.html#labelGaps(java.util.Stack)"><B>labelGaps(Stack&lt;Constituent&gt;)</B></A> -
Method in interface opennlp.tools.parser.<A HREF="./opennlp/tools/parser/GapLabeler.html" title="interface in opennlp.tools.parser">GapLabeler</A>
<DD>Labels the constituents found in the stack with gap labels if appropriate.
<DT><A HREF="./opennlp/tools/parser/lang/en/HeadRules.html#labelGaps(java.util.Stack)"><B>labelGaps(Stack&lt;Constituent&gt;)</B></A> -
Method in class opennlp.tools.parser.lang.en.<A HREF="./opennlp/tools/parser/lang/en/HeadRules.html" title="class in opennlp.tools.parser.lang.en">HeadRules</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/LanguageSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>LanguageSampleStreamFactory</B></A>&lt;<A HREF="./opennlp/tools/formats/LanguageSampleStreamFactory.html" title="type parameter in LanguageSampleStreamFactory">T</A>&gt; - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>Stream factory for those streams which carry language.<DT><A HREF="./opennlp/tools/util/Heap.html#last()"><B>last()</B></A> -
Method in interface opennlp.tools.util.<A HREF="./opennlp/tools/util/Heap.html" title="interface in opennlp.tools.util">Heap</A>
<DD>Returns the largest element of the heap.
<DT><A HREF="./opennlp/tools/util/ListHeap.html#last()"><B>last()</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#last()"><B>last()</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/formats/LeipzigDoccatSampleStream.html" title="class in opennlp.tools.formats"><B>LeipzigDoccatSampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>Stream filter to produce document samples out of a Leipzig sentences.txt file.<DT><A HREF="./opennlp/tools/formats/LeipzigDocumentSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>LeipzigDocumentSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/util/Span.html#length()"><B>length()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Returns the length of this span.
<DT><A HREF="./opennlp/tools/coref/Linker.html" title="interface in opennlp.tools.coref"><B>Linker</B></A> - Interface in <A HREF="./opennlp/tools/coref/package-summary.html">opennlp.tools.coref</A><DD>A linker provides an interface for finding mentions, <A HREF="./opennlp/tools/coref/Linker.html#getMentionFinder()"><CODE>getMentionFinder</CODE></A>,
and creating entities out of those mentions, <A HREF="./opennlp/tools/coref/Linker.html#getEntities(opennlp.tools.coref.mention.Mention[])"><CODE>getEntities</CODE></A>.<DT><A HREF="./opennlp/tools/coref/LinkerMode.html" title="enum in opennlp.tools.coref"><B>LinkerMode</B></A> - Enum in <A HREF="./opennlp/tools/coref/package-summary.html">opennlp.tools.coref</A><DD>Enumeration of modes in which a linker can run.<DT><A HREF="./opennlp/tools/util/ListHeap.html" title="class in opennlp.tools.util"><B>ListHeap</B></A>&lt;<A HREF="./opennlp/tools/util/ListHeap.html" title="type parameter in ListHeap">E</A> extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Comparable.html" title="class or interface in java.lang">Comparable</A>&lt;<A HREF="./opennlp/tools/util/ListHeap.html" title="type parameter in ListHeap">E</A>&gt;&gt; - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>This class implements the heap interface using a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util"><CODE>List</CODE></A> as the underlying
data structure.<DT><A HREF="./opennlp/tools/util/ListHeap.html#ListHeap(int, java.util.Comparator)"><B>ListHeap(int, Comparator&lt;E&gt;)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/ListHeap.html" title="class in opennlp.tools.util">ListHeap</A>
<DD>Creates a new heap with the specified size using the sorted based on the
specified comparator.
<DT><A HREF="./opennlp/tools/util/ListHeap.html#ListHeap(int)"><B>ListHeap(int)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/ListHeap.html" title="class in opennlp.tools.util">ListHeap</A>
<DD>Creates a new heap of the specified size.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/chunker/ChunkerModel.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in 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/coref/CorefModel.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefModel.html" title="class in opennlp.tools.coref">CorefModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/JWNLDictionary.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/JWNLDictionary.html" title="class in opennlp.tools.coref.mention">JWNLDictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/GenderModel.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderModel.html" title="class in opennlp.tools.coref.sim">GenderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/SimilarityModel.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/SimilarityModel.html" title="class in opennlp.tools.coref.sim">SimilarityModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/lang/english/TreebankLinker.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.lang.english.<A HREF="./opennlp/tools/lang/english/TreebankLinker.html" title="class in opennlp.tools.lang.english">TreebankLinker</A>
<DD><B>Deprecated.</B>&nbsp;Identitifies corefernce relationships for parsed input passed via standard in.
<DT><A HREF="./opennlp/tools/lang/english/TreebankNameFinder.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.lang.english.<A HREF="./opennlp/tools/lang/english/TreebankNameFinder.html" title="class in opennlp.tools.lang.english">TreebankNameFinder</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/lang/spanish/TokenChunker.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.lang.spanish.<A HREF="./opennlp/tools/lang/spanish/TokenChunker.html" title="class in opennlp.tools.lang.spanish">TokenChunker</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameFinderEventStream.html#main(java.lang.String[])"><B>main(String[])</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><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderEvaluator.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderEvaluator.html" title="class in opennlp.tools.namefind">TokenNameFinderEvaluator</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/parser/chunking/ParserEventStream.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/ParserEventStream.html" title="class in opennlp.tools.parser.chunking">ParserEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#main(java.lang.String[])"><B>main(String[])</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><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/parser/treeinsert/ParserEventStream.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.parser.treeinsert.<A HREF="./opennlp/tools/parser/treeinsert/ParserEventStream.html" title="class in opennlp.tools.parser.treeinsert">ParserEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSDictionaryWriter.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static 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/postag/POSTaggerTrainer.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerTrainer.html" title="class in opennlp.tools.postag">POSTaggerTrainer</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/lang/en/TokenSampleStream.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.tokenize.lang.en.<A HREF="./opennlp/tools/tokenize/lang/en/TokenSampleStream.html" title="class in opennlp.tools.tokenize.lang.en">TokenSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/SimpleTokenizer.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/SimpleTokenizer.html" title="class in opennlp.tools.tokenize">SimpleTokenizer</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerModel.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize">TokenizerModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/ListHeap.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/ListHeap.html" title="class in opennlp.tools.util">ListHeap</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/util/TreeHeap.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static 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/coref/sim/GenderEnum.html#MALE"><B>MALE</B></A> -
Static variable in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderEnum.html" title="class in opennlp.tools.coref.sim">GenderEnum</A>
<DD>Male gender.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#malePronounPattern"><B>malePronounPattern</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Regular expression for English male pronouns.
<DT><A HREF="./opennlp/tools/coref/sim/MaxentCompatibilityModel.html" title="class in opennlp.tools.coref.sim"><B>MaxentCompatibilityModel</B></A> - Class in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Model of mention compatibiltiy using a maxent model.<DT><A HREF="./opennlp/tools/coref/sim/MaxentCompatibilityModel.html#MaxentCompatibilityModel(java.lang.String)"><B>MaxentCompatibilityModel(String)</B></A> -
Constructor for class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/MaxentCompatibilityModel.html" title="class in opennlp.tools.coref.sim">MaxentCompatibilityModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html" title="class in opennlp.tools.coref.resolver"><B>MaxentResolver</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Provides common functionality used by classes which implement the <A HREF="./opennlp/tools/coref/resolver/Resolver.html" title="interface in opennlp.tools.coref.resolver"><CODE>Resolver</CODE></A> class and use maximum entropy models to make resolution decisions.<DT><A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html#MaxentResolver(java.lang.String, java.lang.String, opennlp.tools.coref.resolver.ResolverMode, int, boolean, opennlp.tools.coref.resolver.NonReferentialResolver)"><B>MaxentResolver(String, String, ResolverMode, int, boolean, NonReferentialResolver)</B></A> -
Constructor for class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html" title="class in opennlp.tools.coref.resolver">MaxentResolver</A>
<DD>Creates a maximum-entropy-based resolver with the specified model name, using the
specified mode, which will look the specified number of entities back for a referent and
prefer the first referent if specified.
<DT><A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html#MaxentResolver(java.lang.String, java.lang.String, opennlp.tools.coref.resolver.ResolverMode, int)"><B>MaxentResolver(String, String, ResolverMode, int)</B></A> -
Constructor for class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html" title="class in opennlp.tools.coref.resolver">MaxentResolver</A>
<DD>Creates a maximum-entropy-based resolver with the specified model name, using the
specified mode, which will look the specified number of entities back for a referent.
<DT><A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html#MaxentResolver(java.lang.String, java.lang.String, opennlp.tools.coref.resolver.ResolverMode, int, opennlp.tools.coref.resolver.NonReferentialResolver)"><B>MaxentResolver(String, String, ResolverMode, int, NonReferentialResolver)</B></A> -
Constructor for class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html" title="class in opennlp.tools.coref.resolver">MaxentResolver</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html#MaxentResolver(java.lang.String, java.lang.String, opennlp.tools.coref.resolver.ResolverMode, int, boolean)"><B>MaxentResolver(String, String, ResolverMode, int, boolean)</B></A> -
Constructor for class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html" title="class in opennlp.tools.coref.resolver">MaxentResolver</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html#MaxentResolver(java.lang.String, java.lang.String, opennlp.tools.coref.resolver.ResolverMode, int, boolean, double)"><B>MaxentResolver(String, String, ResolverMode, int, boolean, double)</B></A> -
Constructor for class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html" title="class in opennlp.tools.coref.resolver">MaxentResolver</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/Mean.html" title="class in opennlp.tools.util.eval"><B>Mean</B></A> - Class in <A HREF="./opennlp/tools/util/eval/package-summary.html">opennlp.tools.util.eval</A><DD>Calculates the arithmetic mean of values
added with the <A HREF="./opennlp/tools/util/eval/Mean.html#add(double)"><CODE>Mean.add(double)</CODE></A> method.<DT><A HREF="./opennlp/tools/util/eval/Mean.html#Mean()"><B>Mean()</B></A> -
Constructor for class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/Mean.html" title="class in opennlp.tools.util.eval">Mean</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/Mean.html#mean()"><B>mean()</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>Retrieves the mean of all values added with
<A HREF="./opennlp/tools/util/eval/Mean.html#add(double)"><CODE>Mean.add(double)</CODE></A> or 0 if there are zero added
values.
<DT><A HREF="./opennlp/tools/coref/mention/Mention.html" title="class in opennlp.tools.coref.mention"><B>Mention</B></A> - Class in <A HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>Data structure representation of a mention.<DT><A HREF="./opennlp/tools/coref/mention/Mention.html#Mention(opennlp.tools.util.Span, opennlp.tools.util.Span, int, opennlp.tools.coref.mention.Parse, java.lang.String)"><B>Mention(Span, Span, int, Parse, String)</B></A> -
Constructor for class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Mention.html" title="class in opennlp.tools.coref.mention">Mention</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Mention.html#Mention(opennlp.tools.util.Span, opennlp.tools.util.Span, int, opennlp.tools.coref.mention.Parse, java.lang.String, java.lang.String)"><B>Mention(Span, Span, int, Parse, String, String)</B></A> -
Constructor for class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Mention.html" title="class in opennlp.tools.coref.mention">Mention</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Mention.html#Mention(opennlp.tools.coref.mention.Mention)"><B>Mention(Mention)</B></A> -
Constructor for class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Mention.html" title="class in opennlp.tools.coref.mention">Mention</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention"><B>MentionContext</B></A> - Class in <A HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>Data structure representation of a mention with additional contextual information.<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#MentionContext(opennlp.tools.util.Span, opennlp.tools.util.Span, int, opennlp.tools.coref.mention.Parse, java.lang.String, java.lang.String, int, int, int, int, opennlp.tools.coref.mention.HeadFinder)"><B>MentionContext(Span, Span, int, Parse, String, String, int, int, int, int, HeadFinder)</B></A> -
Constructor for class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#MentionContext(opennlp.tools.coref.mention.Mention, int, int, int, int, opennlp.tools.coref.mention.HeadFinder)"><B>MentionContext(Mention, int, int, int, int, HeadFinder)</B></A> -
Constructor for class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Constructs context information for the specified mention.
<DT><A HREF="./opennlp/tools/coref/DiscourseModel.html#mentionEntity(opennlp.tools.coref.DiscourseEntity)"><B>mentionEntity(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>Indicates that the specified entity has been mentioned.
<DT><A HREF="./opennlp/tools/coref/mention/MentionFinder.html" title="interface in opennlp.tools.coref.mention"><B>MentionFinder</B></A> - Interface in <A HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>Specifies the interface that Objects which determine the space of
mentions for coreference should implement.<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#mentionString(opennlp.tools.coref.mention.MentionContext)"><B>mentionString(MentionContext)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/DiscourseModel.html#mergeEntities(opennlp.tools.coref.DiscourseEntity, opennlp.tools.coref.DiscourseEntity, float)"><B>mergeEntities(DiscourseEntity, DiscourseEntity, float)</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseModel.html" title="class in opennlp.tools.coref">DiscourseModel</A>
<DD>Merges the specified entities into a single entity with the specified confidence.
<DT><A HREF="./opennlp/tools/util/eval/FMeasure.html#mergeInto(opennlp.tools.util.eval.FMeasure)"><B>mergeInto(FMeasure)</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/FMeasure.html" title="class in opennlp.tools.util.eval">FMeasure</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/chunking/Parser.html#mergeReportIntoManifest(java.util.Map, java.util.Map, java.lang.String)"><B>mergeReportIntoManifest(Map&lt;String, String&gt;, Map&lt;String, String&gt;, String)</B></A> -
Static method in class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/Parser.html" title="class in opennlp.tools.parser.chunking">Parser</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.Sentence.html#META_LABEL_FINAL"><B>META_LABEL_FINAL</B></A> -
Static variable in 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/util/eval/EvaluationMonitor.html#missclassified(T, T)"><B>missclassified(T, T)</B></A> -
Method in interface opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/EvaluationMonitor.html" title="interface in opennlp.tools.util.eval">EvaluationMonitor</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/model/ModelType.html" title="enum in opennlp.tools.util.model"><B>ModelType</B></A> - Enum in <A HREF="./opennlp/tools/util/model/package-summary.html">opennlp.tools.util.model</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/util/model/ModelUtil.html" title="class in opennlp.tools.util.model"><B>ModelUtil</B></A> - Class in <A HREF="./opennlp/tools/util/model/package-summary.html">opennlp.tools.util.model</A><DD>Utility class for handling of <CODE>MaxentModel</CODE>s.<DT><A HREF="./opennlp/tools/formats/muc/Muc6FullParseCorefSampleStreamFactory.html" title="class in opennlp.tools.formats.muc"><B>Muc6FullParseCorefSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/muc/package-summary.html">opennlp.tools.formats.muc</A><DD>Factory creates a stream which can parse MUC 6 Coref data and outputs CorefSample
objects which are enhanced with a full parse and are suitable to train the Coreference component.<DT><A HREF="./opennlp/tools/formats/muc/Muc6NameSampleStreamFactory.html" title="class in opennlp.tools.formats.muc"><B>Muc6NameSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/muc/package-summary.html">opennlp.tools.formats.muc</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/muc/MucCorefSampleStream.html" title="class in opennlp.tools.formats.muc"><B>MucCorefSampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/muc/package-summary.html">opennlp.tools.formats.muc</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/muc/MucCorefSampleStream.html#MucCorefSampleStream(opennlp.tools.tokenize.Tokenizer, opennlp.tools.util.ObjectStream)"><B>MucCorefSampleStream(Tokenizer, ObjectStream&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/MucCorefSampleStream.html" title="class in opennlp.tools.formats.muc">MucCorefSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/MucMentionInserterStream.html" title="class in opennlp.tools.formats.muc"><B>MucMentionInserterStream</B></A> - Class in <A HREF="./opennlp/tools/formats/muc/package-summary.html">opennlp.tools.formats.muc</A><DD>The mention insert is responsible to insert the mentions from the training data
into the parse trees.<DT><A HREF="./opennlp/tools/formats/muc/MucNameContentHandler.html" title="class in opennlp.tools.formats.muc"><B>MucNameContentHandler</B></A> - Class in <A HREF="./opennlp/tools/formats/muc/package-summary.html">opennlp.tools.formats.muc</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/muc/MucNameContentHandler.html#MucNameContentHandler(opennlp.tools.tokenize.Tokenizer, java.util.List)"><B>MucNameContentHandler(Tokenizer, List&lt;NameSample&gt;)</B></A> -
Constructor for 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/MucNameSampleStream.html" title="class in opennlp.tools.formats.muc"><B>MucNameSampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/muc/package-summary.html">opennlp.tools.formats.muc</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/postag/MutableTagDictionary.html" title="interface in opennlp.tools.postag"><B>MutableTagDictionary</B></A> - Interface in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>Interface that allows <A HREF="./opennlp/tools/postag/TagDictionary.html" title="interface in opennlp.tools.postag"><CODE>TagDictionary</CODE></A> entries to be added and removed.</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#NAME_TYPES"><B>NAME_TYPES</B></A> -
Static variable in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/lang/english/TreebankNameFinder.html#NAME_TYPES"><B>NAME_TYPES</B></A> -
Static variable in class opennlp.tools.lang.english.<A HREF="./opennlp/tools/lang/english/TreebankNameFinder.html" title="class in opennlp.tools.lang.english">TreebankNameFinder</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameContextGenerator.html" title="interface in opennlp.tools.namefind"><B>NameContextGenerator</B></A> - Interface in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>Interface for generating the context for an name finder by specifying a set of geature generators.<DT><A HREF="./opennlp/tools/formats/NameFinderCensus90NameStream.html" title="class in opennlp.tools.formats"><B>NameFinderCensus90NameStream</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>This class helps to read the US Census data from the files to build a
StringList for each dictionary entry in the name-finder dictionary.<DT><A HREF="./opennlp/tools/formats/NameFinderCensus90NameStream.html#NameFinderCensus90NameStream(opennlp.tools.util.ObjectStream)"><B>NameFinderCensus90NameStream(ObjectStream&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/NameFinderCensus90NameStream.html" title="class in opennlp.tools.formats">NameFinderCensus90NameStream</A>
<DD>This constructor takes an ObjectStream and initializes the class to handle
the stream.
<DT><A HREF="./opennlp/tools/formats/NameFinderCensus90NameStream.html#NameFinderCensus90NameStream(java.io.InputStream, java.nio.charset.Charset)"><B>NameFinderCensus90NameStream(InputStream, Charset)</B></A> -
Constructor for class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/NameFinderCensus90NameStream.html" title="class in opennlp.tools.formats">NameFinderCensus90NameStream</A>
<DD>This constructor takes an <code>InputStream</code> and a <code>Charset</code>
and opens an associated stream object with the specified encoding specified.
<DT><A HREF="./opennlp/tools/formats/muc/NameFinderCorefEnhancerStream.html" title="class in opennlp.tools.formats.muc"><B>NameFinderCorefEnhancerStream</B></A> - Class in <A HREF="./opennlp/tools/formats/muc/package-summary.html">opennlp.tools.formats.muc</A><DD>Adds names to the Coref Sample Stream.<DT><A HREF="./opennlp/tools/namefind/NameFinderEventStream.html" title="class in opennlp.tools.namefind"><B>NameFinderEventStream</B></A> - Class in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>Class for creating an event stream out of data files for training an name
finder.<DT><A HREF="./opennlp/tools/namefind/NameFinderEventStream.html#NameFinderEventStream(opennlp.tools.util.ObjectStream, java.lang.String, opennlp.tools.namefind.NameContextGenerator)"><B>NameFinderEventStream(ObjectStream&lt;NameSample&gt;, String, NameContextGenerator)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderEventStream.html" title="class in opennlp.tools.namefind">NameFinderEventStream</A>
<DD>Creates a new name finder event stream using the specified data stream and context generator.
<DT><A HREF="./opennlp/tools/namefind/NameFinderEventStream.html#NameFinderEventStream(opennlp.tools.util.ObjectStream)"><B>NameFinderEventStream(ObjectStream&lt;NameSample&gt;)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderEventStream.html" title="class in opennlp.tools.namefind">NameFinderEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind"><B>NameFinderME</B></A> - Class in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>Class for creating a maximum-entropy-based name finder.<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#NameFinderME(opennlp.tools.namefind.TokenNameFinderModel)"><B>NameFinderME(TokenNameFinderModel)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#NameFinderME(opennlp.tools.namefind.TokenNameFinderModel, opennlp.tools.util.featuregen.AdaptiveFeatureGenerator, int, opennlp.tools.util.SequenceValidator)"><B>NameFinderME(TokenNameFinderModel, AdaptiveFeatureGenerator, int, SequenceValidator&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>Initializes the name finder with the specified model.
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#NameFinderME(opennlp.tools.namefind.TokenNameFinderModel, opennlp.tools.util.featuregen.AdaptiveFeatureGenerator, int)"><B>NameFinderME(TokenNameFinderModel, AdaptiveFeatureGenerator, int)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#NameFinderME(opennlp.tools.namefind.TokenNameFinderModel, int)"><B>NameFinderME(TokenNameFinderModel, int)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#NameFinderME(opennlp.model.MaxentModel)"><B>NameFinderME(MaxentModel)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use the new model API!</I>
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#NameFinderME(opennlp.model.MaxentModel, opennlp.tools.namefind.NameContextGenerator)"><B>NameFinderME(MaxentModel, NameContextGenerator)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#NameFinderME(opennlp.model.MaxentModel, opennlp.tools.namefind.NameContextGenerator, int)"><B>NameFinderME(MaxentModel, NameContextGenerator, int)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameFinderSequenceValidator.html" title="class in opennlp.tools.namefind"><B>NameFinderSequenceValidator</B></A> - Class in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/namefind/NameFinderSequenceValidator.html#NameFinderSequenceValidator()"><B>NameFinderSequenceValidator()</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderSequenceValidator.html" title="class in opennlp.tools.namefind">NameFinderSequenceValidator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind"><B>NameSample</B></A> - Class in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>Class for holding names for a single unit of text.<DT><A HREF="./opennlp/tools/namefind/NameSample.html#NameSample(java.lang.String[], opennlp.tools.util.Span[], java.lang.String[][], boolean)"><B>NameSample(String[], Span[], String[][], boolean)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/namefind/NameSample.html#NameSample(java.lang.String[], opennlp.tools.util.Span[], boolean)"><B>NameSample(String[], Span[], boolean)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSampleDataStream.html" title="class in opennlp.tools.namefind"><B>NameSampleDataStream</B></A> - Class in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>The <A HREF="./opennlp/tools/namefind/NameSampleDataStream.html" title="class in opennlp.tools.namefind"><CODE>NameSampleDataStream</CODE></A> class converts tagged <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang"><CODE>String</CODE></A>s
provided by a <CODE>DataStream</CODE> to <A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind"><CODE>NameSample</CODE></A> objects.<DT><A HREF="./opennlp/tools/namefind/NameSampleDataStream.html#NameSampleDataStream(opennlp.tools.util.ObjectStream)"><B>NameSampleDataStream(ObjectStream&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSampleDataStream.html" title="class in opennlp.tools.namefind">NameSampleDataStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/NameSampleDataStreamFactory.html" title="class in opennlp.tools.formats"><B>NameSampleDataStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>Factory producing OpenNLP <A HREF="./opennlp/tools/namefind/NameSampleDataStream.html" title="class in opennlp.tools.namefind"><CODE>NameSampleDataStream</CODE></A>s.<DT><A HREF="./opennlp/tools/formats/NameSampleDataStreamFactory.Parameters.html" title="interface in opennlp.tools.formats"><B>NameSampleDataStreamFactory.Parameters</B></A> - Interface in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/namefind/NameSampleSequenceStream.html" title="class in opennlp.tools.namefind"><B>NameSampleSequenceStream</B></A> - Class in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/namefind/NameSampleSequenceStream.html#NameSampleSequenceStream(opennlp.tools.util.ObjectStream)"><B>NameSampleSequenceStream(ObjectStream&lt;NameSample&gt;)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSampleSequenceStream.html" title="class in opennlp.tools.namefind">NameSampleSequenceStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSampleSequenceStream.html#NameSampleSequenceStream(opennlp.tools.util.ObjectStream, opennlp.tools.util.featuregen.AdaptiveFeatureGenerator)"><B>NameSampleSequenceStream(ObjectStream&lt;NameSample&gt;, AdaptiveFeatureGenerator)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSampleSequenceStream.html" title="class in opennlp.tools.namefind">NameSampleSequenceStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSampleSequenceStream.html#NameSampleSequenceStream(opennlp.tools.util.ObjectStream, opennlp.tools.namefind.NameContextGenerator)"><B>NameSampleSequenceStream(ObjectStream&lt;NameSample&gt;, NameContextGenerator)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSampleSequenceStream.html" title="class in opennlp.tools.namefind">NameSampleSequenceStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSampleTypeFilter.html" title="class in opennlp.tools.namefind"><B>NameSampleTypeFilter</B></A> - Class in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>A stream which removes Name Samples which do not have a certain type.<DT><A HREF="./opennlp/tools/namefind/NameSampleTypeFilter.html#NameSampleTypeFilter(java.lang.String[], opennlp.tools.util.ObjectStream)"><B>NameSampleTypeFilter(String[], ObjectStream&lt;NameSample&gt;)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSampleTypeFilter.html" title="class in opennlp.tools.namefind">NameSampleTypeFilter</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSampleTypeFilter.html#NameSampleTypeFilter(java.util.Set, opennlp.tools.util.ObjectStream)"><B>NameSampleTypeFilter(Set&lt;String&gt;, ObjectStream&lt;NameSample&gt;)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSampleTypeFilter.html" title="class in opennlp.tools.namefind">NameSampleTypeFilter</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/NameToSentenceSampleStream.html" title="class in opennlp.tools.formats.convert"><B>NameToSentenceSampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/formats/convert/NameToSentenceSampleStream.html#NameToSentenceSampleStream(opennlp.tools.tokenize.Detokenizer, opennlp.tools.util.ObjectStream, int)"><B>NameToSentenceSampleStream(Detokenizer, ObjectStream&lt;NameSample&gt;, int)</B></A> -
Constructor for class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/NameToSentenceSampleStream.html" title="class in opennlp.tools.formats.convert">NameToSentenceSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/NameToSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats.convert"><B>NameToSentenceSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/formats/convert/NameToTokenSampleStream.html" title="class in opennlp.tools.formats.convert"><B>NameToTokenSampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/formats/convert/NameToTokenSampleStream.html#NameToTokenSampleStream(opennlp.tools.tokenize.Detokenizer, opennlp.tools.util.ObjectStream)"><B>NameToTokenSampleStream(Detokenizer, ObjectStream&lt;NameSample&gt;)</B></A> -
Constructor for class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/NameToTokenSampleStream.html" title="class in opennlp.tools.formats.convert">NameToTokenSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/NameToTokenSampleStreamFactory.html" title="class in opennlp.tools.formats.convert"><B>NameToTokenSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/coref/sim/GenderEnum.html#NEUTER"><B>NEUTER</B></A> -
Static variable in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderEnum.html" title="class in opennlp.tools.coref.sim">GenderEnum</A>
<DD>Nueter gender.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#neuterPronounPattern"><B>neuterPronounPattern</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Regular expression for English neuter pronouns.
<DT><A HREF="./opennlp/tools/chunker/ChunkerEventStream.html#next()"><B>next()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkerEventStream.html" title="class in opennlp.tools.chunker">ChunkerEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/lang/en/TokenSampleStream.html#next()"><B>next()</B></A> -
Method in class opennlp.tools.tokenize.lang.en.<A HREF="./opennlp/tools/tokenize/lang/en/TokenSampleStream.html" title="class in opennlp.tools.tokenize.lang.en">TokenSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/AbstractEventStream.html#next()"><B>next()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/AbstractEventStream.html" title="class in opennlp.tools.util">AbstractEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/CollectionEventStream.html#next()"><B>next()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/CollectionEventStream.html" title="class in opennlp.tools.util">CollectionEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.html#next()"><B>next()</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.html" title="class in opennlp.tools.util.eval">CrossValidationPartitioner</A>
<DD>Retrieves the next training and test partitions.
<DT><A HREF="./opennlp/tools/util/EventTraceStream.html#next()"><B>next()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/EventTraceStream.html" title="class in opennlp.tools.util">EventTraceStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/HashSumEventStream.html#next()"><B>next()</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;&nbsp;
<DT><A HREF="./opennlp/tools/util/ReverseListIterator.html#next()"><B>next()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/ReverseListIterator.html" title="class in opennlp.tools.util">ReverseListIterator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html#NEXT_PREFIX"><B>NEXT_PREFIX</B></A> -
Static variable in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">WindowFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/NGramFeatureGenerator.html" title="class in opennlp.tools.doccat"><B>NGramFeatureGenerator</B></A> - Class in <A HREF="./opennlp/tools/doccat/package-summary.html">opennlp.tools.doccat</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/doccat/NGramFeatureGenerator.html#NGramFeatureGenerator()"><B>NGramFeatureGenerator()</B></A> -
Constructor for class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/NGramFeatureGenerator.html" title="class in opennlp.tools.doccat">NGramFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram"><B>NGramModel</B></A> - Class in <A HREF="./opennlp/tools/ngram/package-summary.html">opennlp.tools.ngram</A><DD>The <A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram"><CODE>NGramModel</CODE></A> can be used to crate ngrams and character ngrams.<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#NGramModel()"><B>NGramModel()</B></A> -
Constructor for class opennlp.tools.ngram.<A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram">NGramModel</A>
<DD>Initializes an empty instance.
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#NGramModel(java.io.InputStream)"><B>NGramModel(InputStream)</B></A> -
Constructor for class opennlp.tools.ngram.<A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram">NGramModel</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/chunker/ChunkSample.html#nicePrint()"><B>nicePrint()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkSample.html" title="class in opennlp.tools.chunker">ChunkSample</A>
<DD>Creates a nice to read string for the phrases formatted as following: <br>
<code>
[NP Rockwell_NNP ] [VP said_VBD ] [NP the_DT agreement_NN ] [VP calls_VBZ ] [SBAR for_IN ] [NP it_PRP ] [VP to_TO supply_VB ] [NP 200_CD additional_JJ so-called_JJ shipsets_NNS ] [PP for_IN ] [NP the_DT planes_NNS ] ._.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html#NO_SPLIT"><B>NO_SPLIT</B></A> -
Static variable in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html" title="class in opennlp.tools.sentdetect">SentenceDetectorME</A>
<DD>Constant indicates no sentence split.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerME.html#NO_SPLIT"><B>NO_SPLIT</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>Constant indicates no token split.
<DT><A HREF="./opennlp/tools/parser/treeinsert/Parser.html#NON_ATTACH"><B>NON_ATTACH</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 not be attached to another node.
<DT><A HREF="./opennlp/tools/coref/resolver/NonReferentialResolver.html" title="interface in opennlp.tools.coref.resolver"><B>NonReferentialResolver</B></A> - Interface in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Provides the interface for a object to provide a resolver with a non-referential
probability.<DT><A HREF="./opennlp/tools/coref/Linker.html#NP"><B>NP</B></A> -
Static variable in interface opennlp.tools.coref.<A HREF="./opennlp/tools/coref/Linker.html" title="interface in opennlp.tools.coref">Linker</A>
<DD>String constant used to label a mention which consists of a single noun phrase.
<DT><A HREF="./opennlp/tools/coref/sim/Number.html" title="class in opennlp.tools.coref.sim"><B>Number</B></A> - Class in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Class which models the number of an entity and the confidence of that association.<DT><A HREF="./opennlp/tools/coref/sim/Number.html#Number(opennlp.tools.coref.sim.NumberEnum, double)"><B>Number(NumberEnum, double)</B></A> -
Constructor for class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Number.html" title="class in opennlp.tools.coref.sim">Number</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/NumberModel.html#numberDist(opennlp.tools.coref.sim.Context)"><B>numberDist(Context)</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/NumberModel.html" title="class in opennlp.tools.coref.sim">NumberModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/TestNumberModel.html#numberDist(opennlp.tools.coref.sim.Context)"><B>numberDist(Context)</B></A> -
Method in interface opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/TestNumberModel.html" title="interface in opennlp.tools.coref.sim">TestNumberModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/NumberEnum.html" title="class in opennlp.tools.coref.sim"><B>NumberEnum</B></A> - Class in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Enumeration of number types.<DT><A HREF="./opennlp/tools/coref/sim/NumberModel.html" title="class in opennlp.tools.coref.sim"><B>NumberModel</B></A> - Class in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Class which models the number of particular mentions and the entities made up of mentions.<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#numberOfGrams()"><B>numberOfGrams()</B></A> -
Method in class opennlp.tools.ngram.<A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram">NGramModel</A>
<DD>Retrieves the total count of all Ngrams.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/util/ObjectStream.html" title="interface in opennlp.tools.util"><B>ObjectStream</B></A>&lt;<A HREF="./opennlp/tools/util/ObjectStream.html" title="type parameter in ObjectStream">T</A>&gt; - Interface in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Reads <code>Object</code>s from a stream.<DT><A HREF="./opennlp/tools/util/ObjectStreamUtils.html" title="class in opennlp.tools.util"><B>ObjectStreamUtils</B></A> - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/util/ObjectStreamUtils.html#ObjectStreamUtils()"><B>ObjectStreamUtils()</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/ObjectStreamUtils.html" title="class in opennlp.tools.util">ObjectStreamUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/package-summary.html"><B>opennlp.tools</B></A> - package opennlp.tools<DD>Contains packages which solve common NLP tasks.<DT><A HREF="./opennlp/tools/chunker/package-summary.html"><B>opennlp.tools.chunker</B></A> - package opennlp.tools.chunker<DD>Package related to finding non-recursive syntactic annotation such as noun phrase chunks.<DT><A HREF="./opennlp/tools/coref/package-summary.html"><B>opennlp.tools.coref</B></A> - package opennlp.tools.coref<DD>Package related to performing coreference resolution.<DT><A HREF="./opennlp/tools/coref/mention/package-summary.html"><B>opennlp.tools.coref.mention</B></A> - package opennlp.tools.coref.mention<DD>Package related to the modeling mentions for coreference resolution.<DT><A HREF="./opennlp/tools/coref/resolver/package-summary.html"><B>opennlp.tools.coref.resolver</B></A> - package opennlp.tools.coref.resolver<DD>Package related to resolution techniques for coreference resolution.<DT><A HREF="./opennlp/tools/coref/sim/package-summary.html"><B>opennlp.tools.coref.sim</B></A> - package opennlp.tools.coref.sim<DD>Package related to the modeling mention similarity for coreference resolution.<DT><A HREF="./opennlp/tools/dictionary/package-summary.html"><B>opennlp.tools.dictionary</B></A> - package opennlp.tools.dictionary<DD>Package related to parsing and storing dictionaries.<DT><A HREF="./opennlp/tools/dictionary/serializer/package-summary.html"><B>opennlp.tools.dictionary.serializer</B></A> - package opennlp.tools.dictionary.serializer<DD>&nbsp;<DT><A HREF="./opennlp/tools/doccat/package-summary.html"><B>opennlp.tools.doccat</B></A> - package opennlp.tools.doccat<DD>Package for classifying a document into a category.<DT><A HREF="./opennlp/tools/formats/package-summary.html"><B>opennlp.tools.formats</B></A> - package opennlp.tools.formats<DD>Experimental package related to converting various corpora to OpenNLP Format.<DT><A HREF="./opennlp/tools/formats/ad/package-summary.html"><B>opennlp.tools.formats.ad</B></A> - package opennlp.tools.formats.ad<DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/convert/package-summary.html"><B>opennlp.tools.formats.convert</B></A> - package opennlp.tools.formats.convert<DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/frenchtreebank/package-summary.html"><B>opennlp.tools.formats.frenchtreebank</B></A> - package opennlp.tools.formats.frenchtreebank<DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/muc/package-summary.html"><B>opennlp.tools.formats.muc</B></A> - package opennlp.tools.formats.muc<DD>&nbsp;<DT><A HREF="./opennlp/tools/lang/english/package-summary.html"><B>opennlp.tools.lang.english</B></A> - package opennlp.tools.lang.english<DD>Package related to the processing of English data.<DT><A HREF="./opennlp/tools/lang/spanish/package-summary.html"><B>opennlp.tools.lang.spanish</B></A> - package opennlp.tools.lang.spanish<DD>Package related to the processing of Spanish data.<DT><A HREF="./opennlp/tools/namefind/package-summary.html"><B>opennlp.tools.namefind</B></A> - package opennlp.tools.namefind<DD>Package related to finding proper names and numeric amounts.<DT><A HREF="./opennlp/tools/ngram/package-summary.html"><B>opennlp.tools.ngram</B></A> - package opennlp.tools.ngram<DD>Package related to computing and storing n-gram frequencies.<DT><A HREF="./opennlp/tools/parser/package-summary.html"><B>opennlp.tools.parser</B></A> - package opennlp.tools.parser<DD>Package containing common code for performing full syntactic parsing.<DT><A HREF="./opennlp/tools/parser/chunking/package-summary.html"><B>opennlp.tools.parser.chunking</B></A> - package opennlp.tools.parser.chunking<DD>Package containing code for performing full syntactic parsing using shift/reduce-style decisions.<DT><A HREF="./opennlp/tools/parser/lang/en/package-summary.html"><B>opennlp.tools.parser.lang.en</B></A> - package opennlp.tools.parser.lang.en<DD>&nbsp;<DT><A HREF="./opennlp/tools/parser/treeinsert/package-summary.html"><B>opennlp.tools.parser.treeinsert</B></A> - package opennlp.tools.parser.treeinsert<DD>Package containing experimental code for performing full syntactic
parsing using attachment decisions.<DT><A HREF="./opennlp/tools/postag/package-summary.html"><B>opennlp.tools.postag</B></A> - package opennlp.tools.postag<DD>Package related to part-of-speech tagging.<DT><A HREF="./opennlp/tools/sentdetect/package-summary.html"><B>opennlp.tools.sentdetect</B></A> - package opennlp.tools.sentdetect<DD>Package related to identifying sentece boundries.<DT><A HREF="./opennlp/tools/sentdetect/lang/package-summary.html"><B>opennlp.tools.sentdetect.lang</B></A> - package opennlp.tools.sentdetect.lang<DD>&nbsp;<DT><A HREF="./opennlp/tools/sentdetect/lang/th/package-summary.html"><B>opennlp.tools.sentdetect.lang.th</B></A> - package opennlp.tools.sentdetect.lang.th<DD>Package related to the processing of Thai data.<DT><A HREF="./opennlp/tools/stemmer/package-summary.html"><B>opennlp.tools.stemmer</B></A> - package opennlp.tools.stemmer<DD>&nbsp;<DT><A HREF="./opennlp/tools/tokenize/package-summary.html"><B>opennlp.tools.tokenize</B></A> - package opennlp.tools.tokenize<DD>Contains classes related to finding token or words in a string.<DT><A HREF="./opennlp/tools/tokenize/lang/package-summary.html"><B>opennlp.tools.tokenize.lang</B></A> - package opennlp.tools.tokenize.lang<DD>&nbsp;<DT><A HREF="./opennlp/tools/tokenize/lang/en/package-summary.html"><B>opennlp.tools.tokenize.lang.en</B></A> - package opennlp.tools.tokenize.lang.en<DD>&nbsp;<DT><A HREF="./opennlp/tools/util/package-summary.html"><B>opennlp.tools.util</B></A> - package opennlp.tools.util<DD>Package containing utility data structures and algorithms used by multiple other packages.<DT><A HREF="./opennlp/tools/util/eval/package-summary.html"><B>opennlp.tools.util.eval</B></A> - package opennlp.tools.util.eval<DD>&nbsp;<DT><A HREF="./opennlp/tools/util/ext/package-summary.html"><B>opennlp.tools.util.ext</B></A> - package opennlp.tools.util.ext<DD>Package containing extension loading code.<DT><A HREF="./opennlp/tools/util/featuregen/package-summary.html"><B>opennlp.tools.util.featuregen</B></A> - package opennlp.tools.util.featuregen<DD>This package contains classes for generating sequence features.<DT><A HREF="./opennlp/tools/util/model/package-summary.html"><B>opennlp.tools.util.model</B></A> - package opennlp.tools.util.model<DD>&nbsp;<DT><A HREF="./opennlp/tools/util/ext/OSGiExtensionLoader.html" title="class in opennlp.tools.util.ext"><B>OSGiExtensionLoader</B></A> - Class in <A HREF="./opennlp/tools/util/ext/package-summary.html">opennlp.tools.util.ext</A><DD>OSGi bundle activator which can use an OSGi service as
an OpenNLP extension.<DT><A HREF="./opennlp/tools/util/ext/OSGiExtensionLoader.html#OSGiExtensionLoader()"><B>OSGiExtensionLoader()</B></A> -
Constructor for class opennlp.tools.util.ext.<A HREF="./opennlp/tools/util/ext/OSGiExtensionLoader.html" title="class in opennlp.tools.util.ext">OSGiExtensionLoader</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html#OTHER"><B>OTHER</B></A> -
Static variable in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html" title="class in opennlp.tools.formats.ad">ADChunkSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#OTHER"><B>OTHER</B></A> -
Static variable in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#OTHER"><B>OTHER</B></A> -
Static variable in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in opennlp.tools.parser">AbstractBottomUpParser</A>
<DD>Outcome for token which is not contained in a basal constituent.
<DT><A HREF="./opennlp/tools/util/featuregen/OutcomePriorFeatureGenerator.html#OUTCOME_PRIOR_FEATURE"><B>OUTCOME_PRIOR_FEATURE</B></A> -
Static variable in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/OutcomePriorFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">OutcomePriorFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/OutcomePriorFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><B>OutcomePriorFeatureGenerator</B></A> - Class in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>The definition feature maps the underlying distribution of outcomes.<DT><A HREF="./opennlp/tools/util/featuregen/OutcomePriorFeatureGenerator.html#OutcomePriorFeatureGenerator()"><B>OutcomePriorFeatureGenerator()</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/OutcomePriorFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">OutcomePriorFeatureGenerator</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/util/ParagraphStream.html" title="class in opennlp.tools.util"><B>ParagraphStream</B></A> - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Stream filter which merges text lines into paragraphs.<DT><A HREF="./opennlp/tools/util/ParagraphStream.html#ParagraphStream(opennlp.tools.util.ObjectStream)"><B>ParagraphStream(ObjectStream&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/ParagraphStream.html" title="class in opennlp.tools.util">ParagraphStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefSample.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Static method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefSample.html" title="class in opennlp.tools.coref">CorefSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention"><B>Parse</B></A> - Interface in <A HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>Interface for syntactic and named-entity information to be used in coreference
annotation.<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.html#parse(java.lang.String, int, boolean, boolean)"><B>parse(String, int, boolean, boolean)</B></A> -
Method in 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>Parse the sentence
<DT><A HREF="./opennlp/tools/formats/muc/SgmlParser.html#parse(java.io.Reader, opennlp.tools.formats.muc.SgmlParser.ContentHandler)"><B>parse(Reader, SgmlParser.ContentHandler)</B></A> -
Method in class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/SgmlParser.html" title="class in opennlp.tools.formats.muc">SgmlParser</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSample.html#parse(java.lang.String, boolean)"><B>parse(String, boolean)</B></A> -
Static method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSample.html#parse(java.lang.String, java.lang.String, boolean)"><B>parse(String, String, boolean)</B></A> -
Static method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#parse(opennlp.tools.parser.Parse, int)"><B>parse(Parse, int)</B></A> -
Method in 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/AbstractBottomUpParser.html#parse(opennlp.tools.parser.Parse)"><B>parse(Parse)</B></A> -
Method in 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/Parse.html" title="class in opennlp.tools.parser"><B>Parse</B></A> - Class in <A HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>Data structure for holding parse constituents.<DT><A HREF="./opennlp/tools/parser/Parse.html#Parse(java.lang.String, opennlp.tools.util.Span, java.lang.String, double, int)"><B>Parse(String, Span, String, double, int)</B></A> -
Constructor for class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Creates a new parse node for this specified text and span of the specified type with the specified probability
and the specified head index.
<DT><A HREF="./opennlp/tools/parser/Parse.html#Parse(java.lang.String, opennlp.tools.util.Span, java.lang.String, double, opennlp.tools.parser.Parse)"><B>Parse(String, Span, String, double, Parse)</B></A> -
Constructor for class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Creates a new parse node for this specified text and span of the specified type with the specified probability
and the specified head and head index.
<DT><A HREF="./opennlp/tools/parser/Parser.html#parse(opennlp.tools.parser.Parse, int)"><B>parse(Parse, int)</B></A> -
Method in interface opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parser.html" title="interface in opennlp.tools.parser">Parser</A>
<DD>Returns the specified number of parses or fewer for the specified tokens.
<DT><A HREF="./opennlp/tools/parser/Parser.html#parse(opennlp.tools.parser.Parse)"><B>parse(Parse)</B></A> -
Method in interface opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parser.html" title="interface in opennlp.tools.parser">Parser</A>
<DD>Returns a parse for the specified parse of tokens.
<DT><A HREF="./opennlp/tools/parser/ParserType.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Static method in enum opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserType.html" title="enum in opennlp.tools.parser">ParserType</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSSample.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Static method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag">POSSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.Operation.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Static method in enum opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.Operation.html" title="enum in opennlp.tools.tokenize">DetokenizationDictionary.Operation</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenSample.html#parse(java.lang.String, java.lang.String)"><B>parse(String, String)</B></A> -
Static method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize">TokenSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Version.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util">Version</A>
<DD>Return a new <A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util"><CODE>Version</CODE></A> initialized to the value
represented by the specified <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang"><CODE>String</CODE></A>
<DT><A HREF="./opennlp/tools/coref/sim/Context.html#parseContext(java.lang.String)"><B>parseContext(String)</B></A> -
Static method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Context.html" title="class in opennlp.tools.coref.sim">Context</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#parseOneEntryPerLine(java.io.Reader)"><B>parseOneEntryPerLine(Reader)</B></A> -
Static method in class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>Reads a dictionary which has one entry per line.
<DT><A HREF="./opennlp/tools/parser/Parse.html#parseParse(java.lang.String)"><B>parseParse(String)</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>Parses the specified tree-bank style parse string and return a Parse structure for that string.
<DT><A HREF="./opennlp/tools/parser/Parse.html#parseParse(java.lang.String, opennlp.tools.parser.GapLabeler)"><B>parseParse(String, GapLabeler)</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>Parses the specified tree-bank style parse string and return a Parse structure
for that string.
<DT><A HREF="./opennlp/tools/parser/chunking/Parser.html" title="class in opennlp.tools.parser.chunking"><B>Parser</B></A> - Class in <A HREF="./opennlp/tools/parser/chunking/package-summary.html">opennlp.tools.parser.chunking</A><DD>Class for a shift reduce style parser based on Adwait Ratnaparkhi's 1998 thesis.<DT><A HREF="./opennlp/tools/parser/chunking/Parser.html#Parser(opennlp.tools.parser.ParserModel, int, double)"><B>Parser(ParserModel, int, double)</B></A> -
Constructor for class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/Parser.html" title="class in opennlp.tools.parser.chunking">Parser</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/chunking/Parser.html#Parser(opennlp.tools.parser.ParserModel)"><B>Parser(ParserModel)</B></A> -
Constructor for class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/Parser.html" title="class in opennlp.tools.parser.chunking">Parser</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/chunking/Parser.html#Parser(opennlp.model.MaxentModel, opennlp.model.MaxentModel, opennlp.tools.postag.POSTagger, opennlp.tools.chunker.Chunker, opennlp.tools.parser.HeadRules)"><B>Parser(MaxentModel, MaxentModel, POSTagger, Chunker, HeadRules)</B></A> -
Constructor for class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/Parser.html" title="class in opennlp.tools.parser.chunking">Parser</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/parser/chunking/Parser.html#Parser(opennlp.model.MaxentModel, opennlp.model.MaxentModel, opennlp.tools.postag.POSTagger, opennlp.tools.chunker.Chunker, opennlp.tools.parser.HeadRules, int, double)"><B>Parser(MaxentModel, MaxentModel, POSTagger, Chunker, HeadRules, int, double)</B></A> -
Constructor for class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/Parser.html" title="class in opennlp.tools.parser.chunking">Parser</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parser.html" title="interface in opennlp.tools.parser"><B>Parser</B></A> - Interface in <A HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>Interface for full-syntactic parsers.<DT><A HREF="./opennlp/tools/parser/treeinsert/Parser.html" title="class in opennlp.tools.parser.treeinsert"><B>Parser</B></A> - Class in <A HREF="./opennlp/tools/parser/treeinsert/package-summary.html">opennlp.tools.parser.treeinsert</A><DD>Built/attach parser.<DT><A HREF="./opennlp/tools/parser/treeinsert/Parser.html#Parser(opennlp.tools.parser.ParserModel, int, double)"><B>Parser(ParserModel, int, double)</B></A> -
Constructor for class opennlp.tools.parser.treeinsert.<A HREF="./opennlp/tools/parser/treeinsert/Parser.html" title="class in opennlp.tools.parser.treeinsert">Parser</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/treeinsert/Parser.html#Parser(opennlp.tools.parser.ParserModel)"><B>Parser(ParserModel)</B></A> -
Constructor for class opennlp.tools.parser.treeinsert.<A HREF="./opennlp/tools/parser/treeinsert/Parser.html" title="class in opennlp.tools.parser.treeinsert">Parser</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/treeinsert/Parser.html#Parser(opennlp.model.AbstractModel, opennlp.model.AbstractModel, opennlp.model.AbstractModel, opennlp.tools.postag.POSTagger, opennlp.tools.chunker.Chunker, opennlp.tools.parser.HeadRules, int, double)"><B>Parser(AbstractModel, AbstractModel, AbstractModel, POSTagger, Chunker, HeadRules, int, double)</B></A> -
Constructor for class opennlp.tools.parser.treeinsert.<A HREF="./opennlp/tools/parser/treeinsert/Parser.html" title="class in opennlp.tools.parser.treeinsert">Parser</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/parser/treeinsert/Parser.html#Parser(opennlp.model.AbstractModel, opennlp.model.AbstractModel, opennlp.model.AbstractModel, opennlp.tools.postag.POSTagger, opennlp.tools.chunker.Chunker, opennlp.tools.parser.HeadRules)"><B>Parser(AbstractModel, AbstractModel, AbstractModel, POSTagger, Chunker, HeadRules)</B></A> -
Constructor for class opennlp.tools.parser.treeinsert.<A HREF="./opennlp/tools/parser/treeinsert/Parser.html" title="class in opennlp.tools.parser.treeinsert">Parser</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserChunkerSequenceValidator.html" title="class in opennlp.tools.parser"><B>ParserChunkerSequenceValidator</B></A> - Class in <A HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/parser/ParserChunkerSequenceValidator.html#ParserChunkerSequenceValidator(opennlp.tools.chunker.ChunkerModel)"><B>ParserChunkerSequenceValidator(ChunkerModel)</B></A> -
Constructor for class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserChunkerSequenceValidator.html" title="class in opennlp.tools.parser">ParserChunkerSequenceValidator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/chunking/ParserEventStream.html" title="class in opennlp.tools.parser.chunking"><B>ParserEventStream</B></A> - Class in <A HREF="./opennlp/tools/parser/chunking/package-summary.html">opennlp.tools.parser.chunking</A><DD>Wrapper class for one of four parser event streams.<DT><A HREF="./opennlp/tools/parser/chunking/ParserEventStream.html#ParserEventStream(opennlp.tools.util.ObjectStream, opennlp.tools.parser.HeadRules, opennlp.tools.parser.ParserEventTypeEnum, opennlp.tools.dictionary.Dictionary)"><B>ParserEventStream(ObjectStream&lt;Parse&gt;, HeadRules, ParserEventTypeEnum, Dictionary)</B></A> -
Constructor for class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/ParserEventStream.html" title="class in opennlp.tools.parser.chunking">ParserEventStream</A>
<DD>Create an event stream based on the specified data stream of the specified type using the specified head rules.
<DT><A HREF="./opennlp/tools/parser/chunking/ParserEventStream.html#ParserEventStream(opennlp.tools.util.ObjectStream, opennlp.tools.parser.HeadRules, opennlp.tools.parser.ParserEventTypeEnum)"><B>ParserEventStream(ObjectStream&lt;Parse&gt;, HeadRules, ParserEventTypeEnum)</B></A> -
Constructor for class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/ParserEventStream.html" title="class in opennlp.tools.parser.chunking">ParserEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/treeinsert/ParserEventStream.html" title="class in opennlp.tools.parser.treeinsert"><B>ParserEventStream</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/ParserEventStream.html#ParserEventStream(opennlp.tools.util.ObjectStream, opennlp.tools.parser.HeadRules, opennlp.tools.parser.ParserEventTypeEnum, opennlp.tools.dictionary.Dictionary)"><B>ParserEventStream(ObjectStream&lt;Parse&gt;, HeadRules, ParserEventTypeEnum, Dictionary)</B></A> -
Constructor for class opennlp.tools.parser.treeinsert.<A HREF="./opennlp/tools/parser/treeinsert/ParserEventStream.html" title="class in opennlp.tools.parser.treeinsert">ParserEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/treeinsert/ParserEventStream.html#ParserEventStream(opennlp.tools.util.ObjectStream, opennlp.tools.parser.HeadRules, opennlp.tools.parser.ParserEventTypeEnum)"><B>ParserEventStream(ObjectStream&lt;Parse&gt;, HeadRules, ParserEventTypeEnum)</B></A> -
Constructor for class opennlp.tools.parser.treeinsert.<A HREF="./opennlp/tools/parser/treeinsert/ParserEventStream.html" title="class in opennlp.tools.parser.treeinsert">ParserEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserEventTypeEnum.html" title="enum in opennlp.tools.parser"><B>ParserEventTypeEnum</B></A> - Enum in <A HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>Enumerated type of event types for the parser.<DT><A HREF="./opennlp/tools/parser/ParserFactory.html" title="class in opennlp.tools.parser"><B>ParserFactory</B></A> - Class in <A HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser"><B>ParserModel</B></A> - Class in <A HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>This is an abstract base class for <A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser"><CODE>ParserModel</CODE></A> implementations.<DT><A HREF="./opennlp/tools/parser/ParserModel.html#ParserModel(java.lang.String, opennlp.model.AbstractModel, opennlp.model.AbstractModel, opennlp.model.AbstractModel, opennlp.tools.postag.POSModel, opennlp.tools.chunker.ChunkerModel, opennlp.tools.parser.lang.en.HeadRules, opennlp.tools.parser.ParserType, java.util.Map)"><B>ParserModel(String, AbstractModel, AbstractModel, AbstractModel, POSModel, ChunkerModel, HeadRules, ParserType, Map&lt;String, String&gt;)</B></A> -
Constructor for class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#ParserModel(java.lang.String, opennlp.model.AbstractModel, opennlp.model.AbstractModel, opennlp.model.AbstractModel, opennlp.tools.postag.POSModel, opennlp.tools.chunker.ChunkerModel, opennlp.tools.parser.lang.en.HeadRules, opennlp.tools.parser.ParserType)"><B>ParserModel(String, AbstractModel, AbstractModel, AbstractModel, POSModel, ChunkerModel, HeadRules, ParserType)</B></A> -
Constructor for class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#ParserModel(java.lang.String, opennlp.model.AbstractModel, opennlp.model.AbstractModel, opennlp.tools.postag.POSModel, opennlp.tools.chunker.ChunkerModel, opennlp.tools.parser.lang.en.HeadRules, opennlp.tools.parser.ParserType, java.util.Map)"><B>ParserModel(String, AbstractModel, AbstractModel, POSModel, ChunkerModel, HeadRules, ParserType, Map&lt;String, String&gt;)</B></A> -
Constructor for class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#ParserModel(java.io.InputStream)"><B>ParserModel(InputStream)</B></A> -
Constructor for class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#ParserModel(java.io.File)"><B>ParserModel(File)</B></A> -
Constructor for class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#ParserModel(java.net.URL)"><B>ParserModel(URL)</B></A> -
Constructor for class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserType.html" title="enum in opennlp.tools.parser"><B>ParserType</B></A> - Enum in <A HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/parser/ParseSampleStream.html" title="class in opennlp.tools.parser"><B>ParseSampleStream</B></A> - Class in <A HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/parser/ParseSampleStream.html#ParseSampleStream(opennlp.tools.util.ObjectStream)"><B>ParseSampleStream(ObjectStream&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParseSampleStream.html" title="class in opennlp.tools.parser">ParseSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ParseSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>ParseSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>Factory producing OpenNLP <A HREF="./opennlp/tools/parser/ParseSampleStream.html" title="class in opennlp.tools.parser"><CODE>ParseSampleStream</CODE></A>s.<DT><A HREF="./opennlp/tools/formats/ParseSampleStreamFactory.Parameters.html" title="interface in opennlp.tools.formats"><B>ParseSampleStreamFactory.Parameters</B></A> - Interface in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/convert/ParseToPOSSampleStream.html" title="class in opennlp.tools.formats.convert"><B>ParseToPOSSampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/formats/convert/ParseToPOSSampleStreamFactory.html" title="class in opennlp.tools.formats.convert"><B>ParseToPOSSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/formats/convert/ParseToSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats.convert"><B>ParseToSentenceSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/formats/convert/ParseToTokenSampleStreamFactory.html" title="class in opennlp.tools.formats.convert"><B>ParseToTokenSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/coref/resolver/PerfectResolver.html" title="class in opennlp.tools.coref.resolver"><B>PerfectResolver</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Resolver used in training to update the discourse model based on the coreference annotation.<DT><A HREF="./opennlp/tools/coref/resolver/PerfectResolver.html#PerfectResolver()"><B>PerfectResolver()</B></A> -
Constructor for 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/chunker/ChunkSample.html#phrasesAsSpanList(java.lang.String[], java.lang.String[], java.lang.String[])"><B>phrasesAsSpanList(String[], String[], String[])</B></A> -
Static method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkSample.html" title="class in opennlp.tools.chunker">ChunkSample</A>
<DD>Static method to create arrays of spans of phrases
<DT><A HREF="./opennlp/tools/util/PlainTextByLineStream.html" title="class in opennlp.tools.util"><B>PlainTextByLineStream</B></A> - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Reads a plain text file and return each line as a <code>String</code> object.<DT><A HREF="./opennlp/tools/util/PlainTextByLineStream.html#PlainTextByLineStream(java.io.Reader)"><B>PlainTextByLineStream(Reader)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/PlainTextByLineStream.html" title="class in opennlp.tools.util">PlainTextByLineStream</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/util/PlainTextByLineStream.html#PlainTextByLineStream(java.io.InputStream, java.lang.String)"><B>PlainTextByLineStream(InputStream, String)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/PlainTextByLineStream.html" title="class in opennlp.tools.util">PlainTextByLineStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/PlainTextByLineStream.html#PlainTextByLineStream(java.io.InputStream, java.nio.charset.Charset)"><B>PlainTextByLineStream(InputStream, Charset)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/PlainTextByLineStream.html" title="class in opennlp.tools.util">PlainTextByLineStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/PlainTextByLineStream.html#PlainTextByLineStream(java.nio.channels.FileChannel, java.lang.String)"><B>PlainTextByLineStream(FileChannel, String)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/PlainTextByLineStream.html" title="class in opennlp.tools.util">PlainTextByLineStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/PlainTextByLineStream.html#PlainTextByLineStream(java.nio.channels.FileChannel, java.nio.charset.Charset)"><B>PlainTextByLineStream(FileChannel, Charset)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/PlainTextByLineStream.html" title="class in opennlp.tools.util">PlainTextByLineStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/NumberEnum.html#PLURAL"><B>PLURAL</B></A> -
Static variable in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/NumberEnum.html" title="class in opennlp.tools.coref.sim">NumberEnum</A>
<DD>Plural number type.
<DT><A HREF="./opennlp/tools/coref/resolver/PluralNounResolver.html" title="class in opennlp.tools.coref.resolver"><B>PluralNounResolver</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Resolves coreference between plural nouns.<DT><A HREF="./opennlp/tools/coref/resolver/PluralNounResolver.html#PluralNounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode)"><B>PluralNounResolver(String, ResolverMode)</B></A> -
Constructor for 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/PluralNounResolver.html#PluralNounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode, opennlp.tools.coref.resolver.NonReferentialResolver)"><B>PluralNounResolver(String, ResolverMode, NonReferentialResolver)</B></A> -
Constructor for 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/ResolverUtils.html#pluralPronounPattern"><B>pluralPronounPattern</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Regular expression for English plural pronouns.
<DT><A HREF="./opennlp/tools/coref/resolver/PluralPronounResolver.html" title="class in opennlp.tools.coref.resolver"><B>PluralPronounResolver</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Resolves coreference between plural pronouns and their referents.<DT><A HREF="./opennlp/tools/coref/resolver/PluralPronounResolver.html#PluralPronounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode)"><B>PluralPronounResolver(String, ResolverMode)</B></A> -
Constructor for 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/PluralPronounResolver.html#PluralPronounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode, opennlp.tools.coref.resolver.NonReferentialResolver)"><B>PluralPronounResolver(String, ResolverMode, NonReferentialResolver)</B></A> -
Constructor for 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/ResolverUtils.html#pluralThirdPersonPronounPattern"><B>pluralThirdPersonPronounPattern</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Regular expression for English plural third person pronouns.
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#populatePOSDictionary(opennlp.tools.util.ObjectStream, opennlp.tools.postag.MutableTagDictionary, int)"><B>populatePOSDictionary(ObjectStream&lt;POSSample&gt;, MutableTagDictionary, 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/formats/ad/PortugueseContractionUtility.html" title="class in opennlp.tools.formats.ad"><B>PortugueseContractionUtility</B></A> - Class in <A HREF="./opennlp/tools/formats/ad/package-summary.html">opennlp.tools.formats.ad</A><DD>Utility class to handle Portuguese contractions.<DT><A HREF="./opennlp/tools/formats/ad/PortugueseContractionUtility.html#PortugueseContractionUtility()"><B>PortugueseContractionUtility()</B></A> -
Constructor for class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/PortugueseContractionUtility.html" title="class in opennlp.tools.formats.ad">PortugueseContractionUtility</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSModel.html#POS_MODEL_ENTRY_NAME"><B>POS_MODEL_ENTRY_NAME</B></A> -
Static variable in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSContextGenerator.html" title="interface in opennlp.tools.postag"><B>POSContextGenerator</B></A> - Interface in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>The interface for a context generator for the POS Tagger.<DT><A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag"><B>POSDictionary</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>Provides a means of determining which tags are valid for a particular word
based on a tag dictionary read from a file.<DT><A HREF="./opennlp/tools/postag/POSDictionary.html#POSDictionary()"><B>POSDictionary()</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD>Initializes an empty case sensitive <A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag"><CODE>POSDictionary</CODE></A>.
<DT><A HREF="./opennlp/tools/postag/POSDictionary.html#POSDictionary(boolean)"><B>POSDictionary(boolean)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD>Initializes an empty <A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag"><CODE>POSDictionary</CODE></A>.
<DT><A HREF="./opennlp/tools/postag/POSDictionary.html#POSDictionary(java.lang.String)"><B>POSDictionary(String)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./opennlp/tools/postag/POSDictionary.html#create(java.io.InputStream)"><CODE>POSDictionary.create(InputStream)</CODE></A> instead, old format might removed.</I>
<DT><A HREF="./opennlp/tools/postag/POSDictionary.html#POSDictionary(java.lang.String, boolean)"><B>POSDictionary(String, boolean)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./opennlp/tools/postag/POSDictionary.html#create(java.io.InputStream)"><CODE>POSDictionary.create(InputStream)</CODE></A> instead, old format might removed.</I>
<DT><A HREF="./opennlp/tools/postag/POSDictionary.html#POSDictionary(java.lang.String, java.lang.String, boolean)"><B>POSDictionary(String, String, boolean)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./opennlp/tools/postag/POSDictionary.html#create(java.io.InputStream)"><CODE>POSDictionary.create(InputStream)</CODE></A> instead, old format might removed.</I>
<DT><A HREF="./opennlp/tools/postag/POSDictionary.html#POSDictionary(java.io.BufferedReader, boolean)"><B>POSDictionary(BufferedReader, boolean)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./opennlp/tools/postag/POSDictionary.html#create(java.io.InputStream)"><CODE>POSDictionary.create(InputStream)</CODE></A> instead, old format might removed.</I>
<DT><A HREF="./opennlp/tools/postag/POSDictionaryWriter.html" title="class in opennlp.tools.postag"><B>POSDictionaryWriter</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD><B>Deprecated.</B>&nbsp;<DT><A HREF="./opennlp/tools/postag/POSDictionaryWriter.html#POSDictionaryWriter(java.lang.String, java.lang.String)"><B>POSDictionaryWriter(String, String)</B></A> -
Constructor for 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/postag/POSDictionaryWriter.html#POSDictionaryWriter(java.lang.String)"><B>POSDictionaryWriter(String)</B></A> -
Constructor for 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/postag/POSEvaluator.html" title="class in opennlp.tools.postag"><B>POSEvaluator</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>The <A HREF="./opennlp/tools/postag/POSEvaluator.html" title="class in opennlp.tools.postag"><CODE>POSEvaluator</CODE></A> measures the performance of
the given <A HREF="./opennlp/tools/postag/POSTagger.html" title="interface in opennlp.tools.postag"><CODE>POSTagger</CODE></A> with the provided reference
<A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag"><CODE>POSSample</CODE></A>s.<DT><A HREF="./opennlp/tools/postag/POSEvaluator.html#POSEvaluator(opennlp.tools.postag.POSTagger, opennlp.tools.postag.POSTaggerEvaluationMonitor...)"><B>POSEvaluator(POSTagger, POSTaggerEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSEvaluator.html" title="class in opennlp.tools.postag">POSEvaluator</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/postag/POSModel.html" title="class in opennlp.tools.postag"><B>POSModel</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>The <A HREF="./opennlp/tools/postag/POSModel.html" title="class in opennlp.tools.postag"><CODE>POSModel</CODE></A> is the model used
by a learnable <A HREF="./opennlp/tools/postag/POSTagger.html" title="interface in opennlp.tools.postag"><CODE>POSTagger</CODE></A>.<DT><A HREF="./opennlp/tools/postag/POSModel.html#POSModel(java.lang.String, opennlp.model.AbstractModel, opennlp.tools.postag.POSDictionary, opennlp.tools.dictionary.Dictionary, java.util.Map)"><B>POSModel(String, AbstractModel, POSDictionary, Dictionary, Map&lt;String, String&gt;)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use
<A HREF="./opennlp/tools/postag/POSModel.html#POSModel(java.lang.String, opennlp.model.AbstractModel, java.util.Map, opennlp.tools.postag.POSTaggerFactory)"><CODE>POSModel.POSModel(String, AbstractModel, Map, POSTaggerFactory)</CODE></A>
instead.</I>
<DT><A HREF="./opennlp/tools/postag/POSModel.html#POSModel(java.lang.String, opennlp.model.AbstractModel, opennlp.tools.postag.POSDictionary, opennlp.tools.dictionary.Dictionary)"><B>POSModel(String, AbstractModel, POSDictionary, Dictionary)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use
<A HREF="./opennlp/tools/postag/POSModel.html#POSModel(java.lang.String, opennlp.model.AbstractModel, java.util.Map, opennlp.tools.postag.POSTaggerFactory)"><CODE>POSModel.POSModel(String, AbstractModel, Map, POSTaggerFactory)</CODE></A>
instead.</I>
<DT><A HREF="./opennlp/tools/postag/POSModel.html#POSModel(java.lang.String, opennlp.model.AbstractModel, java.util.Map, opennlp.tools.postag.POSTaggerFactory)"><B>POSModel(String, AbstractModel, Map&lt;String, String&gt;, POSTaggerFactory)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSModel.html#POSModel(java.io.InputStream)"><B>POSModel(InputStream)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSModel.html#POSModel(java.io.File)"><B>POSModel(File)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSModel.html#POSModel(java.net.URL)"><B>POSModel(URL)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSModel.html" title="class in opennlp.tools.postag">POSModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag"><B>POSSample</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>Represents an pos-tagged sentence.<DT><A HREF="./opennlp/tools/postag/POSSample.html#POSSample(java.lang.String[], java.lang.String[])"><B>POSSample(String[], String[])</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag">POSSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSSample.html#POSSample(java.util.List, java.util.List)"><B>POSSample(List&lt;String&gt;, List&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag">POSSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSSample.html#POSSample(java.util.List, java.util.List, java.lang.String[][])"><B>POSSample(List&lt;String&gt;, List&lt;String&gt;, String[][])</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag">POSSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSSample.html#POSSample(java.lang.String[], java.lang.String[], java.lang.String[][])"><B>POSSample(String[], String[], String[][])</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag">POSSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSSampleEventStream.html" title="class in opennlp.tools.postag"><B>POSSampleEventStream</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>This class reads the <A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag"><CODE>POSSample</CODE></A>s from the given <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>
and converts the <A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag"><CODE>POSSample</CODE></A>s into <CODE>Event</CODE>s which
can be used by the maxent library for training.<DT><A HREF="./opennlp/tools/postag/POSSampleEventStream.html#POSSampleEventStream(opennlp.tools.util.ObjectStream, opennlp.tools.postag.POSContextGenerator)"><B>POSSampleEventStream(ObjectStream&lt;POSSample&gt;, POSContextGenerator)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSampleEventStream.html" title="class in opennlp.tools.postag">POSSampleEventStream</A>
<DD>Initializes the current instance with the given samples and the
given <A HREF="./opennlp/tools/postag/POSContextGenerator.html" title="interface in opennlp.tools.postag"><CODE>POSContextGenerator</CODE></A>.
<DT><A HREF="./opennlp/tools/postag/POSSampleEventStream.html#POSSampleEventStream(opennlp.tools.util.ObjectStream)"><B>POSSampleEventStream(ObjectStream&lt;POSSample&gt;)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSampleEventStream.html" title="class in opennlp.tools.postag">POSSampleEventStream</A>
<DD>Initializes the current instance with given samples
and a <A HREF="./opennlp/tools/postag/DefaultPOSContextGenerator.html" title="class in opennlp.tools.postag"><CODE>DefaultPOSContextGenerator</CODE></A>.
<DT><A HREF="./opennlp/tools/postag/POSSampleSequenceStream.html" title="class in opennlp.tools.postag"><B>POSSampleSequenceStream</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/postag/POSSampleSequenceStream.html#POSSampleSequenceStream(opennlp.tools.util.ObjectStream)"><B>POSSampleSequenceStream(ObjectStream&lt;POSSample&gt;)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSampleSequenceStream.html" title="class in opennlp.tools.postag">POSSampleSequenceStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSSampleSequenceStream.html#POSSampleSequenceStream(opennlp.tools.util.ObjectStream, opennlp.tools.postag.POSContextGenerator)"><B>POSSampleSequenceStream(ObjectStream&lt;POSSample&gt;, POSContextGenerator)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSampleSequenceStream.html" title="class in opennlp.tools.postag">POSSampleSequenceStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/PosSampleStream.html" title="class in opennlp.tools.parser"><B>PosSampleStream</B></A> - Class in <A HREF="./opennlp/tools/parser/package-summary.html">opennlp.tools.parser</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/parser/PosSampleStream.html#PosSampleStream(opennlp.tools.util.ObjectStream)"><B>PosSampleStream(ObjectStream&lt;Parse&gt;)</B></A> -
Constructor for class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/PosSampleStream.html" title="class in opennlp.tools.parser">PosSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTagger.html" title="interface in opennlp.tools.postag"><B>POSTagger</B></A> - Interface in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>The interface for part of speech taggers.<DT><A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html" title="class in opennlp.tools.postag"><B>POSTaggerCrossValidator</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#POSTaggerCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters, java.io.File, java.lang.Integer, java.lang.Integer, java.lang.String, opennlp.tools.postag.POSTaggerEvaluationMonitor...)"><B>POSTaggerCrossValidator(String, TrainingParameters, File, Integer, Integer, String, POSTaggerEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html" title="class in opennlp.tools.postag">POSTaggerCrossValidator</A>
<DD>Creates a <A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html" title="class in opennlp.tools.postag"><CODE>POSTaggerCrossValidator</CODE></A> that builds a ngram dictionary
dynamically.
<DT><A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#POSTaggerCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters, opennlp.tools.postag.POSTaggerFactory, opennlp.tools.postag.POSTaggerEvaluationMonitor...)"><B>POSTaggerCrossValidator(String, TrainingParameters, POSTaggerFactory, POSTaggerEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html" title="class in opennlp.tools.postag">POSTaggerCrossValidator</A>
<DD>Creates a <A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html" title="class in opennlp.tools.postag"><CODE>POSTaggerCrossValidator</CODE></A> using the given
<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag"><CODE>POSTaggerFactory</CODE></A>.
<DT><A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#POSTaggerCrossValidator(java.lang.String, opennlp.tools.util.model.ModelType, opennlp.tools.postag.POSDictionary, opennlp.tools.dictionary.Dictionary, int, int)"><B>POSTaggerCrossValidator(String, ModelType, POSDictionary, Dictionary, int, int)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html" title="class in opennlp.tools.postag">POSTaggerCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use
<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#POSTaggerCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters, opennlp.tools.postag.POSTaggerFactory, opennlp.tools.postag.POSTaggerEvaluationMonitor...)"><CODE>POSTaggerCrossValidator.POSTaggerCrossValidator(String, TrainingParameters, POSTaggerFactory, POSTaggerEvaluationMonitor...)</CODE></A>
instead and pass in a <A HREF="./opennlp/tools/util/TrainingParameters.html" title="class in opennlp.tools.util"><CODE>TrainingParameters</CODE></A> object and a
<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag"><CODE>POSTaggerFactory</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#POSTaggerCrossValidator(java.lang.String, opennlp.tools.util.model.ModelType, opennlp.tools.postag.POSDictionary, opennlp.tools.dictionary.Dictionary)"><B>POSTaggerCrossValidator(String, ModelType, POSDictionary, Dictionary)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html" title="class in opennlp.tools.postag">POSTaggerCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use
<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#POSTaggerCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters, opennlp.tools.postag.POSTaggerFactory, opennlp.tools.postag.POSTaggerEvaluationMonitor...)"><CODE>POSTaggerCrossValidator.POSTaggerCrossValidator(String, TrainingParameters, POSTaggerFactory, POSTaggerEvaluationMonitor...)</CODE></A>
instead and pass in a <A HREF="./opennlp/tools/util/TrainingParameters.html" title="class in opennlp.tools.util"><CODE>TrainingParameters</CODE></A> object and a
<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag"><CODE>POSTaggerFactory</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#POSTaggerCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters, opennlp.tools.postag.POSDictionary, opennlp.tools.postag.POSTaggerEvaluationMonitor...)"><B>POSTaggerCrossValidator(String, TrainingParameters, POSDictionary, POSTaggerEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html" title="class in opennlp.tools.postag">POSTaggerCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use
<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#POSTaggerCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters, opennlp.tools.postag.POSTaggerFactory, opennlp.tools.postag.POSTaggerEvaluationMonitor...)"><CODE>POSTaggerCrossValidator.POSTaggerCrossValidator(String, TrainingParameters, POSTaggerFactory, POSTaggerEvaluationMonitor...)</CODE></A>
instead and pass in a <A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag"><CODE>POSTaggerFactory</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#POSTaggerCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters, opennlp.tools.postag.POSDictionary, java.lang.Integer, opennlp.tools.postag.POSTaggerEvaluationMonitor...)"><B>POSTaggerCrossValidator(String, TrainingParameters, POSDictionary, Integer, POSTaggerEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html" title="class in opennlp.tools.postag">POSTaggerCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use
<CODE>#POSTaggerCrossValidator(String, TrainingParameters, POSDictionary, Integer, String, POSTaggerEvaluationMonitor...)</CODE>
instead and pass in the name of <A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag"><CODE>POSTaggerFactory</CODE></A>
sub-class.</I>
<DT><A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#POSTaggerCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters, opennlp.tools.postag.POSDictionary, opennlp.tools.dictionary.Dictionary, opennlp.tools.postag.POSTaggerEvaluationMonitor...)"><B>POSTaggerCrossValidator(String, TrainingParameters, POSDictionary, Dictionary, POSTaggerEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html" title="class in opennlp.tools.postag">POSTaggerCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use
<A HREF="./opennlp/tools/postag/POSTaggerCrossValidator.html#POSTaggerCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters, opennlp.tools.postag.POSTaggerFactory, opennlp.tools.postag.POSTaggerEvaluationMonitor...)"><CODE>POSTaggerCrossValidator.POSTaggerCrossValidator(String, TrainingParameters, POSTaggerFactory, POSTaggerEvaluationMonitor...)</CODE></A>
instead and pass in a <A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag"><CODE>POSTaggerFactory</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/postag/POSTaggerEvaluationMonitor.html" title="interface in opennlp.tools.postag"><B>POSTaggerEvaluationMonitor</B></A> - Interface in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag"><B>POSTaggerFactory</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>The factory that provides POS Tagger default implementations and resources<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#POSTaggerFactory()"><B>POSTaggerFactory()</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>Creates a <A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag"><CODE>POSTaggerFactory</CODE></A> that provides the default implementation
of the resources.
<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#POSTaggerFactory(opennlp.tools.dictionary.Dictionary, opennlp.tools.postag.TagDictionary)"><B>POSTaggerFactory(Dictionary, TagDictionary)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>Creates a <A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag"><CODE>POSTaggerFactory</CODE></A>.
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag"><B>POSTaggerME</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>A part-of-speech tagger that uses maximum entropy.<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#POSTaggerME(opennlp.tools.postag.POSModel, int, int, opennlp.tools.util.SequenceValidator)"><B>POSTaggerME(POSModel, int, int, SequenceValidator&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD><B>Deprecated.</B>&nbsp;<I>use <A HREF="./opennlp/tools/postag/POSTaggerME.html#POSTaggerME(opennlp.tools.postag.POSModel, int, int)"><CODE>POSTaggerME.POSTaggerME(POSModel, int, int)</CODE></A> instead. The model
knows which <A HREF="./opennlp/tools/util/SequenceValidator.html" title="interface in opennlp.tools.util"><CODE>SequenceValidator</CODE></A> to use.</I>
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#POSTaggerME(opennlp.tools.postag.POSModel, int, int)"><B>POSTaggerME(POSModel, int, int)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD>Initializes the current instance with the provided
model and provided beam size.
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#POSTaggerME(opennlp.tools.postag.POSModel)"><B>POSTaggerME(POSModel)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD>Initializes the current instance with the provided model
and the default beam size of 3.
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#POSTaggerME(opennlp.model.AbstractModel, opennlp.tools.postag.TagDictionary)"><B>POSTaggerME(AbstractModel, TagDictionary)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#POSTaggerME(opennlp.model.AbstractModel, opennlp.tools.dictionary.Dictionary)"><B>POSTaggerME(AbstractModel, Dictionary)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#POSTaggerME(opennlp.model.AbstractModel, opennlp.tools.dictionary.Dictionary, opennlp.tools.postag.TagDictionary)"><B>POSTaggerME(AbstractModel, Dictionary, TagDictionary)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#POSTaggerME(opennlp.model.AbstractModel, opennlp.tools.postag.POSContextGenerator)"><B>POSTaggerME(AbstractModel, POSContextGenerator)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#POSTaggerME(opennlp.model.AbstractModel, opennlp.tools.postag.POSContextGenerator, opennlp.tools.postag.TagDictionary)"><B>POSTaggerME(AbstractModel, POSContextGenerator, TagDictionary)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#POSTaggerME(int, opennlp.model.AbstractModel, opennlp.tools.postag.POSContextGenerator, opennlp.tools.postag.TagDictionary)"><B>POSTaggerME(int, AbstractModel, POSContextGenerator, TagDictionary)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerTrainer.html" title="class in opennlp.tools.postag"><B>POSTaggerTrainer</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./opennlp/tools/postag/POSTaggerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.util.model.ModelType, opennlp.tools.postag.POSDictionary, opennlp.tools.dictionary.Dictionary, int, int)"><CODE>POSTaggerME.train(String, ObjectStream, opennlp.tools.util.model.ModelType, POSDictionary, Dictionary, int, int)</CODE></A> instead.</I><DT><A HREF="./opennlp/tools/postag/POSTaggerTrainer.html#POSTaggerTrainer()"><B>POSTaggerTrainer()</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerTrainer.html" title="class in opennlp.tools.postag">POSTaggerTrainer</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/POSToSentenceSampleStream.html" title="class in opennlp.tools.formats.convert"><B>POSToSentenceSampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/formats/convert/POSToSentenceSampleStream.html#POSToSentenceSampleStream(opennlp.tools.tokenize.Detokenizer, opennlp.tools.util.ObjectStream, int)"><B>POSToSentenceSampleStream(Detokenizer, ObjectStream&lt;POSSample&gt;, int)</B></A> -
Constructor for class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/POSToSentenceSampleStream.html" title="class in opennlp.tools.formats.convert">POSToSentenceSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/POSToSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats.convert"><B>POSToSentenceSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/formats/convert/POSToTokenSampleStream.html" title="class in opennlp.tools.formats.convert"><B>POSToTokenSampleStream</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/formats/convert/POSToTokenSampleStream.html#POSToTokenSampleStream(opennlp.tools.tokenize.Detokenizer, opennlp.tools.util.ObjectStream)"><B>POSToTokenSampleStream(Detokenizer, ObjectStream&lt;POSSample&gt;)</B></A> -
Constructor for class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/POSToTokenSampleStream.html" title="class in opennlp.tools.formats.convert">POSToTokenSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/POSToTokenSampleStreamFactory.html" title="class in opennlp.tools.formats.convert"><B>POSToTokenSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/convert/package-summary.html">opennlp.tools.formats.convert</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/util/eval/FMeasure.html#precision(java.lang.Object[], java.lang.Object[])"><B>precision(Object[], Object[])</B></A> -
Static method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/FMeasure.html" title="class in opennlp.tools.util.eval">FMeasure</A>
<DD>Calculates the precision score for the given reference and
predicted spans.
<DT><A HREF="./opennlp/tools/util/featuregen/PrefixFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><B>PrefixFeatureGenerator</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/PrefixFeatureGenerator.html#PrefixFeatureGenerator()"><B>PrefixFeatureGenerator()</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/PrefixFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">PrefixFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html#PREV_PREFIX"><B>PREV_PREFIX</B></A> -
Static variable in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">WindowFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/PreviousMapFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><B>PreviousMapFeatureGenerator</B></A> - Class in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>This <A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorAdapter.html" title="class in opennlp.tools.util.featuregen"><CODE>FeatureGeneratorAdapter</CODE></A> generates features indicating the outcome associated with a previously occuring word.<DT><A HREF="./opennlp/tools/util/featuregen/PreviousMapFeatureGenerator.html#PreviousMapFeatureGenerator()"><B>PreviousMapFeatureGenerator()</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/PreviousMapFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">PreviousMapFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/chunker/ChunkerME.html#probs(double[])"><B>probs(double[])</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkerME.html" title="class in opennlp.tools.chunker">ChunkerME</A>
<DD>Populates the specified array with the probabilities of the last decoded sequence.
<DT><A HREF="./opennlp/tools/chunker/ChunkerME.html#probs()"><B>probs()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkerME.html" title="class in opennlp.tools.chunker">ChunkerME</A>
<DD>Returns an array with the probabilities of the last decoded sequence.
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#probs(double[])"><B>probs(double[])</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>Populates the specified array with the probabilities of the last decoded
sequence.
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#probs()"><B>probs()</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>Returns an array with the probabilities of the last decoded sequence.
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#probs(opennlp.tools.util.Span[])"><B>probs(Span[])</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>Returns an array of probabilities for each of the specified spans which is the arithmetic mean
of the probabilities for each of the outcomes which make up the span.
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#probs(double[])"><B>probs(double[])</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD>Populates the specified array with the probabilities for each tag of the last tagged sentence.
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#probs()"><B>probs()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD>Returns an array with the probabilities for each tag of the last tagged sentence.
<DT><A HREF="./opennlp/tools/coref/Linker.html#PRONOUN_MODIFIER"><B>PRONOUN_MODIFIER</B></A> -
Static variable in interface opennlp.tools.coref.<A HREF="./opennlp/tools/coref/Linker.html" title="interface in opennlp.tools.coref">Linker</A>
<DD>String constant used to label a mention which is a pronoun.
<DT><A HREF="./opennlp/tools/coref/Linker.html#PROPER_NOUN_MODIFIER"><B>PROPER_NOUN_MODIFIER</B></A> -
Static variable in interface opennlp.tools.coref.<A HREF="./opennlp/tools/coref/Linker.html" title="interface in opennlp.tools.coref">Linker</A>
<DD>String constant used to label a mention which is a proper noun modifying another noun.
<DT><A HREF="./opennlp/tools/coref/resolver/ProperNounResolver.html" title="class in opennlp.tools.coref.resolver"><B>ProperNounResolver</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Resolves coreference between proper nouns.<DT><A HREF="./opennlp/tools/coref/resolver/ProperNounResolver.html#ProperNounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode)"><B>ProperNounResolver(String, ResolverMode)</B></A> -
Constructor for 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/ProperNounResolver.html#ProperNounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode, opennlp.tools.coref.resolver.NonReferentialResolver)"><B>ProperNounResolver(String, ResolverMode, NonReferentialResolver)</B></A> -
Constructor for 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/parser/Parse.html#pruneParse(opennlp.tools.parser.Parse)"><B>pruneParse(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>Prune the specified sentence parse of vacuous productions.
<DT><A HREF="./opennlp/tools/coref/mention/PTBHeadFinder.html" title="class in opennlp.tools.coref.mention"><B>PTBHeadFinder</B></A> - Class in <A HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>Finds head information from Penn Treebank style parses.<DT><A HREF="./opennlp/tools/coref/mention/PTBMentionFinder.html" title="class in opennlp.tools.coref.mention"><B>PTBMentionFinder</B></A> - Class in <A HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>Finds mentions from Penn Treebank style parses.<DT><A HREF="./opennlp/tools/sentdetect/lang/Factory.html#ptEosCharacters"><B>ptEosCharacters</B></A> -
Static variable in class opennlp.tools.sentdetect.lang.<A HREF="./opennlp/tools/sentdetect/lang/Factory.html" title="class in opennlp.tools.sentdetect.lang">Factory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#put(opennlp.tools.util.StringList)"><B>put(StringList)</B></A> -
Method in class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>Adds the tokens to the dictionary as one new entry.
<DT><A HREF="./opennlp/tools/postag/MutableTagDictionary.html#put(java.lang.String, java.lang.String...)"><B>put(String, String...)</B></A> -
Method in interface opennlp.tools.postag.<A HREF="./opennlp/tools/postag/MutableTagDictionary.html" title="interface in opennlp.tools.postag">MutableTagDictionary</A>
<DD>Associates the specified tags with the specified word.
<DT><A HREF="./opennlp/tools/postag/POSDictionary.html#put(java.lang.String, java.lang.String...)"><B>put(String, String...)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Cache.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</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/HashList.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/HashList.html" title="class in opennlp.tools.util">HashList</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/TrainingParameters.html#put(java.lang.String, java.lang.String, java.lang.String)"><B>put(String, String, 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>&nbsp;
<DT><A HREF="./opennlp/tools/util/TrainingParameters.html#put(java.lang.String, java.lang.String)"><B>put(String, 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>&nbsp;
<DT><A HREF="./opennlp/tools/util/Cache.html#putAll(java.util.Map)"><B>putAll(Map)</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/HashList.html#putAll(java.lang.Object, java.util.Collection)"><B>putAll(Object, Collection)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/HashList.html" title="class in opennlp.tools.util">HashList</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/formats/muc/RawCorefSample.html" title="class in opennlp.tools.formats.muc"><B>RawCorefSample</B></A> - Class in <A HREF="./opennlp/tools/formats/muc/package-summary.html">opennlp.tools.formats.muc</A><DD>A coreference sample as it is extracted from MUC style training data.<DT><A HREF="./opennlp/tools/chunker/ChunkSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkSampleStream.html" title="class in opennlp.tools.chunker">ChunkSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefSampleDataStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefSampleDataStream.html" title="class in opennlp.tools.coref">CorefSampleDataStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DocumentSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentSampleStream.html" title="class in opennlp.tools.doccat">DocumentSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html" title="class in opennlp.tools.formats.ad">ADChunkSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADNameSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADNameSampleStream.html" title="class in opennlp.tools.formats.ad">ADNameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADPOSSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADPOSSampleStream.html" title="class in opennlp.tools.formats.ad">ADPOSSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADSentenceSampleStream.html" title="class in opennlp.tools.formats.ad">ADSentenceSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.html#read()"><B>read()</B></A> -
Method in 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/BioNLP2004NameSampleStream.html#read()"><B>read()</B></A> -
Method in 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/Conll02NameSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html" title="class in opennlp.tools.formats">Conll02NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll03NameSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll03NameSampleStream.html" title="class in opennlp.tools.formats">Conll03NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ConllXPOSSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/ConllXPOSSampleStream.html" title="class in opennlp.tools.formats">ConllXPOSSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/AbstractToSentenceSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/AbstractToSentenceSampleStream.html" title="class in opennlp.tools.formats.convert">AbstractToSentenceSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/FileToByteArraySampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/FileToByteArraySampleStream.html" title="class in opennlp.tools.formats.convert">FileToByteArraySampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/FileToStringSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/FileToStringSampleStream.html" title="class in opennlp.tools.formats.convert">FileToStringSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/NameToTokenSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/NameToTokenSampleStream.html" title="class in opennlp.tools.formats.convert">NameToTokenSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/ParseToPOSSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/ParseToPOSSampleStream.html" title="class in opennlp.tools.formats.convert">ParseToPOSSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/POSToTokenSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/POSToTokenSampleStream.html" title="class in opennlp.tools.formats.convert">POSToTokenSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/DirectorySampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/DirectorySampleStream.html" title="class in opennlp.tools.formats">DirectorySampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/frenchtreebank/ConstitParseSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.frenchtreebank.<A HREF="./opennlp/tools/formats/frenchtreebank/ConstitParseSampleStream.html" title="class in opennlp.tools.formats.frenchtreebank">ConstitParseSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/LeipzigDoccatSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/LeipzigDoccatSampleStream.html" title="class in opennlp.tools.formats">LeipzigDoccatSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/FullParseCorefEnhancerStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/FullParseCorefEnhancerStream.html" title="class in opennlp.tools.formats.muc">FullParseCorefEnhancerStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/MucCorefSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/MucCorefSampleStream.html" title="class in opennlp.tools.formats.muc">MucCorefSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/MucMentionInserterStream.html#read()"><B>read()</B></A> -
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/formats/muc/MucNameSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/MucNameSampleStream.html" title="class in opennlp.tools.formats.muc">MucNameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/NameFinderCorefEnhancerStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/NameFinderCorefEnhancerStream.html" title="class in opennlp.tools.formats.muc">NameFinderCorefEnhancerStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/ShallowParseCorefEnhancerStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/ShallowParseCorefEnhancerStream.html" title="class in opennlp.tools.formats.muc">ShallowParseCorefEnhancerStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/NameFinderCensus90NameStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/NameFinderCensus90NameStream.html" title="class in opennlp.tools.formats">NameFinderCensus90NameStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSampleDataStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSampleDataStream.html" title="class in opennlp.tools.namefind">NameSampleDataStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSampleTypeFilter.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSampleTypeFilter.html" title="class in opennlp.tools.namefind">NameSampleTypeFilter</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ChunkSampleStream.html#read()"><B>read()</B></A> -
Method in 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/parser/ParseSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParseSampleStream.html" title="class in opennlp.tools.parser">ParseSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/PosSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/PosSampleStream.html" title="class in opennlp.tools.parser">PosSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/WordTagSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/WordTagSampleStream.html" title="class in opennlp.tools.postag">WordTagSampleStream</A>
<DD>Parses the next sentence and return the next
<A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag"><CODE>POSSample</CODE></A> object.
<DT><A HREF="./opennlp/tools/sentdetect/EmptyLinePreprocessorStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/EmptyLinePreprocessorStream.html" title="class in opennlp.tools.sentdetect">EmptyLinePreprocessorStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceSampleStream.html" title="class in opennlp.tools.sentdetect">SentenceSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerStream.html" title="class in opennlp.tools.tokenize">TokenizerStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenSampleStream.html" title="class in opennlp.tools.tokenize">TokenSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/WhitespaceTokenStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/WhitespaceTokenStream.html" title="class in opennlp.tools.tokenize">WhitespaceTokenStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/CollectionObjectStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/CollectionObjectStream.html" title="class in opennlp.tools.util">CollectionObjectStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.TrainingSampleStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.TrainingSampleStream.html" title="class in opennlp.tools.util.eval">CrossValidationPartitioner.TrainingSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/model/ModelUtil.html#read(java.io.InputStream)"><B>read(InputStream)</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>Writes the provided <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> into a byte array
which is returned
<DT><A HREF="./opennlp/tools/util/ObjectStream.html#read()"><B>read()</B></A> -
Method in interface opennlp.tools.util.<A HREF="./opennlp/tools/util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</A>
<DD>Returns the next object.
<DT><A HREF="./opennlp/tools/util/ParagraphStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/ParagraphStream.html" title="class in opennlp.tools.util">ParagraphStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/PlainTextByLineStream.html#read()"><B>read()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/PlainTextByLineStream.html" title="class in opennlp.tools.util">PlainTextByLineStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/FMeasure.html#recall(java.lang.Object[], java.lang.Object[])"><B>recall(Object[], Object[])</B></A> -
Static method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/FMeasure.html" title="class in opennlp.tools.util.eval">FMeasure</A>
<DD>Calculates the recall score for the given reference and
predicted spans.
<DT><A HREF="./opennlp/tools/util/featuregen/StringPattern.html#recognize(java.lang.String)"><B>recognize(String)</B></A> -
Static method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen">StringPattern</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/chunking/ParserEventStream.html#reduceChunks(opennlp.tools.parser.Parse[], int, opennlp.tools.parser.Parse)"><B>reduceChunks(Parse[], int, Parse)</B></A> -
Static method in class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/ParserEventStream.html" title="class in opennlp.tools.parser.chunking">ParserEventStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/RegexNameFinder.html" title="class in opennlp.tools.namefind"><B>RegexNameFinder</B></A> - Class in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>Name finder based on a series of regular expressions.<DT><A HREF="./opennlp/tools/namefind/RegexNameFinder.html#RegexNameFinder(java.util.regex.Pattern[], java.lang.String)"><B>RegexNameFinder(Pattern[], String)</B></A> -
Constructor for 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/RegexNameFinder.html#RegexNameFinder(java.util.regex.Pattern[])"><B>RegexNameFinder(Pattern[])</B></A> -
Constructor for 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/util/model/GenericModelSerializer.html#register(java.util.Map)"><B>register(Map&lt;String, ArtifactSerializer&gt;)</B></A> -
Static method in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/GenericModelSerializer.html" title="class in opennlp.tools.util.model">GenericModelSerializer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADChunkSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADChunkSampleStreamFactory.html" title="class in opennlp.tools.formats.ad">ADChunkSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADNameSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADNameSampleStreamFactory.html" title="class in opennlp.tools.formats.ad">ADNameSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADPOSSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADPOSSampleStreamFactory.html" title="class in opennlp.tools.formats.ad">ADPOSSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats.ad">ADSentenceSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADTokenSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADTokenSampleStreamFactory.html" title="class in opennlp.tools.formats.ad">ADTokenSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/BioNLP2004NameSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/BioNLP2004NameSampleStreamFactory.html" title="class in opennlp.tools.formats">BioNLP2004NameSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ChunkerSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/ChunkerSampleStreamFactory.html" title="class in opennlp.tools.formats">ChunkerSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll02NameSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStreamFactory.html" title="class in opennlp.tools.formats">Conll02NameSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll03NameSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll03NameSampleStreamFactory.html" title="class in opennlp.tools.formats">Conll03NameSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ConllXPOSSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/ConllXPOSSampleStreamFactory.html" title="class in opennlp.tools.formats">ConllXPOSSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ConllXSentenceSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/ConllXSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats">ConllXSentenceSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ConllXTokenSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/ConllXTokenSampleStreamFactory.html" title="class in opennlp.tools.formats">ConllXTokenSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/NameToSentenceSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/NameToSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">NameToSentenceSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/NameToTokenSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/NameToTokenSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">NameToTokenSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/ParseToPOSSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/ParseToPOSSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">ParseToPOSSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/ParseToSentenceSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/ParseToSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">ParseToSentenceSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/ParseToTokenSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/ParseToTokenSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">ParseToTokenSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/POSToSentenceSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/POSToSentenceSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">POSToSentenceSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/convert/POSToTokenSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.convert.<A HREF="./opennlp/tools/formats/convert/POSToTokenSampleStreamFactory.html" title="class in opennlp.tools.formats.convert">POSToTokenSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/CorefSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/CorefSampleStreamFactory.html" title="class in opennlp.tools.formats">CorefSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/DocumentSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/DocumentSampleStreamFactory.html" title="class in opennlp.tools.formats">DocumentSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/frenchtreebank/ConstitParseSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.frenchtreebank.<A HREF="./opennlp/tools/formats/frenchtreebank/ConstitParseSampleStreamFactory.html" title="class in opennlp.tools.formats.frenchtreebank">ConstitParseSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/LeipzigDocumentSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/LeipzigDocumentSampleStreamFactory.html" title="class in opennlp.tools.formats">LeipzigDocumentSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/Muc6FullParseCorefSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/Muc6FullParseCorefSampleStreamFactory.html" title="class in opennlp.tools.formats.muc">Muc6FullParseCorefSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/Muc6NameSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/Muc6NameSampleStreamFactory.html" title="class in opennlp.tools.formats.muc">Muc6NameSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/NameSampleDataStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/NameSampleDataStreamFactory.html" title="class in opennlp.tools.formats">NameSampleDataStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ParseSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/ParseSampleStreamFactory.html" title="class in opennlp.tools.formats">ParseSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/SentenceSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/SentenceSampleStreamFactory.html" title="class in opennlp.tools.formats">SentenceSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/TokenSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/TokenSampleStreamFactory.html" title="class in opennlp.tools.formats">TokenSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/WordTagSampleStreamFactory.html#registerFactory()"><B>registerFactory()</B></A> -
Static method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/WordTagSampleStreamFactory.html" title="class in opennlp.tools.formats">WordTagSampleStreamFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#remove(opennlp.tools.util.StringList)"><B>remove(StringList)</B></A> -
Method in class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>Removes the given tokens form the current instance.
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#remove(opennlp.tools.util.StringList)"><B>remove(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>Removes the specified tokens form the NGram model, they are just dropped.
<DT><A HREF="./opennlp/tools/parser/Parse.html#remove(int)"><B>remove(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/tokenize/lang/en/TokenSampleStream.html#remove()"><B>remove()</B></A> -
Method in class opennlp.tools.tokenize.lang.en.<A HREF="./opennlp/tools/tokenize/lang/en/TokenSampleStream.html" title="class in opennlp.tools.tokenize.lang.en">TokenSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Cache.html#remove(java.lang.Object)"><B>remove(Object)</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#remove(java.lang.Object)"><B>remove(Object)</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/EventTraceStream.html#remove()"><B>remove()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/EventTraceStream.html" title="class in opennlp.tools.util">EventTraceStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/HashList.html#remove(java.lang.Object, java.lang.Object)"><B>remove(Object, Object)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/HashList.html" title="class in opennlp.tools.util">HashList</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/HashSumEventStream.html#remove()"><B>remove()</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;&nbsp;
<DT><A HREF="./opennlp/tools/util/ReverseListIterator.html#remove()"><B>remove()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/ReverseListIterator.html" title="class in opennlp.tools.util">ReverseListIterator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/CountedSet.html#removeAll(java.util.Collection)"><B>removeAll(Collection&lt;?&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/formats/ad/ADChunkSampleStream.html#reset()"><B>reset()</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html" title="class in opennlp.tools.formats.ad">ADChunkSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADNameSampleStream.html#reset()"><B>reset()</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADNameSampleStream.html" title="class in opennlp.tools.formats.ad">ADNameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADPOSSampleStream.html#reset()"><B>reset()</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADPOSSampleStream.html" title="class in opennlp.tools.formats.ad">ADPOSSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceSampleStream.html#reset()"><B>reset()</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADSentenceSampleStream.html" title="class in opennlp.tools.formats.ad">ADSentenceSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/BioNLP2004NameSampleStream.html#reset()"><B>reset()</B></A> -
Method in 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/Conll02NameSampleStream.html#reset()"><B>reset()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStream.html" title="class in opennlp.tools.formats">Conll02NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/Conll03NameSampleStream.html#reset()"><B>reset()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll03NameSampleStream.html" title="class in opennlp.tools.formats">Conll03NameSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/DirectorySampleStream.html#reset()"><B>reset()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/DirectorySampleStream.html" title="class in opennlp.tools.formats">DirectorySampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/NameFinderCensus90NameStream.html#reset()"><B>reset()</B></A> -
Method in class opennlp.tools.formats.<A HREF="./opennlp/tools/formats/NameFinderCensus90NameStream.html" title="class in opennlp.tools.formats">NameFinderCensus90NameStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerStream.html#reset()"><B>reset()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerStream.html" title="class in opennlp.tools.tokenize">TokenizerStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/CollectionObjectStream.html#reset()"><B>reset()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/CollectionObjectStream.html" title="class in opennlp.tools.util">CollectionObjectStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.TrainingSampleStream.html#reset()"><B>reset()</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.TrainingSampleStream.html" title="class in opennlp.tools.util.eval">CrossValidationPartitioner.TrainingSampleStream</A>
<DD>Resets the training sample.
<DT><A HREF="./opennlp/tools/util/FilterObjectStream.html#reset()"><B>reset()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/FilterObjectStream.html" title="class in opennlp.tools.util">FilterObjectStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/ObjectStream.html#reset()"><B>reset()</B></A> -
Method in interface opennlp.tools.util.<A HREF="./opennlp/tools/util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</A>
<DD>Repositions the stream at the beginning and the previously seen object sequence
will be repeated exactly.
<DT><A HREF="./opennlp/tools/util/PlainTextByLineStream.html#reset()"><B>reset()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/PlainTextByLineStream.html" title="class in opennlp.tools.util">PlainTextByLineStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/ResetableIterator.html#reset()"><B>reset()</B></A> -
Method in interface opennlp.tools.util.<A HREF="./opennlp/tools/util/ResetableIterator.html" title="interface in opennlp.tools.util">ResetableIterator</A>
<DD>Sets the <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> back to the first retrieved element,
the seen sequence of elements must be repeated.
<DT><A HREF="./opennlp/tools/util/ResetableIterator.html" title="interface in opennlp.tools.util"><B>ResetableIterator</B></A>&lt;<A HREF="./opennlp/tools/util/ResetableIterator.html" title="type parameter in ResetableIterator">E</A>&gt; - Interface in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>This interface makes an <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> resetable.<DT><A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html#resolve(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseModel)"><B>resolve(MentionContext, DiscourseModel)</B></A> -
Method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html" title="class in opennlp.tools.coref.resolver">MaxentResolver</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/PerfectResolver.html#resolve(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseModel)"><B>resolve(MentionContext, DiscourseModel)</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/Resolver.html#resolve(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseModel)"><B>resolve(MentionContext, DiscourseModel)</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>Resolve this referring expression to a discourse entity in the discourse model.
<DT><A HREF="./opennlp/tools/coref/resolver/Resolver.html" title="interface in opennlp.tools.coref.resolver"><B>Resolver</B></A> - Interface in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Interface for coreference resolvers.<DT><A HREF="./opennlp/tools/coref/resolver/ResolverMode.html" title="enum in opennlp.tools.coref.resolver"><B>ResolverMode</B></A> - Enum in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Enumerated type specifying the modes if a resolver.<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver"><B>ResolverUtils</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>This class provides a set of utilities for turning mentions into normalized strings and features.<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#ResolverUtils()"><B>ResolverUtils()</B></A> -
Constructor for class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/AbstractResolver.html#retain(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseModel)"><B>retain(MentionContext, DiscourseModel)</B></A> -
Method in 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/coref/resolver/MaxentResolver.html#retain(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseModel)"><B>retain(MentionContext, DiscourseModel)</B></A> -
Method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html" title="class in opennlp.tools.coref.resolver">MaxentResolver</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/Resolver.html#retain(opennlp.tools.coref.mention.MentionContext, opennlp.tools.coref.DiscourseModel)"><B>retain(MentionContext, DiscourseModel)</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>Uses the specified mention and discourse model to train this resolver.
<DT><A HREF="./opennlp/tools/util/CountedSet.html#retainAll(java.util.Collection)"><B>retainAll(Collection&lt;?&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/ReverseListIterator.html" title="class in opennlp.tools.util"><B>ReverseListIterator</B></A>&lt;<A HREF="./opennlp/tools/util/ReverseListIterator.html" title="type parameter in ReverseListIterator">T</A>&gt; - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>An iterator for a list which returns values in the opposite order as the typical list iterator.<DT><A HREF="./opennlp/tools/util/ReverseListIterator.html#ReverseListIterator(java.util.List)"><B>ReverseListIterator(List&lt;T&gt;)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/ReverseListIterator.html" title="class in opennlp.tools.util">ReverseListIterator</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html#SAME"><B>SAME</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html" title="class in opennlp.tools.coref.resolver">MaxentResolver</A>
<DD>Outcomes when two mentions are coreferent.
<DT><A HREF="./opennlp/tools/sentdetect/SDContextGenerator.html" title="interface in opennlp.tools.sentdetect"><B>SDContextGenerator</B></A> - Interface in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>Interface for <A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceDetectorME</CODE></A> context generators.<DT><A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html" title="class in opennlp.tools.sentdetect"><B>SDCrossValidator</B></A> - Class in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html#SDCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters, opennlp.tools.sentdetect.SentenceDetectorFactory, opennlp.tools.sentdetect.SentenceDetectorEvaluationMonitor...)"><B>SDCrossValidator(String, TrainingParameters, SentenceDetectorFactory, SentenceDetectorEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html" title="class in opennlp.tools.sentdetect">SDCrossValidator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html#SDCrossValidator(java.lang.String, int, int)"><B>SDCrossValidator(String, int, int)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html" title="class in opennlp.tools.sentdetect">SDCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use
<A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html#SDCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters, opennlp.tools.sentdetect.SentenceDetectorFactory, opennlp.tools.sentdetect.SentenceDetectorEvaluationMonitor...)"><CODE>SDCrossValidator.SDCrossValidator(String, TrainingParameters, SentenceDetectorFactory, SentenceDetectorEvaluationMonitor...)</CODE></A>
and pass in a <A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceDetectorFactory</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html#SDCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters)"><B>SDCrossValidator(String, TrainingParameters)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html" title="class in opennlp.tools.sentdetect">SDCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use
<A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html#SDCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters, opennlp.tools.sentdetect.SentenceDetectorFactory, opennlp.tools.sentdetect.SentenceDetectorEvaluationMonitor...)"><CODE>SDCrossValidator.SDCrossValidator(String, TrainingParameters, SentenceDetectorFactory, SentenceDetectorEvaluationMonitor...)</CODE></A>
and pass in a <A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceDetectorFactory</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html#SDCrossValidator(java.lang.String, int, int, opennlp.tools.dictionary.Dictionary)"><B>SDCrossValidator(String, int, int, Dictionary)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html" title="class in opennlp.tools.sentdetect">SDCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use <CODE>#SDCrossValidator(String, TrainingParameters, Dictionary, SentenceDetectorEvaluationMonitor...)</CODE>
instead and pass in a TrainingParameters object.</I>
<DT><A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html#SDCrossValidator(java.lang.String, opennlp.tools.util.TrainingParameters, opennlp.tools.sentdetect.SentenceDetectorEvaluationMonitor...)"><B>SDCrossValidator(String, TrainingParameters, SentenceDetectorEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html" title="class in opennlp.tools.sentdetect">SDCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use
<CODE>#SDCrossValidator(String, TrainingParameters, Dictionary, SentenceDetectorEvaluationMonitor...)</CODE>
instead and pass in a TrainingParameters object.</I>
<DT><A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html#SDCrossValidator(java.lang.String)"><B>SDCrossValidator(String)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SDCrossValidator.html" title="class in opennlp.tools.sentdetect">SDCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use <CODE>#SDCrossValidator(String, TrainingParameters, Dictionary, SentenceDetectorEvaluationMonitor...)</CODE>
instead and pass in a TrainingParameters object.</I>
<DT><A HREF="./opennlp/tools/sentdetect/SDEventStream.html" title="class in opennlp.tools.sentdetect"><B>SDEventStream</B></A> - Class in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/sentdetect/SDEventStream.html#SDEventStream(opennlp.tools.util.ObjectStream, opennlp.tools.sentdetect.SDContextGenerator, opennlp.tools.sentdetect.EndOfSentenceScanner)"><B>SDEventStream(ObjectStream&lt;SentenceSample&gt;, SDContextGenerator, EndOfSentenceScanner)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SDEventStream.html" title="class in opennlp.tools.sentdetect">SDEventStream</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#secondPersonPronounPattern"><B>secondPersonPronounPattern</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Regular expression for English singular second person pronouns.
<DT><A HREF="./opennlp/tools/coref/sim/SemanticCompatibility.html" title="class in opennlp.tools.coref.sim"><B>SemanticCompatibility</B></A> - Class in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Class which models the semantic compatibility of an enity and the confidence of that association.<DT><A HREF="./opennlp/tools/coref/sim/SemanticCompatibility.html#SemanticCompatibility(opennlp.tools.coref.sim.SemanticEnum, double)"><B>SemanticCompatibility(SemanticEnum, double)</B></A> -
Constructor for class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/SemanticCompatibility.html" title="class in opennlp.tools.coref.sim">SemanticCompatibility</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/SemanticEnum.html" title="class in opennlp.tools.coref.sim"><B>SemanticEnum</B></A> - Class in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetector.html#sentDetect(java.lang.String)"><B>sentDetect(String)</B></A> -
Method in interface opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetector.html" title="interface in opennlp.tools.sentdetect">SentenceDetector</A>
<DD>Sentence detect a string.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html#sentDetect(java.lang.String)"><B>sentDetect(String)</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html" title="class in opennlp.tools.sentdetect">SentenceDetectorME</A>
<DD>Detect sentences in a String.
<DT><A HREF="./opennlp/tools/sentdetect/lang/th/SentenceContextGenerator.html" title="class in opennlp.tools.sentdetect.lang.th"><B>SentenceContextGenerator</B></A> - Class in <A HREF="./opennlp/tools/sentdetect/lang/th/package-summary.html">opennlp.tools.sentdetect.lang.th</A><DD>Creates contexts/features for end-of-sentence detection in Thai text.<DT><A HREF="./opennlp/tools/sentdetect/lang/th/SentenceContextGenerator.html#SentenceContextGenerator()"><B>SentenceContextGenerator()</B></A> -
Constructor for class opennlp.tools.sentdetect.lang.th.<A HREF="./opennlp/tools/sentdetect/lang/th/SentenceContextGenerator.html" title="class in opennlp.tools.sentdetect.lang.th">SentenceContextGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetector.html" title="interface in opennlp.tools.sentdetect"><B>SentenceDetector</B></A> - Interface in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>The interface for sentence detectors, which find the sentence boundaries in
a text.<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorEvaluationMonitor.html" title="interface in opennlp.tools.sentdetect"><B>SentenceDetectorEvaluationMonitor</B></A> - Interface in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorEvaluator.html" title="class in opennlp.tools.sentdetect"><B>SentenceDetectorEvaluator</B></A> - Class in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>The <A HREF="./opennlp/tools/sentdetect/SentenceDetectorEvaluator.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceDetectorEvaluator</CODE></A> measures the performance of
the given <A HREF="./opennlp/tools/sentdetect/SentenceDetector.html" title="interface in opennlp.tools.sentdetect"><CODE>SentenceDetector</CODE></A> with the provided reference
<A HREF="./opennlp/tools/sentdetect/SentenceSample.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceSample</CODE></A>s.<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorEvaluator.html#SentenceDetectorEvaluator(opennlp.tools.sentdetect.SentenceDetector, opennlp.tools.sentdetect.SentenceDetectorEvaluationMonitor...)"><B>SentenceDetectorEvaluator(SentenceDetector, SentenceDetectorEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorEvaluator.html" title="class in opennlp.tools.sentdetect">SentenceDetectorEvaluator</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect"><B>SentenceDetectorFactory</B></A> - Class in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>The factory that provides SentenceDetecor default implementations and
resources<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html#SentenceDetectorFactory()"><B>SentenceDetectorFactory()</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect">SentenceDetectorFactory</A>
<DD>Creates a <A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceDetectorFactory</CODE></A> that provides the default
implementation of the resources.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html#SentenceDetectorFactory(java.lang.String, boolean, opennlp.tools.dictionary.Dictionary, char[])"><B>SentenceDetectorFactory(String, boolean, Dictionary, char[])</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect">SentenceDetectorFactory</A>
<DD>Creates a <A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceDetectorFactory</CODE></A>.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html" title="class in opennlp.tools.sentdetect"><B>SentenceDetectorME</B></A> - Class in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>A sentence detector for splitting up raw text into sentences.<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html#SentenceDetectorME(opennlp.tools.sentdetect.SentenceModel)"><B>SentenceDetectorME(SentenceModel)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html" title="class in opennlp.tools.sentdetect">SentenceDetectorME</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html#SentenceDetectorME(opennlp.tools.sentdetect.SentenceModel, opennlp.tools.sentdetect.lang.Factory)"><B>SentenceDetectorME(SentenceModel, Factory)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html" title="class in opennlp.tools.sentdetect">SentenceDetectorME</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use a <A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceDetectorFactory</CODE></A> to extend
SentenceDetector functionality.</I>
<DT><A HREF="./opennlp/tools/util/featuregen/SentenceFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><B>SentenceFeatureGenerator</B></A> - Class in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>This feature generator creates sentence begin and end features.<DT><A HREF="./opennlp/tools/util/featuregen/SentenceFeatureGenerator.html#SentenceFeatureGenerator(boolean, boolean)"><B>SentenceFeatureGenerator(boolean, boolean)</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/SentenceFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">SentenceFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect"><B>SentenceModel</B></A> - Class in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>The <A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceModel</CODE></A> is the model used
by a learnable <A HREF="./opennlp/tools/sentdetect/SentenceDetector.html" title="interface in opennlp.tools.sentdetect"><CODE>SentenceDetector</CODE></A>.<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#SentenceModel(java.lang.String, opennlp.model.AbstractModel, java.util.Map, opennlp.tools.sentdetect.SentenceDetectorFactory)"><B>SentenceModel(String, AbstractModel, Map&lt;String, String&gt;, SentenceDetectorFactory)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#SentenceModel(java.lang.String, opennlp.model.AbstractModel, boolean, opennlp.tools.dictionary.Dictionary, char[], java.util.Map)"><B>SentenceModel(String, AbstractModel, boolean, Dictionary, char[], Map&lt;String, String&gt;)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use
<A HREF="./opennlp/tools/sentdetect/SentenceModel.html#SentenceModel(java.lang.String, opennlp.model.AbstractModel, java.util.Map, opennlp.tools.sentdetect.SentenceDetectorFactory)"><CODE>SentenceModel.SentenceModel(String, AbstractModel, Map, SentenceDetectorFactory)</CODE></A>
instead and pass in a <A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceDetectorFactory</CODE></A></I>
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#SentenceModel(java.lang.String, opennlp.model.AbstractModel, boolean, opennlp.tools.dictionary.Dictionary, char[])"><B>SentenceModel(String, AbstractModel, boolean, Dictionary, char[])</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use
<A HREF="./opennlp/tools/sentdetect/SentenceModel.html#SentenceModel(java.lang.String, opennlp.model.AbstractModel, java.util.Map, opennlp.tools.sentdetect.SentenceDetectorFactory)"><CODE>SentenceModel.SentenceModel(String, AbstractModel, Map, SentenceDetectorFactory)</CODE></A>
instead and pass in a <A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceDetectorFactory</CODE></A></I>
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#SentenceModel(java.lang.String, opennlp.model.AbstractModel, boolean, opennlp.tools.dictionary.Dictionary, java.util.Map)"><B>SentenceModel(String, AbstractModel, boolean, Dictionary, Map&lt;String, String&gt;)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#SentenceModel(java.lang.String, opennlp.model.AbstractModel, boolean, opennlp.tools.dictionary.Dictionary)"><B>SentenceModel(String, AbstractModel, boolean, Dictionary)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#SentenceModel(java.io.InputStream)"><B>SentenceModel(InputStream)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#SentenceModel(java.io.File)"><B>SentenceModel(File)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#SentenceModel(java.net.URL)"><B>SentenceModel(URL)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceSample.html" title="class in opennlp.tools.sentdetect"><B>SentenceSample</B></A> - Class in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>A <A HREF="./opennlp/tools/sentdetect/SentenceSample.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceSample</CODE></A> contains a document with
begin indexes of the individual sentences.<DT><A HREF="./opennlp/tools/sentdetect/SentenceSample.html#SentenceSample(java.lang.String, opennlp.tools.util.Span...)"><B>SentenceSample(String, Span...)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceSample.html" title="class in opennlp.tools.sentdetect">SentenceSample</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceSample.html#SentenceSample(opennlp.tools.tokenize.Detokenizer, java.lang.String[][])"><B>SentenceSample(Detokenizer, String[][])</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceSample.html" title="class in opennlp.tools.sentdetect">SentenceSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceSampleStream.html" title="class in opennlp.tools.sentdetect"><B>SentenceSampleStream</B></A> - Class in <A HREF="./opennlp/tools/sentdetect/package-summary.html">opennlp.tools.sentdetect</A><DD>This class is a stream filter which reads a sentence by line samples from
a <code>Reader</code> and converts them into <A HREF="./opennlp/tools/sentdetect/SentenceSample.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceSample</CODE></A> objects.<DT><A HREF="./opennlp/tools/sentdetect/SentenceSampleStream.html#SentenceSampleStream(opennlp.tools.util.ObjectStream)"><B>SentenceSampleStream(ObjectStream&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceSampleStream.html" title="class in opennlp.tools.sentdetect">SentenceSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/SentenceSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>SentenceSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>Factory producing OpenNLP <A HREF="./opennlp/tools/sentdetect/SentenceSampleStream.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceSampleStream</CODE></A>s.<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetector.html#sentPosDetect(java.lang.String)"><B>sentPosDetect(String)</B></A> -
Method in interface opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetector.html" title="interface in opennlp.tools.sentdetect">SentenceDetector</A>
<DD>Sentence detect a string.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html#sentPosDetect(java.lang.String)"><B>sentPosDetect(String)</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html" title="class in opennlp.tools.sentdetect">SentenceDetectorME</A>
<DD>Detect the position of the first words of sentences in a String.
<DT><A HREF="./opennlp/tools/util/Sequence.html" title="class in opennlp.tools.util"><B>Sequence</B></A> - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Represents a weighted sequence of outcomes.<DT><A HREF="./opennlp/tools/util/Sequence.html#Sequence()"><B>Sequence()</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/Sequence.html" title="class in opennlp.tools.util">Sequence</A>
<DD>Creates a new sequence of outcomes.
<DT><A HREF="./opennlp/tools/util/Sequence.html#Sequence(opennlp.tools.util.Sequence)"><B>Sequence(Sequence)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/Sequence.html" title="class in opennlp.tools.util">Sequence</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Sequence.html#Sequence(opennlp.tools.util.Sequence, java.lang.String, double)"><B>Sequence(Sequence, String, double)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/Sequence.html" title="class in opennlp.tools.util">Sequence</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Sequence.html#Sequence(java.util.List)"><B>Sequence(List&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/Sequence.html" title="class in opennlp.tools.util">Sequence</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/SequenceValidator.html" title="interface in opennlp.tools.util"><B>SequenceValidator</B></A>&lt;<A HREF="./opennlp/tools/util/SequenceValidator.html" title="type parameter in SequenceValidator">T</A>&gt; - Interface in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#serialize(java.io.OutputStream)"><B>serialize(OutputStream)</B></A> -
Method in class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>Writes the current instance to the given <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html" title="class or interface in java.io"><CODE>OutputStream</CODE></A>.
<DT><A HREF="./opennlp/tools/dictionary/serializer/DictionarySerializer.html#serialize(java.io.OutputStream, java.util.Iterator)"><B>serialize(OutputStream, Iterator&lt;Entry&gt;)</B></A> -
Static method in class opennlp.tools.dictionary.serializer.<A HREF="./opennlp/tools/dictionary/serializer/DictionarySerializer.html" title="class in opennlp.tools.dictionary.serializer">DictionarySerializer</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./opennlp/tools/dictionary/serializer/DictionarySerializer.html#serialize(java.io.OutputStream, java.util.Iterator, boolean)"><CODE>DictionarySerializer.serialize(java.io.OutputStream, java.util.Iterator, boolean)</CODE></A> instead</I>
<DT><A HREF="./opennlp/tools/dictionary/serializer/DictionarySerializer.html#serialize(java.io.OutputStream, java.util.Iterator, boolean)"><B>serialize(OutputStream, Iterator&lt;Entry&gt;, boolean)</B></A> -
Static method in class opennlp.tools.dictionary.serializer.<A HREF="./opennlp/tools/dictionary/serializer/DictionarySerializer.html" title="class in opennlp.tools.dictionary.serializer">DictionarySerializer</A>
<DD>Serializes the given entries to the given <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html" title="class or interface in java.io"><CODE>OutputStream</CODE></A>.
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#serialize(java.io.OutputStream)"><B>serialize(OutputStream)</B></A> -
Method in class opennlp.tools.ngram.<A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram">NGramModel</A>
<DD>Writes the ngram instance to the given <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html" title="class or interface in java.io"><CODE>OutputStream</CODE></A>.
<DT><A HREF="./opennlp/tools/parser/lang/en/HeadRules.html#serialize(java.io.Writer)"><B>serialize(Writer)</B></A> -
Method in class opennlp.tools.parser.lang.en.<A HREF="./opennlp/tools/parser/lang/en/HeadRules.html" title="class in opennlp.tools.parser.lang.en">HeadRules</A>
<DD>Writes the head rules to the writer in a format suitable for loading
the head rules again with the constructor.
<DT><A HREF="./opennlp/tools/postag/POSDictionary.html#serialize(java.io.OutputStream)"><B>serialize(OutputStream)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD>Writes the <A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag"><CODE>POSDictionary</CODE></A> to the given <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html" title="class or interface in java.io"><CODE>OutputStream</CODE></A>;
After the serialization is finished the provided
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html" title="class or interface in java.io"><CODE>OutputStream</CODE></A> remains open.
<DT><A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.html#serialize(java.io.OutputStream)"><B>serialize(OutputStream)</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.html" title="class in opennlp.tools.tokenize">DetokenizationDictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/model/ArtifactSerializer.html#serialize(T, java.io.OutputStream)"><B>serialize(T, OutputStream)</B></A> -
Method in interface opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/ArtifactSerializer.html" title="interface in opennlp.tools.util.model">ArtifactSerializer</A>
<DD>Serializes the artifact to the provided <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html" title="class or interface in java.io"><CODE>OutputStream</CODE></A>.
<DT><A HREF="./opennlp/tools/util/model/BaseModel.html#serialize(java.io.OutputStream)"><B>serialize(OutputStream)</B></A> -
Method in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/BaseModel.html" title="class in opennlp.tools.util.model">BaseModel</A>
<DD>Serializes the model to the given <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html" title="class or interface in java.io"><CODE>OutputStream</CODE></A>.
<DT><A HREF="./opennlp/tools/util/model/ClassSerializer.html#serialize(java.lang.Class, java.io.OutputStream)"><B>serialize(Class&lt;?&gt;, OutputStream)</B></A> -
Method in 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/util/model/FeatureGeneratorFactorySerializer.html#serialize(opennlp.tools.util.featuregen.FeatureGeneratorFactory, java.io.OutputStream)"><B>serialize(FeatureGeneratorFactory, OutputStream)</B></A> -
Method in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/FeatureGeneratorFactorySerializer.html" title="class in opennlp.tools.util.model">FeatureGeneratorFactorySerializer</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/util/model/GenericModelSerializer.html#serialize(opennlp.model.AbstractModel, java.io.OutputStream)"><B>serialize(AbstractModel, OutputStream)</B></A> -
Method in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/GenericModelSerializer.html" title="class in opennlp.tools.util.model">GenericModelSerializer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/TrainingParameters.html#serialize(java.io.OutputStream)"><B>serialize(OutputStream)</B></A> -
Method 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/coref/DiscourseEntity.html#setCategory(java.lang.String)"><B>setCategory(String)</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseEntity.html" title="class in opennlp.tools.coref">DiscourseEntity</A>
<DD>Specifies the semantic category of this entity.
<DT><A HREF="./opennlp/tools/parser/Parse.html#setChild(int, java.lang.String)"><B>setChild(int, String)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Replaces the child at the specified index with a new child with the specified label.
<DT><A HREF="./opennlp/tools/coref/mention/AbstractMentionFinder.html#setCoordinatedNounPhraseCollection(boolean)"><B>setCoordinatedNounPhraseCollection(boolean)</B></A> -
Method in 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/MentionFinder.html#setCoordinatedNounPhraseCollection(boolean)"><B>setCoordinatedNounPhraseCollection(boolean)</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionFinder.html" title="interface in opennlp.tools.coref.mention">MentionFinder</A>
<DD>Specifies whether coordinated noun phrases should be collected as mentions.
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#setCount(opennlp.tools.util.StringList, int)"><B>setCount(StringList, 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>Sets the count of an existing ngram.
<DT><A HREF="./opennlp/tools/util/CountedSet.html#setCount(E, int)"><B>setCount(E, int)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/CountedSet.html" title="class in opennlp.tools.util">CountedSet</A>
<DD>Assigns the specified object the specified count in the set.
<DT><A HREF="./opennlp/tools/util/featuregen/AdditionalContextFeatureGenerator.html#setCurrentContext(java.lang.String[][])"><B>setCurrentContext(String[][])</B></A> -
Method in 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/parser/Parse.html#setDerivation(java.lang.StringBuffer)"><B>setDerivation(StringBuffer)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Specifies the derivation string to be associated with this parse.
<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#setDictionary(opennlp.tools.dictionary.Dictionary)"><B>setDictionary(Dictionary)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/DictionaryFeatureGenerator.html#setDictionary(opennlp.tools.dictionary.Dictionary)"><B>setDictionary(Dictionary)</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/DictionaryFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">DictionaryFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/DictionaryFeatureGenerator.html#setDictionary(java.lang.String, opennlp.tools.dictionary.Dictionary)"><B>setDictionary(String, Dictionary)</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/DictionaryFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">DictionaryFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html#setEnd(int)"><B>setEnd(int)</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html" title="class in opennlp.tools.formats.ad">ADChunkSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/AbstractLinker.html#setEntities(opennlp.tools.coref.mention.Mention[])"><B>setEntities(Mention[])</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/AbstractLinker.html" title="class in opennlp.tools.coref">AbstractLinker</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/Linker.html#setEntities(opennlp.tools.coref.mention.Mention[])"><B>setEntities(Mention[])</B></A> -
Method in interface opennlp.tools.coref.<A HREF="./opennlp/tools/coref/Linker.html" title="interface in opennlp.tools.coref">Linker</A>
<DD>Indicated that the specified mentions can be used to train this linker.
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#setErrorReporting(boolean)"><B>setErrorReporting(boolean)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in opennlp.tools.parser">AbstractBottomUpParser</A>
<DD>Specifies whether the parser should report when it was unable to find a parse for
a particular sentence.
<DT><A HREF="./opennlp/tools/coref/sim/GenderModel.html#setExtents(opennlp.tools.coref.sim.Context[])"><B>setExtents(Context[])</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderModel.html" title="class in opennlp.tools.coref.sim">GenderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/NumberModel.html#setExtents(opennlp.tools.coref.sim.Context[])"><B>setExtents(Context[])</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/NumberModel.html" title="class in opennlp.tools.coref.sim">NumberModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/SimilarityModel.html#setExtents(opennlp.tools.coref.sim.Context[])"><B>setExtents(Context[])</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/SimilarityModel.html" title="class in opennlp.tools.coref.sim">SimilarityModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/TrainSimilarityModel.html#setExtents(opennlp.tools.coref.sim.Context[])"><B>setExtents(Context[])</B></A> -
Method in interface opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/TrainSimilarityModel.html" title="interface in opennlp.tools.coref.sim">TrainSimilarityModel</A>
<DD>Creates simialrity training pairs based on the specified extents.
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Leaf.html#setFunctionalTag(java.lang.String)"><B>setFunctionalTag(String)</B></A> -
Method in 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/coref/DiscourseEntity.html#setGender(opennlp.tools.coref.sim.GenderEnum)"><B>setGender(GenderEnum)</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseEntity.html" title="class in opennlp.tools.coref">DiscourseEntity</A>
<DD>Specifies the gender of this entity.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#setGender(opennlp.tools.coref.sim.GenderEnum, double)"><B>setGender(GenderEnum, double)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Assigns the specified gender with the specified probability to this mention.
<DT><A HREF="./opennlp/tools/coref/DiscourseEntity.html#setGenderProbability(double)"><B>setGenderProbability(double)</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseEntity.html" title="class in opennlp.tools.coref">DiscourseEntity</A>
<DD>Specifies the probability of the gender of this entity.
<DT><A HREF="./opennlp/tools/coref/DiscourseElement.html#setId(int)"><B>setId(int)</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseElement.html" title="class in opennlp.tools.coref">DiscourseElement</A>
<DD>Associates an id with this element.
<DT><A HREF="./opennlp/tools/coref/mention/Mention.html#setId(int)"><B>setId(int)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Mention.html" title="class in opennlp.tools.coref.mention">Mention</A>
<DD>Associates an id with this mention.
<DT><A HREF="./opennlp/tools/parser/Constituent.html#setLabel(java.lang.String)"><B>setLabel(String)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Constituent.html" title="class in opennlp.tools.parser">Constituent</A>
<DD>Assigns the label to the constituent.
<DT><A HREF="./opennlp/tools/parser/Parse.html#setLabel(java.lang.String)"><B>setLabel(String)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Assigns this parse the specified label.
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Leaf.html#setLemma(java.lang.String)"><B>setLemma(String)</B></A> -
Method in 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.TreeElement.html#setLevel(int)"><B>setLevel(int)</B></A> -
Method in 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/ADSentenceStream.SentenceParser.Leaf.html#setLexeme(java.lang.String)"><B>setLexeme(String)</B></A> -
Method in 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.Sentence.html#setMetadata(java.lang.String)"><B>setMetadata(String)</B></A> -
Method in 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.TreeElement.html#setMorphologicalTag(java.lang.String)"><B>setMorphologicalTag(String)</B></A> -
Method in 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/parser/Parse.html#setNextPunctuation(java.util.Collection)"><B>setNextPunctuation(Collection&lt;Parse&gt;)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Sets the set of punctuation tags which follow this parse.
<DT><A HREF="./opennlp/tools/coref/DiscourseEntity.html#setNumber(opennlp.tools.coref.sim.NumberEnum)"><B>setNumber(NumberEnum)</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseEntity.html" title="class in opennlp.tools.coref">DiscourseEntity</A>
<DD>Specifies the number of this entity.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#setNumber(opennlp.tools.coref.sim.NumberEnum, double)"><B>setNumber(NumberEnum, double)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Assigns the specified number with the specified probability to this mention.
<DT><A HREF="./opennlp/tools/coref/DiscourseEntity.html#setNumberProbability(double)"><B>setNumberProbability(double)</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseEntity.html" title="class in opennlp.tools.coref">DiscourseEntity</A>
<DD>Specifies the probability of the number of this entity.
<DT><A HREF="./opennlp/tools/coref/resolver/AbstractResolver.html#setNumberSentencesBack(int)"><B>setNumberSentencesBack(int)</B></A> -
Method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/AbstractResolver.html" title="class in opennlp.tools.coref.resolver">AbstractResolver</A>
<DD>Specifies the number of sentences back this resolver should look for a referent.
<DT><A HREF="./opennlp/tools/parser/Parse.html#setParent(opennlp.tools.parser.Parse)"><B>setParent(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>Specifies the parent parse node for this constituent.
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#setParents(opennlp.tools.parser.Parse)"><B>setParents(Parse)</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>Assigns parent references for the specified parse so that they
are consistent with the children references.
<DT><A HREF="./opennlp/tools/coref/mention/Mention.html#setParse(opennlp.tools.coref.mention.Parse)"><B>setParse(Parse)</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Mention.html" title="class in opennlp.tools.coref.mention">Mention</A>
<DD>Specifies the parse for this mention.
<DT><A HREF="./opennlp/tools/coref/mention/AbstractMentionFinder.html#setPrenominalNamedEntityCollection(boolean)"><B>setPrenominalNamedEntityCollection(boolean)</B></A> -
Method in 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/MentionFinder.html#setPrenominalNamedEntityCollection(boolean)"><B>setPrenominalNamedEntityCollection(boolean)</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionFinder.html" title="interface in opennlp.tools.coref.mention">MentionFinder</A>
<DD>Specifies whether pre-nominal named-entities should be collected as mentions.
<DT><A HREF="./opennlp/tools/parser/Parse.html#setPrevPunctuation(java.util.Collection)"><B>setPrevPunctuation(Collection&lt;Parse&gt;)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Sets the set of punctuation tags which preceed this parse.
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.Sentence.html#setRoot(opennlp.tools.formats.ad.ADSentenceStream.SentenceParser.Node)"><B>setRoot(ADSentenceStream.SentenceParser.Node)</B></A> -
Method in 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.Leaf.html#setSecondaryTag(java.lang.String)"><B>setSecondaryTag(String)</B></A> -
Method in 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/coref/resolver/MaxentResolver.html#setSimilarityModel(opennlp.tools.coref.sim.TestSimilarityModel)"><B>setSimilarityModel(TestSimilarityModel)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html" title="class in opennlp.tools.coref.resolver">MaxentResolver</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html#setStart(int)"><B>setStart(int)</B></A> -
Method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/ADChunkSampleStream.html" title="class in opennlp.tools.formats.ad">ADChunkSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.TreeElement.html#setSyntacticTag(java.lang.String)"><B>setSyntacticTag(String)</B></A> -
Method in 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/postag/POSTaggerFactory.html#setTagDictionary(opennlp.tools.postag.TagDictionary)"><B>setTagDictionary(TagDictionary)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.Sentence.html#setText(java.lang.String)"><B>setText(String)</B></A> -
Method in 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/parser/Parse.html#setType(java.lang.String)"><B>setType(String)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Set the type of this constituent to the specified type.
<DT><A HREF="./opennlp/tools/dictionary/serializer/Attributes.html#setValue(java.lang.String, java.lang.String)"><B>setValue(String, String)</B></A> -
Method in class opennlp.tools.dictionary.serializer.<A HREF="./opennlp/tools/dictionary/serializer/Attributes.html" title="class in opennlp.tools.dictionary.serializer">Attributes</A>
<DD>Sets a key/value pair.
<DT><A HREF="./opennlp/tools/formats/muc/SgmlParser.html" title="class in opennlp.tools.formats.muc"><B>SgmlParser</B></A> - Class in <A HREF="./opennlp/tools/formats/muc/package-summary.html">opennlp.tools.formats.muc</A><DD>SAX style SGML parser.<DT><A HREF="./opennlp/tools/formats/muc/SgmlParser.html#SgmlParser()"><B>SgmlParser()</B></A> -
Constructor for class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/SgmlParser.html" title="class in opennlp.tools.formats.muc">SgmlParser</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/SgmlParser.ContentHandler.html" title="class in opennlp.tools.formats.muc"><B>SgmlParser.ContentHandler</B></A> - Class in <A HREF="./opennlp/tools/formats/muc/package-summary.html">opennlp.tools.formats.muc</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/muc/SgmlParser.ContentHandler.html#SgmlParser.ContentHandler()"><B>SgmlParser.ContentHandler()</B></A> -
Constructor for 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/formats/muc/ShallowParseCorefEnhancerStream.html" title="class in opennlp.tools.formats.muc"><B>ShallowParseCorefEnhancerStream</B></A> - Class in <A HREF="./opennlp/tools/formats/muc/package-summary.html">opennlp.tools.formats.muc</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/formats/muc/ShallowParseCorefEnhancerStream.html#ShallowParseCorefEnhancerStream(opennlp.tools.postag.POSTagger, opennlp.tools.chunker.Chunker, opennlp.tools.util.ObjectStream)"><B>ShallowParseCorefEnhancerStream(POSTagger, Chunker, ObjectStream&lt;RawCorefSample&gt;)</B></A> -
Constructor for class opennlp.tools.formats.muc.<A HREF="./opennlp/tools/formats/muc/ShallowParseCorefEnhancerStream.html" title="class in opennlp.tools.formats.muc">ShallowParseCorefEnhancerStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/ShallowParseMentionFinder.html" title="class in opennlp.tools.coref.mention"><B>ShallowParseMentionFinder</B></A> - Class in <A HREF="./opennlp/tools/coref/mention/package-summary.html">opennlp.tools.coref.mention</A><DD>Finds mentions from shallow np-chunking based parses.<DT><A HREF="./opennlp/tools/parser/Parse.html#show(java.lang.StringBuffer)"><B>show(StringBuffer)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Appends the specified string buffer with a string representation of this parse.
<DT><A HREF="./opennlp/tools/parser/Parse.html#show()"><B>show()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Displays this parse using Penn Treebank-style formatting.
<DT><A HREF="./opennlp/tools/parser/Parse.html#showCodeTree()"><B>showCodeTree()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Prints to standard out a representation of the specified parse which
contains hash codes so that parent/child relationships can be explicitly seen.
<DT><A HREF="./opennlp/tools/coref/sim/SimilarityModel.html" title="class in opennlp.tools.coref.sim"><B>SimilarityModel</B></A> - Class in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Models semantic similarity between two mentions and returns a score based on
how semantically comparable the mentions are with one another.<DT><A HREF="./opennlp/tools/tokenize/SimpleTokenizer.html" title="class in opennlp.tools.tokenize"><B>SimpleTokenizer</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>Performs tokenization using character classes.<DT><A HREF="./opennlp/tools/tokenize/SimpleTokenizer.html#SimpleTokenizer()"><B>SimpleTokenizer()</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/SimpleTokenizer.html" title="class in opennlp.tools.tokenize">SimpleTokenizer</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use INSTANCE field instead to obtain an instance, constructor
will be made private in the future.</I>
<DT><A HREF="./opennlp/tools/coref/resolver/SingletonNonReferentialResolver.html" title="class in opennlp.tools.coref.resolver"><B>SingletonNonReferentialResolver</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>This class allows you to share a single instance of a non-referential resolver
among several resolvers.<DT><A HREF="./opennlp/tools/coref/sim/NumberEnum.html#SINGULAR"><B>SINGULAR</B></A> -
Static variable in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/NumberEnum.html" title="class in opennlp.tools.coref.sim">NumberEnum</A>
<DD>Singular number type.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#singularPronounPattern"><B>singularPronounPattern</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Regular expression for English singular pronouns.
<DT><A HREF="./opennlp/tools/coref/resolver/SingularPronounResolver.html" title="class in opennlp.tools.coref.resolver"><B>SingularPronounResolver</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>This class resolver singular pronouns such as "he", "she", "it" and their various forms.<DT><A HREF="./opennlp/tools/coref/resolver/SingularPronounResolver.html#SingularPronounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode)"><B>SingularPronounResolver(String, ResolverMode)</B></A> -
Constructor for 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/SingularPronounResolver.html#SingularPronounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode, opennlp.tools.coref.resolver.NonReferentialResolver)"><B>SingularPronounResolver(String, ResolverMode, NonReferentialResolver)</B></A> -
Constructor for 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/ResolverUtils.html#singularThirdPersonPronounPattern"><B>singularThirdPersonPronounPattern</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Regular expression for English singular third person pronouns.
<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#size()"><B>size()</B></A> -
Method in class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>Retrieves the number of tokens in the current instance.
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#size()"><B>size()</B></A> -
Method in class opennlp.tools.ngram.<A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram">NGramModel</A>
<DD>Retrieves the number of <A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util"><CODE>StringList</CODE></A> entries in the current instance.
<DT><A HREF="./opennlp/tools/util/Cache.html#size()"><B>size()</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#size()"><B>size()</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#size()"><B>size()</B></A> -
Method in interface opennlp.tools.util.<A HREF="./opennlp/tools/util/Heap.html" title="interface in opennlp.tools.util">Heap</A>
<DD>Returns the size of the heap.
<DT><A HREF="./opennlp/tools/util/ListHeap.html#size()"><B>size()</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/StringList.html#size()"><B>size()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util">StringList</A>
<DD>Retrieves the number of tokens inside this list.
<DT><A HREF="./opennlp/tools/util/TreeHeap.html#size()"><B>size()</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/Span.html" title="class in opennlp.tools.util"><B>Span</B></A> - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>Class for storing start and end integer offsets.<DT><A HREF="./opennlp/tools/util/Span.html#Span(int, int, java.lang.String)"><B>Span(int, int, String)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Initializes a new Span Object.
<DT><A HREF="./opennlp/tools/util/Span.html#Span(int, int)"><B>Span(int, int)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Initializes a new Span Object.
<DT><A HREF="./opennlp/tools/util/Span.html#Span(opennlp.tools.util.Span, int)"><B>Span(Span, int)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Initializes a new Span object with an existing Span
which is shifted by an offset.
<DT><A HREF="./opennlp/tools/util/Span.html#spansToStrings(opennlp.tools.util.Span[], java.lang.CharSequence)"><B>spansToStrings(Span[], CharSequence)</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Converts an array of <A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util"><CODE>Span</CODE></A>s to an array of <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang"><CODE>String</CODE></A>s.
<DT><A HREF="./opennlp/tools/util/Span.html#spansToStrings(opennlp.tools.util.Span[], java.lang.String[])"><B>spansToStrings(Span[], String[])</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#speechPronounPattern"><B>speechPronounPattern</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Regular expression for English speech pronouns.
<DT><A HREF="./opennlp/tools/coref/resolver/SpeechPronounResolver.html" title="class in opennlp.tools.coref.resolver"><B>SpeechPronounResolver</B></A> - Class in <A HREF="./opennlp/tools/coref/resolver/package-summary.html">opennlp.tools.coref.resolver</A><DD>Resolves pronouns specific to quoted speech such as "you", "me", and "I".<DT><A HREF="./opennlp/tools/coref/resolver/SpeechPronounResolver.html#SpeechPronounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode)"><B>SpeechPronounResolver(String, ResolverMode)</B></A> -
Constructor for 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/coref/resolver/SpeechPronounResolver.html#SpeechPronounResolver(java.lang.String, opennlp.tools.coref.resolver.ResolverMode, opennlp.tools.coref.resolver.NonReferentialResolver)"><B>SpeechPronounResolver(String, ResolverMode, NonReferentialResolver)</B></A> -
Constructor for 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/sentdetect/SentenceDetectorME.html#SPLIT"><B>SPLIT</B></A> -
Static variable in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html" title="class in opennlp.tools.sentdetect">SentenceDetectorME</A>
<DD>Constant indicates a sentence split.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerME.html#SPLIT"><B>SPLIT</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>Constant indicates a token split.
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#START"><B>START</B></A> -
Static variable in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#START"><B>START</B></A> -
Static variable in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in opennlp.tools.parser">AbstractBottomUpParser</A>
<DD>Prefix for outcomes starting a constituent.
<DT><A HREF="./opennlp/tools/util/ext/OSGiExtensionLoader.html#start(org.osgi.framework.BundleContext)"><B>start(BundleContext)</B></A> -
Method in class opennlp.tools.util.ext.<A HREF="./opennlp/tools/util/ext/OSGiExtensionLoader.html" title="class in opennlp.tools.util.ext">OSGiExtensionLoader</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSampleDataStream.html#START_TAG"><B>START_TAG</B></A> -
Static variable in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSampleDataStream.html" title="class in opennlp.tools.namefind">NameSampleDataStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSampleDataStream.html#START_TAG_PREFIX"><B>START_TAG_PREFIX</B></A> -
Static variable in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSampleDataStream.html" title="class in opennlp.tools.namefind">NameSampleDataStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/muc/MucNameContentHandler.html#startElement(java.lang.String, java.util.Map)"><B>startElement(String, Map&lt;String, String&gt;)</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#startElement(java.lang.String, java.util.Map)"><B>startElement(String, Map&lt;String, String&gt;)</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/util/Span.html#startsWith(opennlp.tools.util.Span)"><B>startsWith(Span)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Returns true if the specified span is the begin of this span and the
specified span is contained in this span.
<DT><A HREF="./opennlp/tools/stemmer/Stemmer.html#stem(java.lang.CharSequence)"><B>stem(CharSequence)</B></A> -
Method in interface opennlp.tools.stemmer.<A HREF="./opennlp/tools/stemmer/Stemmer.html" title="interface in opennlp.tools.stemmer">Stemmer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/stemmer/Stemmer.html" title="interface in opennlp.tools.stemmer"><B>Stemmer</B></A> - Interface in <A HREF="./opennlp/tools/stemmer/package-summary.html">opennlp.tools.stemmer</A><DD>The stemmer is reducing a word to its stem.<DT><A HREF="./opennlp/tools/util/ext/OSGiExtensionLoader.html#stop(org.osgi.framework.BundleContext)"><B>stop(BundleContext)</B></A> -
Method in class opennlp.tools.util.ext.<A HREF="./opennlp/tools/util/ext/OSGiExtensionLoader.html" title="class in opennlp.tools.util.ext">OSGiExtensionLoader</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util"><B>StringList</B></A> - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>The <A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util"><CODE>StringList</CODE></A> is an immutable list of <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang"><CODE>String</CODE></A>s.<DT><A HREF="./opennlp/tools/util/StringList.html#StringList(java.lang.String)"><B>StringList(String)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util">StringList</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/util/StringList.html#StringList(java.lang.String...)"><B>StringList(String...)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util">StringList</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/util/featuregen/StringPattern.html" title="class in opennlp.tools.util.featuregen"><B>StringPattern</B></A> - Class in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>Recognizes predefined patterns in strings.<DT><A HREF="./opennlp/tools/util/StringUtil.html" title="class in opennlp.tools.util"><B>StringUtil</B></A> - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/util/StringUtil.html#StringUtil()"><B>StringUtil()</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringUtil.html" title="class in opennlp.tools.util">StringUtil</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#stripNp(opennlp.tools.coref.mention.MentionContext)"><B>stripNp(MentionContext)</B></A> -
Static method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Returns a string for the specified mention with punctuation, honorifics,
designators, and determiners removed.
<DT><A HREF="./opennlp/tools/util/CountedSet.html#subtract(E)"><B>subtract(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>Reduces the count associated with this object by 1.
<DT><A HREF="./opennlp/tools/util/featuregen/SuffixFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><B>SuffixFeatureGenerator</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/SuffixFeatureGenerator.html#SuffixFeatureGenerator()"><B>SuffixFeatureGenerator()</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/SuffixFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">SuffixFeatureGenerator</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/postag/POSTagger.html#tag(java.util.List)"><B>tag(List&lt;String&gt;)</B></A> -
Method in interface opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTagger.html" title="interface in opennlp.tools.postag">POSTagger</A>
<DD><B>Deprecated.</B>&nbsp;<I>call <code> tag(String[]) </code> instead</I>
<DT><A HREF="./opennlp/tools/postag/POSTagger.html#tag(java.lang.String[])"><B>tag(String[])</B></A> -
Method in interface opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTagger.html" title="interface in opennlp.tools.postag">POSTagger</A>
<DD>Assigns the sentence of tokens pos tags.
<DT><A HREF="./opennlp/tools/postag/POSTagger.html#tag(java.lang.String[], java.lang.Object[])"><B>tag(String[], Object[])</B></A> -
Method in interface opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTagger.html" title="interface in opennlp.tools.postag">POSTagger</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTagger.html#tag(java.lang.String)"><B>tag(String)</B></A> -
Method in interface opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTagger.html" title="interface in opennlp.tools.postag">POSTagger</A>
<DD><B>Deprecated.</B>&nbsp;<I>call <code> tag(String[]) instead </code> use WhiteSpaceTokenizer.INSTANCE.tokenize
to obtain the String array.</I>
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#tag(java.util.List)"><B>tag(List&lt;String&gt;)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#tag(java.lang.String[])"><B>tag(String[])</B></A> -
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/postag/POSTaggerME.html#tag(java.lang.String[], java.lang.Object[])"><B>tag(String[], Object[])</B></A> -
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/postag/POSTaggerME.html#tag(int, java.lang.String[])"><B>tag(int, String[])</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD>Returns at most the specified number of taggings for the specified sentence.
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#tag(java.lang.String)"><B>tag(String)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/postag/TagDictionary.html" title="interface in opennlp.tools.postag"><B>TagDictionary</B></A> - Interface in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>Interface to determine which tags are valid for a particular word
based on a tag dictionary.<DT><A HREF="./opennlp/tools/postag/POSTaggerTrainer.html#test(opennlp.model.AbstractModel)"><B>test(AbstractModel)</B></A> -
Static method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerTrainer.html" title="class in opennlp.tools.postag">POSTaggerTrainer</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/TestGenderModel.html" title="interface in opennlp.tools.coref.sim"><B>TestGenderModel</B></A> - Interface in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Interface for testing a gender model.<DT><A HREF="./opennlp/tools/coref/sim/GenderModel.html#testModel(java.lang.String)"><B>testModel(String)</B></A> -
Static method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderModel.html" title="class in opennlp.tools.coref.sim">GenderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/NumberModel.html#testModel(java.lang.String)"><B>testModel(String)</B></A> -
Static method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/NumberModel.html" title="class in opennlp.tools.coref.sim">NumberModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/SimilarityModel.html#testModel(java.lang.String)"><B>testModel(String)</B></A> -
Static method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/SimilarityModel.html" title="class in opennlp.tools.coref.sim">SimilarityModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/TestNumberModel.html" title="interface in opennlp.tools.coref.sim"><B>TestNumberModel</B></A> - Interface in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Interface for testing a number model.<DT><A HREF="./opennlp/tools/coref/sim/TestSimilarityModel.html" title="interface in opennlp.tools.coref.sim"><B>TestSimilarityModel</B></A> - Interface in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Interface for testing a similarity model.<DT><A HREF="./opennlp/tools/sentdetect/lang/Factory.html#thEosCharacters"><B>thEosCharacters</B></A> -
Static variable in class opennlp.tools.sentdetect.lang.<A HREF="./opennlp/tools/sentdetect/lang/Factory.html" title="class in opennlp.tools.sentdetect.lang">Factory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html#thirdPersonPronounPattern"><B>thirdPersonPronounPattern</B></A> -
Static variable in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverUtils.html" title="class in opennlp.tools.coref.resolver">ResolverUtils</A>
<DD>Regular expression for English third person pronouns.
<DT><A HREF="./opennlp/tools/util/CountedSet.html#toArray()"><B>toArray()</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/CountedSet.html#toArray(T[])"><B>toArray(T[])</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/formats/ad/PortugueseContractionUtility.html#toContraction(java.lang.String, java.lang.String)"><B>toContraction(String, String)</B></A> -
Static method in class opennlp.tools.formats.ad.<A HREF="./opennlp/tools/formats/ad/PortugueseContractionUtility.html" title="class in opennlp.tools.formats.ad">PortugueseContractionUtility</A>
<DD>Merges a contraction
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#toDictionary()"><B>toDictionary()</B></A> -
Method in class opennlp.tools.ngram.<A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram">NGramModel</A>
<DD>Creates a dictionary which contain all <A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util"><CODE>StringList</CODE></A> which
are in the current <A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram"><CODE>NGramModel</CODE></A>.
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#toDictionary(boolean)"><B>toDictionary(boolean)</B></A> -
Method in class opennlp.tools.ngram.<A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram">NGramModel</A>
<DD>Creates a dictionary which contains all <A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util"><CODE>StringList</CODE></A>s which
are in the current <A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram"><CODE>NGramModel</CODE></A>.
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#TOK_NODE"><B>TOK_NODE</B></A> -
Static variable in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in opennlp.tools.parser">AbstractBottomUpParser</A>
<DD>The label for a token node.
<DT><A HREF="./opennlp/tools/lang/spanish/TokenChunker.html" title="class in opennlp.tools.lang.spanish"><B>TokenChunker</B></A> - Class in <A HREF="./opennlp/tools/lang/spanish/package-summary.html">opennlp.tools.lang.spanish</A><DD>Class which identifies multi-token chunk which are treated as a single token in for POS-tagging.<DT><A HREF="./opennlp/tools/lang/spanish/TokenChunker.html#TokenChunker(java.lang.String)"><B>TokenChunker(String)</B></A> -
Constructor for class opennlp.tools.lang.spanish.<A HREF="./opennlp/tools/lang/spanish/TokenChunker.html" title="class in opennlp.tools.lang.spanish">TokenChunker</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/TokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><B>TokenClassFeatureGenerator</B></A> - Class in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>Generates features for different for the class of the token.<DT><A HREF="./opennlp/tools/util/featuregen/TokenClassFeatureGenerator.html#TokenClassFeatureGenerator()"><B>TokenClassFeatureGenerator()</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/TokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">TokenClassFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/TokenClassFeatureGenerator.html#TokenClassFeatureGenerator(boolean)"><B>TokenClassFeatureGenerator(boolean)</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/TokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">TokenClassFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenContextGenerator.html" title="interface in opennlp.tools.tokenize"><B>TokenContextGenerator</B></A> - Interface in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>Interface for <A HREF="./opennlp/tools/tokenize/TokenizerME.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerME</CODE></A> context generators.<DT><A HREF="./opennlp/tools/util/featuregen/FastTokenClassFeatureGenerator.html#tokenFeature(java.lang.String)"><B>tokenFeature(String)</B></A> -
Static method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/FastTokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">FastTokenClassFeatureGenerator</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorUtil.html#tokenFeature(java.lang.String)"><B>tokenFeature(String)</B></A> -
Static method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/FeatureGeneratorUtil.html" title="class in opennlp.tools.util.featuregen">FeatureGeneratorUtil</A>
<DD>Generates a class name for the specified token.
<DT><A HREF="./opennlp/tools/util/featuregen/TokenFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><B>TokenFeatureGenerator</B></A> - Class in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>Generates a feature which contains the token itself.<DT><A HREF="./opennlp/tools/util/featuregen/TokenFeatureGenerator.html#TokenFeatureGenerator(boolean)"><B>TokenFeatureGenerator(boolean)</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/TokenFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">TokenFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/TokenFeatureGenerator.html#TokenFeatureGenerator()"><B>TokenFeatureGenerator()</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/TokenFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">TokenFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/Tokenizer.html#tokenize(java.lang.String)"><B>tokenize(String)</B></A> -
Method in interface opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/Tokenizer.html" title="interface in opennlp.tools.tokenize">Tokenizer</A>
<DD>Splits a string into its atomic parts
<DT><A HREF="./opennlp/tools/tokenize/SimpleTokenizer.html#tokenizePos(java.lang.String)"><B>tokenizePos(String)</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/SimpleTokenizer.html" title="class in opennlp.tools.tokenize">SimpleTokenizer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/Tokenizer.html#tokenizePos(java.lang.String)"><B>tokenizePos(String)</B></A> -
Method in interface opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/Tokenizer.html" title="interface in opennlp.tools.tokenize">Tokenizer</A>
<DD>Finds the boundaries of atomic parts in a string.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerME.html#tokenizePos(java.lang.String)"><B>tokenizePos(String)</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerME.html" title="class in opennlp.tools.tokenize">TokenizerME</A>
<DD>Tokenizes the string.
<DT><A HREF="./opennlp/tools/tokenize/WhitespaceTokenizer.html#tokenizePos(java.lang.String)"><B>tokenizePos(String)</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/WhitespaceTokenizer.html" title="class in opennlp.tools.tokenize">WhitespaceTokenizer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/Tokenizer.html" title="interface in opennlp.tools.tokenize"><B>Tokenizer</B></A> - Interface in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>The interface for tokenizers, which segment a string into its tokens.<DT><A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html" title="class in opennlp.tools.tokenize"><B>TokenizerCrossValidator</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html#TokenizerCrossValidator(opennlp.tools.util.TrainingParameters, opennlp.tools.tokenize.TokenizerFactory, opennlp.tools.tokenize.TokenizerEvaluationMonitor...)"><B>TokenizerCrossValidator(TrainingParameters, TokenizerFactory, TokenizerEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html" title="class in opennlp.tools.tokenize">TokenizerCrossValidator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html#TokenizerCrossValidator(java.lang.String, opennlp.tools.dictionary.Dictionary, boolean, opennlp.tools.util.TrainingParameters, opennlp.tools.tokenize.TokenizerEvaluationMonitor...)"><B>TokenizerCrossValidator(String, Dictionary, boolean, TrainingParameters, TokenizerEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html" title="class in opennlp.tools.tokenize">TokenizerCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use
<A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html#TokenizerCrossValidator(opennlp.tools.util.TrainingParameters, opennlp.tools.tokenize.TokenizerFactory, opennlp.tools.tokenize.TokenizerEvaluationMonitor...)"><CODE>TokenizerCrossValidator.TokenizerCrossValidator(TrainingParameters, TokenizerFactory, TokenizerEvaluationMonitor...)</CODE></A>
instead and pass in a <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A></I>
<DT><A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html#TokenizerCrossValidator(java.lang.String, boolean, int, int)"><B>TokenizerCrossValidator(String, boolean, int, int)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html" title="class in opennlp.tools.tokenize">TokenizerCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use
<A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html#TokenizerCrossValidator(opennlp.tools.util.TrainingParameters, opennlp.tools.tokenize.TokenizerFactory, opennlp.tools.tokenize.TokenizerEvaluationMonitor...)"><CODE>TokenizerCrossValidator.TokenizerCrossValidator(TrainingParameters, TokenizerFactory, TokenizerEvaluationMonitor...)</CODE></A>
instead and pass in a <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A></I>
<DT><A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html#TokenizerCrossValidator(java.lang.String, boolean)"><B>TokenizerCrossValidator(String, boolean)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html" title="class in opennlp.tools.tokenize">TokenizerCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use
<A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html#TokenizerCrossValidator(opennlp.tools.util.TrainingParameters, opennlp.tools.tokenize.TokenizerFactory, opennlp.tools.tokenize.TokenizerEvaluationMonitor...)"><CODE>TokenizerCrossValidator.TokenizerCrossValidator(TrainingParameters, TokenizerFactory, TokenizerEvaluationMonitor...)</CODE></A>
instead and pass in a <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A></I>
<DT><A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html#TokenizerCrossValidator(java.lang.String, boolean, opennlp.tools.util.TrainingParameters, opennlp.tools.tokenize.TokenizerEvaluationMonitor...)"><B>TokenizerCrossValidator(String, boolean, TrainingParameters, TokenizerEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html" title="class in opennlp.tools.tokenize">TokenizerCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use
<A HREF="./opennlp/tools/tokenize/TokenizerCrossValidator.html#TokenizerCrossValidator(opennlp.tools.util.TrainingParameters, opennlp.tools.tokenize.TokenizerFactory, opennlp.tools.tokenize.TokenizerEvaluationMonitor...)"><CODE>TokenizerCrossValidator.TokenizerCrossValidator(TrainingParameters, TokenizerFactory, TokenizerEvaluationMonitor...)</CODE></A>
instead and pass in a <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A></I>
<DT><A HREF="./opennlp/tools/tokenize/TokenizerEvaluationMonitor.html" title="interface in opennlp.tools.tokenize"><B>TokenizerEvaluationMonitor</B></A> - Interface in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/tokenize/TokenizerEvaluator.html" title="class in opennlp.tools.tokenize"><B>TokenizerEvaluator</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>The <A HREF="./opennlp/tools/tokenize/TokenizerEvaluator.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerEvaluator</CODE></A> measures the performance of
the given <A HREF="./opennlp/tools/tokenize/Tokenizer.html" title="interface in opennlp.tools.tokenize"><CODE>Tokenizer</CODE></A> with the provided reference
<A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize"><CODE>TokenSample</CODE></A>s.<DT><A HREF="./opennlp/tools/tokenize/TokenizerEvaluator.html#TokenizerEvaluator(opennlp.tools.tokenize.Tokenizer, opennlp.tools.tokenize.TokenizerEvaluationMonitor...)"><B>TokenizerEvaluator(Tokenizer, TokenizerEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerEvaluator.html" title="class in opennlp.tools.tokenize">TokenizerEvaluator</A>
<DD>Initializes the current instance with the
given <A HREF="./opennlp/tools/tokenize/Tokenizer.html" title="interface in opennlp.tools.tokenize"><CODE>Tokenizer</CODE></A>.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><B>TokenizerFactory</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>The factory that provides <A HREF="./opennlp/tools/tokenize/Tokenizer.html" title="interface in opennlp.tools.tokenize"><CODE>Tokenizer</CODE></A> default implementations and
resources.<DT><A HREF="./opennlp/tools/tokenize/TokenizerFactory.html#TokenizerFactory()"><B>TokenizerFactory()</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize">TokenizerFactory</A>
<DD>Creates a <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A> that provides the default implementation
of the resources.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerFactory.html#TokenizerFactory(java.lang.String, opennlp.tools.dictionary.Dictionary, boolean, java.util.regex.Pattern)"><B>TokenizerFactory(String, Dictionary, boolean, Pattern)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize">TokenizerFactory</A>
<DD>Creates a <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A>.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerME.html" title="class in opennlp.tools.tokenize"><B>TokenizerME</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>A Tokenizer for converting raw text into separated tokens.<DT><A HREF="./opennlp/tools/tokenize/TokenizerME.html#TokenizerME(opennlp.tools.tokenize.TokenizerModel)"><B>TokenizerME(TokenizerModel)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerME.html" title="class in opennlp.tools.tokenize">TokenizerME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerME.html#TokenizerME(opennlp.tools.tokenize.TokenizerModel, opennlp.tools.tokenize.lang.Factory)"><B>TokenizerME(TokenizerModel, Factory)</B></A> -
Constructor for 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>use <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A> to extend the Tokenizer
functionality</I>
<DT><A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize"><B>TokenizerModel</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>The <A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerModel</CODE></A> is the model used
by a learnable <A HREF="./opennlp/tools/tokenize/Tokenizer.html" title="interface in opennlp.tools.tokenize"><CODE>Tokenizer</CODE></A>.<DT><A HREF="./opennlp/tools/tokenize/TokenizerModel.html#TokenizerModel(opennlp.model.AbstractModel, java.util.Map, opennlp.tools.tokenize.TokenizerFactory)"><B>TokenizerModel(AbstractModel, Map&lt;String, String&gt;, TokenizerFactory)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize">TokenizerModel</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerModel.html#TokenizerModel(java.lang.String, opennlp.model.AbstractModel, opennlp.tools.dictionary.Dictionary, boolean, java.util.Map)"><B>TokenizerModel(String, AbstractModel, Dictionary, boolean, Map&lt;String, String&gt;)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize">TokenizerModel</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use
<CODE>TokenizerModel#TokenizerModel(String, AbstractModel, Map, TokenizerFactory)</CODE>
instead and pass in a <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/tokenize/TokenizerModel.html#TokenizerModel(java.lang.String, opennlp.model.AbstractModel, boolean, java.util.Map)"><B>TokenizerModel(String, AbstractModel, boolean, Map&lt;String, String&gt;)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize">TokenizerModel</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use
<CODE>TokenizerModel#TokenizerModel(String, AbstractModel, Map, TokenizerFactory)</CODE>
instead and pass in a <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/tokenize/TokenizerModel.html#TokenizerModel(java.lang.String, opennlp.model.AbstractModel, boolean)"><B>TokenizerModel(String, AbstractModel, boolean)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize">TokenizerModel</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use
<CODE>TokenizerModel#TokenizerModel(String, AbstractModel, Map, TokenizerFactory)</CODE>
instead and pass in a <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/tokenize/TokenizerModel.html#TokenizerModel(java.io.InputStream)"><B>TokenizerModel(InputStream)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize">TokenizerModel</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerModel.html#TokenizerModel(java.io.File)"><B>TokenizerModel(File)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize">TokenizerModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerModel.html#TokenizerModel(java.net.URL)"><B>TokenizerModel(URL)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize">TokenizerModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerStream.html" title="class in opennlp.tools.tokenize"><B>TokenizerStream</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>The <A HREF="./opennlp/tools/tokenize/TokenizerStream.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerStream</CODE></A> uses a tokenizer to tokenize the
input string and output <A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize"><CODE>TokenSample</CODE></A>s.<DT><A HREF="./opennlp/tools/tokenize/TokenizerStream.html#TokenizerStream(opennlp.tools.tokenize.Tokenizer, opennlp.tools.util.ObjectStream)"><B>TokenizerStream(Tokenizer, ObjectStream&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerStream.html" title="class in opennlp.tools.tokenize">TokenizerStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinder.html" title="interface in opennlp.tools.namefind"><B>TokenNameFinder</B></A> - Interface in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>The interface for name finders which provide name tags for a sequence of tokens.<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html" title="class in opennlp.tools.namefind"><B>TokenNameFinderCrossValidator</B></A> - Class in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html#TokenNameFinderCrossValidator(java.lang.String, int, int)"><B>TokenNameFinderCrossValidator(String, int, int)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html" title="class in opennlp.tools.namefind">TokenNameFinderCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use <A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html#TokenNameFinderCrossValidator(java.lang.String, java.lang.String, opennlp.tools.util.TrainingParameters, byte[], java.util.Map, opennlp.tools.namefind.TokenNameFinderEvaluationMonitor...)"><CODE>TokenNameFinderCrossValidator.TokenNameFinderCrossValidator(String, String, TrainingParameters, byte[], Map, TokenNameFinderEvaluationMonitor...)</CODE></A>
instead and pass in a TrainingParameters object.</I>
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html#TokenNameFinderCrossValidator(java.lang.String, java.lang.String, int, int)"><B>TokenNameFinderCrossValidator(String, String, int, int)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html" title="class in opennlp.tools.namefind">TokenNameFinderCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use <A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html#TokenNameFinderCrossValidator(java.lang.String, java.lang.String, opennlp.tools.util.TrainingParameters, byte[], java.util.Map, opennlp.tools.namefind.TokenNameFinderEvaluationMonitor...)"><CODE>TokenNameFinderCrossValidator.TokenNameFinderCrossValidator(String, String, TrainingParameters, byte[], Map, TokenNameFinderEvaluationMonitor...)</CODE></A>
instead and pass in a TrainingParameters object.</I>
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html#TokenNameFinderCrossValidator(java.lang.String, java.lang.String, byte[], java.util.Map, int, int)"><B>TokenNameFinderCrossValidator(String, String, byte[], Map&lt;String, Object&gt;, int, int)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html" title="class in opennlp.tools.namefind">TokenNameFinderCrossValidator</A>
<DD><B>Deprecated.</B>&nbsp;<I>use <A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html#TokenNameFinderCrossValidator(java.lang.String, java.lang.String, opennlp.tools.util.TrainingParameters, byte[], java.util.Map, opennlp.tools.namefind.TokenNameFinderEvaluationMonitor...)"><CODE>TokenNameFinderCrossValidator.TokenNameFinderCrossValidator(String, String, TrainingParameters, byte[], Map, TokenNameFinderEvaluationMonitor...)</CODE></A>
instead and pass in a TrainingParameters object.</I>
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html#TokenNameFinderCrossValidator(java.lang.String, java.lang.String, opennlp.tools.util.TrainingParameters, byte[], java.util.Map, opennlp.tools.namefind.TokenNameFinderEvaluationMonitor...)"><B>TokenNameFinderCrossValidator(String, String, TrainingParameters, byte[], Map&lt;String, Object&gt;, TokenNameFinderEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderCrossValidator.html" title="class in opennlp.tools.namefind">TokenNameFinderCrossValidator</A>
<DD>Name finder cross validator
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderEvaluationMonitor.html" title="interface in opennlp.tools.namefind"><B>TokenNameFinderEvaluationMonitor</B></A> - Interface in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderEvaluator.html" title="class in opennlp.tools.namefind"><B>TokenNameFinderEvaluator</B></A> - Class in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>The <A HREF="./opennlp/tools/namefind/TokenNameFinderEvaluator.html" title="class in opennlp.tools.namefind"><CODE>TokenNameFinderEvaluator</CODE></A> measures the performance
of the given <A HREF="./opennlp/tools/namefind/TokenNameFinder.html" title="interface in opennlp.tools.namefind"><CODE>TokenNameFinder</CODE></A> with the provided
reference <A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind"><CODE>NameSample</CODE></A>s.<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderEvaluator.html#TokenNameFinderEvaluator(opennlp.tools.namefind.TokenNameFinder, opennlp.tools.namefind.TokenNameFinderEvaluationMonitor...)"><B>TokenNameFinderEvaluator(TokenNameFinder, TokenNameFinderEvaluationMonitor...)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderEvaluator.html" title="class in opennlp.tools.namefind">TokenNameFinderEvaluator</A>
<DD>Initializes the current instance with the given
<A HREF="./opennlp/tools/namefind/TokenNameFinder.html" title="interface in opennlp.tools.namefind"><CODE>TokenNameFinder</CODE></A>.
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind"><B>TokenNameFinderModel</B></A> - Class in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>The <A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind"><CODE>TokenNameFinderModel</CODE></A> is the model used
by a learnable <A HREF="./opennlp/tools/namefind/TokenNameFinder.html" title="interface in opennlp.tools.namefind"><CODE>TokenNameFinder</CODE></A>.<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html#TokenNameFinderModel(java.lang.String, opennlp.model.AbstractModel, byte[], java.util.Map, java.util.Map)"><B>TokenNameFinderModel(String, AbstractModel, byte[], Map&lt;String, Object&gt;, Map&lt;String, String&gt;)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind">TokenNameFinderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html#TokenNameFinderModel(java.lang.String, opennlp.model.AbstractModel, java.util.Map, java.util.Map)"><B>TokenNameFinderModel(String, AbstractModel, Map&lt;String, Object&gt;, Map&lt;String, String&gt;)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind">TokenNameFinderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html#TokenNameFinderModel(java.io.InputStream)"><B>TokenNameFinderModel(InputStream)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind">TokenNameFinderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html#TokenNameFinderModel(java.io.File)"><B>TokenNameFinderModel(File)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind">TokenNameFinderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html#TokenNameFinderModel(java.net.URL)"><B>TokenNameFinderModel(URL)</B></A> -
Constructor for class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind">TokenNameFinderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderModel.FeatureGeneratorCreationError.html" title="class in opennlp.tools.namefind"><B>TokenNameFinderModel.FeatureGeneratorCreationError</B></A> - Exception in <A HREF="./opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/util/featuregen/TokenPatternFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><B>TokenPatternFeatureGenerator</B></A> - Class in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>Partitions tokens into sub-tokens based on character classes and generates
class features for each of the sub-tokens and combinations of those sub-tokens.<DT><A HREF="./opennlp/tools/util/featuregen/TokenPatternFeatureGenerator.html#TokenPatternFeatureGenerator()"><B>TokenPatternFeatureGenerator()</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/TokenPatternFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">TokenPatternFeatureGenerator</A>
<DD>Initializes a new instance.
<DT><A HREF="./opennlp/tools/util/featuregen/TokenPatternFeatureGenerator.html#TokenPatternFeatureGenerator(opennlp.tools.tokenize.Tokenizer)"><B>TokenPatternFeatureGenerator(Tokenizer)</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/TokenPatternFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">TokenPatternFeatureGenerator</A>
<DD>Initializes a new instance.
<DT><A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize"><B>TokenSample</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>A <A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize"><CODE>TokenSample</CODE></A> is text with token spans.<DT><A HREF="./opennlp/tools/tokenize/TokenSample.html#TokenSample(java.lang.String, opennlp.tools.util.Span[])"><B>TokenSample(String, Span[])</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize">TokenSample</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/tokenize/TokenSample.html#TokenSample(opennlp.tools.tokenize.Detokenizer, java.lang.String[])"><B>TokenSample(Detokenizer, String[])</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize">TokenSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/lang/en/TokenSampleStream.html" title="class in opennlp.tools.tokenize.lang.en"><B>TokenSampleStream</B></A> - Class in <A HREF="./opennlp/tools/tokenize/lang/en/package-summary.html">opennlp.tools.tokenize.lang.en</A><DD>Class which produces an Iterator<TokenSample> from a file of space delimited token.<DT><A HREF="./opennlp/tools/tokenize/lang/en/TokenSampleStream.html#TokenSampleStream(java.io.InputStream)"><B>TokenSampleStream(InputStream)</B></A> -
Constructor for class opennlp.tools.tokenize.lang.en.<A HREF="./opennlp/tools/tokenize/lang/en/TokenSampleStream.html" title="class in opennlp.tools.tokenize.lang.en">TokenSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenSampleStream.html" title="class in opennlp.tools.tokenize"><B>TokenSampleStream</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>This class is a stream filter which reads in string encoded samples and creates
<A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize"><CODE>TokenSample</CODE></A>s out of them.<DT><A HREF="./opennlp/tools/tokenize/TokenSampleStream.html#TokenSampleStream(opennlp.tools.util.ObjectStream, java.lang.String)"><B>TokenSampleStream(ObjectStream&lt;String&gt;, String)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenSampleStream.html" title="class in opennlp.tools.tokenize">TokenSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenSampleStream.html#TokenSampleStream(opennlp.tools.util.ObjectStream)"><B>TokenSampleStream(ObjectStream&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenSampleStream.html" title="class in opennlp.tools.tokenize">TokenSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/TokenSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>TokenSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>Factory producing OpenNLP <A HREF="./opennlp/tools/tokenize/TokenSampleStream.html" title="class in opennlp.tools.tokenize"><CODE>TokenSampleStream</CODE></A>s.<DT><A HREF="./opennlp/tools/tokenize/TokSpanEventStream.html" title="class in opennlp.tools.tokenize"><B>TokSpanEventStream</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>This class reads the <A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize"><CODE>TokenSample</CODE></A>s from the given <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>
and converts the <A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize"><CODE>TokenSample</CODE></A>s into <CODE>Event</CODE>s which
can be used by the maxent library for training.<DT><A HREF="./opennlp/tools/tokenize/TokSpanEventStream.html#TokSpanEventStream(opennlp.tools.util.ObjectStream, boolean, java.util.regex.Pattern, opennlp.tools.tokenize.TokenContextGenerator)"><B>TokSpanEventStream(ObjectStream&lt;TokenSample&gt;, boolean, Pattern, TokenContextGenerator)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokSpanEventStream.html" title="class in opennlp.tools.tokenize">TokSpanEventStream</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/tokenize/TokSpanEventStream.html#TokSpanEventStream(opennlp.tools.util.ObjectStream, boolean, opennlp.tools.tokenize.TokenContextGenerator)"><B>TokSpanEventStream(ObjectStream&lt;TokenSample&gt;, boolean, TokenContextGenerator)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokSpanEventStream.html" title="class in opennlp.tools.tokenize">TokSpanEventStream</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/tokenize/TokSpanEventStream.html#TokSpanEventStream(opennlp.tools.util.ObjectStream, boolean)"><B>TokSpanEventStream(ObjectStream&lt;TokenSample&gt;, boolean)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokSpanEventStream.html" title="class in opennlp.tools.tokenize">TokSpanEventStream</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/util/StringUtil.html#toLowerCase(java.lang.CharSequence)"><B>toLowerCase(CharSequence)</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringUtil.html" title="class in opennlp.tools.util">StringUtil</A>
<DD>Converts to lower case independent of the current locale via
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Character.html#toLowerCase(char)" title="class or interface in java.lang"><CODE>Character.toLowerCase(char)</CODE></A> which uses mapping information
from the UnicodeData file.
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#TOP_NODE"><B>TOP_NODE</B></A> -
Static variable in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in opennlp.tools.parser">AbstractBottomUpParser</A>
<DD>The label for the top node.
<DT><A HREF="./opennlp/tools/chunker/Chunker.html#topKSequences(java.util.List, java.util.List)"><B>topKSequences(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#topKSequences(java.lang.String[], java.lang.String[])"><CODE>Chunker.topKSequences(String[], String[])</CODE></A> instead.</I>
<DT><A HREF="./opennlp/tools/chunker/Chunker.html#topKSequences(java.lang.String[], java.lang.String[])"><B>topKSequences(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>Returns the top k chunk sequences for the specified sentence with the specified pos-tags
<DT><A HREF="./opennlp/tools/chunker/Chunker.html#topKSequences(java.lang.String[], java.lang.String[], double)"><B>topKSequences(String[], String[], double)</B></A> -
Method in interface opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/Chunker.html" title="interface in opennlp.tools.chunker">Chunker</A>
<DD>Returns the top k chunk sequences for the specified sentence with the specified pos-tags
<DT><A HREF="./opennlp/tools/chunker/ChunkerME.html#topKSequences(java.util.List, java.util.List)"><B>topKSequences(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#topKSequences(java.lang.String[], java.lang.String[])"><B>topKSequences(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/ChunkerME.html#topKSequences(java.lang.String[], java.lang.String[], double)"><B>topKSequences(String[], String[], double)</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/postag/POSTagger.html#topKSequences(java.util.List)"><B>topKSequences(List&lt;String&gt;)</B></A> -
Method in interface opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTagger.html" title="interface in opennlp.tools.postag">POSTagger</A>
<DD><B>Deprecated.</B>&nbsp;<I>call <code> topKSequences(String[]) </code> instead</I>
<DT><A HREF="./opennlp/tools/postag/POSTagger.html#topKSequences(java.lang.String[])"><B>topKSequences(String[])</B></A> -
Method in interface opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTagger.html" title="interface in opennlp.tools.postag">POSTagger</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTagger.html#topKSequences(java.lang.String[], java.lang.Object[])"><B>topKSequences(String[], Object[])</B></A> -
Method in interface opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTagger.html" title="interface in opennlp.tools.postag">POSTagger</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#topKSequences(java.util.List)"><B>topKSequences(List&lt;String&gt;)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerME.html" title="class in opennlp.tools.postag">POSTaggerME</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#topKSequences(java.lang.String[])"><B>topKSequences(String[])</B></A> -
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/postag/POSTaggerME.html#topKSequences(java.lang.String[], java.lang.Object[])"><B>topKSequences(String[], Object[])</B></A> -
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/chunker/ChunkSample.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkSample.html" title="class in opennlp.tools.chunker">ChunkSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefSample.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefSample.html" title="class in opennlp.tools.coref">CorefSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/DiscourseElement.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/DiscourseElement.html" title="class in opennlp.tools.coref">DiscourseElement</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/DefaultParse.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/DefaultParse.html" title="class in opennlp.tools.coref.mention">DefaultParse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Mention.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Mention.html" title="class in opennlp.tools.coref.mention">Mention</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/mention/Parse.html#toString()"><B>toString()</B></A> -
Method in interface opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/Parse.html" title="interface in opennlp.tools.coref.mention">Parse</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/Context.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/Context.html" title="class in opennlp.tools.coref.sim">Context</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/GenderEnum.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderEnum.html" title="class in opennlp.tools.coref.sim">GenderEnum</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/NumberEnum.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/NumberEnum.html" title="class in opennlp.tools.coref.sim">NumberEnum</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/SemanticEnum.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/SemanticEnum.html" title="class in opennlp.tools.coref.sim">SemanticEnum</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/dictionary/Dictionary.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.dictionary.<A HREF="./opennlp/tools/dictionary/Dictionary.html" title="class in opennlp.tools.dictionary">Dictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerEvaluator.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerEvaluator.html" title="class in opennlp.tools.doccat">DocumentCategorizerEvaluator</A>
<DD>Represents this objects as human readable <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang"><CODE>String</CODE></A>.
<DT><A HREF="./opennlp/tools/doccat/DocumentSample.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentSample.html" title="class in opennlp.tools.doccat">DocumentSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/ad/ADSentenceStream.SentenceParser.Leaf.html#toString()"><B>toString()</B></A> -
Method in 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#toString()"><B>toString()</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/namefind/NameSample.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/ngram/NGramModel.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.ngram.<A HREF="./opennlp/tools/ngram/NGramModel.html" title="class in opennlp.tools.ngram">NGramModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/Parse.html" title="class in opennlp.tools.parser">Parse</A>
<DD>Represents this parse in a human readable way.
<DT><A HREF="./opennlp/tools/postag/POSDictionary.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSDictionary.html" title="class in opennlp.tools.postag">POSDictionary</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSEvaluator.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSEvaluator.html" title="class in opennlp.tools.postag">POSEvaluator</A>
<DD>Represents this objects as human readable <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang"><CODE>String</CODE></A>.
<DT><A HREF="./opennlp/tools/postag/POSSample.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag">POSSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceSample.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceSample.html" title="class in opennlp.tools.sentdetect">SentenceSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenSample.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize">TokenSample</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/CrossValidationPartitioner.html" title="class in opennlp.tools.util.eval">CrossValidationPartitioner</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/eval/FMeasure.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/FMeasure.html" title="class in opennlp.tools.util.eval">FMeasure</A>
<DD>Creates a human read-able <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang"><CODE>String</CODE></A> representation.
<DT><A HREF="./opennlp/tools/util/eval/Mean.html#toString()"><B>toString()</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>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/CachedFeatureGenerator.html#toString()"><B>toString()</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/WindowFeatureGenerator.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">WindowFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Sequence.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Sequence.html" title="class in opennlp.tools.util">Sequence</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Span.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Span.html" title="class in opennlp.tools.util">Span</A>
<DD>Generates a human readable string.
<DT><A HREF="./opennlp/tools/util/StringList.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringList.html" title="class in opennlp.tools.util">StringList</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/Version.html#toString()"><B>toString()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util">Version</A>
<DD>Retrieves the version string.
<DT><A HREF="./opennlp/tools/coref/mention/MentionContext.html#toText()"><B>toText()</B></A> -
Method in class opennlp.tools.coref.mention.<A HREF="./opennlp/tools/coref/mention/MentionContext.html" title="class in opennlp.tools.coref.mention">MentionContext</A>
<DD>Returns the text of this mention.
<DT><A HREF="./opennlp/tools/util/StringUtil.html#toUpperCase(java.lang.CharSequence)"><B>toUpperCase(CharSequence)</B></A> -
Static method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/StringUtil.html" title="class in opennlp.tools.util">StringUtil</A>
<DD>Converts to upper case independent of the current locale via
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Character.html#toUpperCase(char)" title="class or interface in java.lang"><CODE>Character.toUpperCase(char)</CODE></A> which uses mapping information
from the UnicodeData file.
<DT><A HREF="./opennlp/tools/chunker/ChunkerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.util.TrainingParameters, opennlp.tools.chunker.ChunkerFactory)"><B>train(String, ObjectStream&lt;ChunkSample&gt;, TrainingParameters, ChunkerFactory)</B></A> -
Static 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/ChunkerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.chunker.ChunkerContextGenerator, opennlp.tools.util.TrainingParameters)"><B>train(String, ObjectStream&lt;ChunkSample&gt;, ChunkerContextGenerator, TrainingParameters)</B></A> -
Static 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;<I>Use
<CODE>#train(String, ObjectStream, ChunkerContextGenerator, TrainingParameters, ChunkerFactory)</CODE>
instead.</I>
<DT><A HREF="./opennlp/tools/chunker/ChunkerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, int, int, opennlp.tools.chunker.ChunkerContextGenerator)"><B>train(String, ObjectStream&lt;ChunkSample&gt;, int, int, ChunkerContextGenerator)</B></A> -
Static 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;<I>use <A HREF="./opennlp/tools/chunker/ChunkerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.chunker.ChunkerContextGenerator, opennlp.tools.util.TrainingParameters)"><CODE>ChunkerME.train(String, ObjectStream, ChunkerContextGenerator, TrainingParameters)</CODE></A>
instead and pass in a TrainingParameters object.</I>
<DT><A HREF="./opennlp/tools/chunker/ChunkerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, int, int)"><B>train(String, ObjectStream&lt;ChunkSample&gt;, int, int)</B></A> -
Static 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;<I>use <A HREF="./opennlp/tools/chunker/ChunkerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.chunker.ChunkerContextGenerator, opennlp.tools.util.TrainingParameters)"><CODE>ChunkerME.train(String, ObjectStream, ChunkerContextGenerator, TrainingParameters)</CODE></A>
instead and pass in a TrainingParameters object.</I>
<DT><A HREF="./opennlp/tools/coref/AbstractLinker.html#train()"><B>train()</B></A> -
Method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/AbstractLinker.html" title="class in opennlp.tools.coref">AbstractLinker</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/CorefTrainer.html#train(java.lang.String, opennlp.tools.util.ObjectStream, boolean, boolean)"><B>train(String, ObjectStream&lt;CorefSample&gt;, boolean, boolean)</B></A> -
Static method in class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/CorefTrainer.html" title="class in opennlp.tools.coref">CorefTrainer</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/Linker.html#train()"><B>train()</B></A> -
Method in interface opennlp.tools.coref.<A HREF="./opennlp/tools/coref/Linker.html" title="interface in opennlp.tools.coref">Linker</A>
<DD>Trains the linker based on the data specified via calls to <A HREF="./opennlp/tools/coref/Linker.html#setEntities(opennlp.tools.coref.mention.Mention[])"><CODE>setEntities</CODE></A>.
<DT><A HREF="./opennlp/tools/coref/resolver/AbstractResolver.html#train()"><B>train()</B></A> -
Method in 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/coref/resolver/DefaultNonReferentialResolver.html#train()"><B>train()</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#train()"><B>train()</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/MaxentResolver.html#train()"><B>train()</B></A> -
Method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/MaxentResolver.html" title="class in opennlp.tools.coref.resolver">MaxentResolver</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/resolver/NonReferentialResolver.html#train()"><B>train()</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>Trains a model based on the events given to this resolver via #addEvent.
<DT><A HREF="./opennlp/tools/coref/resolver/Resolver.html#train()"><B>train()</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>Retrains model on examples for which retain was called.
<DT><A HREF="./opennlp/tools/coref/resolver/SingletonNonReferentialResolver.html#train()"><B>train()</B></A> -
Method in class opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/SingletonNonReferentialResolver.html" title="class in opennlp.tools.coref.resolver">SingletonNonReferentialResolver</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html#train(opennlp.tools.doccat.DocumentCategorizerEventStream)"><B>train(DocumentCategorizerEventStream)</B></A> -
Static method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat">DocumentCategorizerME</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.util.TrainingParameters, opennlp.tools.doccat.FeatureGenerator...)"><B>train(String, ObjectStream&lt;DocumentSample&gt;, TrainingParameters, FeatureGenerator...)</B></A> -
Static method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat">DocumentCategorizerME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, int, int, opennlp.tools.doccat.FeatureGenerator...)"><B>train(String, ObjectStream&lt;DocumentSample&gt;, int, int, FeatureGenerator...)</B></A> -
Static method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat">DocumentCategorizerME</A>
<DD>Trains a document categorizer model with custom feature generation.
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, int, int)"><B>train(String, ObjectStream&lt;DocumentSample&gt;, int, int)</B></A> -
Static method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat">DocumentCategorizerME</A>
<DD>Trains a doccat model with default feature generation.
<DT><A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream)"><B>train(String, ObjectStream&lt;DocumentSample&gt;)</B></A> -
Static method in class opennlp.tools.doccat.<A HREF="./opennlp/tools/doccat/DocumentCategorizerME.html" title="class in opennlp.tools.doccat">DocumentCategorizerME</A>
<DD>Trains a doccat model with default feature generation.
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#train(java.lang.String, java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.util.TrainingParameters, opennlp.tools.util.featuregen.AdaptiveFeatureGenerator, java.util.Map)"><B>train(String, String, ObjectStream&lt;NameSample&gt;, TrainingParameters, AdaptiveFeatureGenerator, Map&lt;String, Object&gt;)</B></A> -
Static method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>Trains a name finder model.
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#train(java.lang.String, java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.util.TrainingParameters, byte[], java.util.Map)"><B>train(String, String, ObjectStream&lt;NameSample&gt;, TrainingParameters, byte[], Map&lt;String, Object&gt;)</B></A> -
Static method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>Trains a name finder model.
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#train(java.lang.String, java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.util.featuregen.AdaptiveFeatureGenerator, java.util.Map, int, int)"><B>train(String, String, ObjectStream&lt;NameSample&gt;, AdaptiveFeatureGenerator, Map&lt;String, Object&gt;, int, int)</B></A> -
Static method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>Trains a name finder model.
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#train(java.lang.String, java.lang.String, opennlp.tools.util.ObjectStream, java.util.Map, int, int)"><B>train(String, String, ObjectStream&lt;NameSample&gt;, Map&lt;String, Object&gt;, int, int)</B></A> -
Static method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD><B>Deprecated.</B>&nbsp;<I>use <A HREF="./opennlp/tools/namefind/NameFinderME.html#train(java.lang.String, java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.util.TrainingParameters, opennlp.tools.util.featuregen.AdaptiveFeatureGenerator, java.util.Map)"><CODE>NameFinderME.train(String, String, ObjectStream, TrainingParameters, AdaptiveFeatureGenerator, Map)</CODE></A>
instead and pass in a TrainingParameters object.</I>
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#train(java.lang.String, java.lang.String, opennlp.tools.util.ObjectStream, java.util.Map)"><B>train(String, String, ObjectStream&lt;NameSample&gt;, Map&lt;String, Object&gt;)</B></A> -
Static method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#train(java.lang.String, java.lang.String, opennlp.tools.util.ObjectStream, byte[], java.util.Map, int, int)"><B>train(String, String, ObjectStream&lt;NameSample&gt;, byte[], Map&lt;String, Object&gt;, int, int)</B></A> -
Static method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD><B>Deprecated.</B>&nbsp;<I>use <A HREF="./opennlp/tools/namefind/NameFinderME.html#train(java.lang.String, java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.util.TrainingParameters, byte[], java.util.Map)"><CODE>NameFinderME.train(String, String, ObjectStream, TrainingParameters, byte[], Map)</CODE></A>
instead and pass in a TrainingParameters object.</I>
<DT><A HREF="./opennlp/tools/namefind/NameFinderME.html#train(opennlp.model.EventStream, int, int)"><B>train(EventStream, int, int)</B></A> -
Static method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderME.html" title="class in opennlp.tools.namefind">NameFinderME</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/parser/chunking/Parser.html#train(opennlp.model.EventStream, int, int)"><B>train(EventStream, int, int)</B></A> -
Static method in class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/Parser.html" title="class in opennlp.tools.parser.chunking">Parser</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please do not use anymore, use the ObjectStream train methods instead! This method
will be removed soon.</I>
<DT><A HREF="./opennlp/tools/parser/chunking/Parser.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.parser.HeadRules, opennlp.tools.util.TrainingParameters)"><B>train(String, ObjectStream&lt;Parse&gt;, HeadRules, TrainingParameters)</B></A> -
Static method in class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/Parser.html" title="class in opennlp.tools.parser.chunking">Parser</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/chunking/Parser.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.parser.HeadRules, int, int)"><B>train(String, ObjectStream&lt;Parse&gt;, HeadRules, int, int)</B></A> -
Static method in class opennlp.tools.parser.chunking.<A HREF="./opennlp/tools/parser/chunking/Parser.html" title="class in opennlp.tools.parser.chunking">Parser</A>
<DD><B>Deprecated.</B>&nbsp;<I>use <A HREF="./opennlp/tools/parser/chunking/Parser.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.parser.HeadRules, opennlp.tools.util.TrainingParameters)"><CODE>Parser.train(String, ObjectStream, HeadRules, TrainingParameters)</CODE></A>
instead and pass in a TrainingParameters object.</I>
<DT><A HREF="./opennlp/tools/parser/treeinsert/Parser.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.parser.HeadRules, opennlp.tools.util.TrainingParameters)"><B>train(String, ObjectStream&lt;Parse&gt;, HeadRules, TrainingParameters)</B></A> -
Static method in class opennlp.tools.parser.treeinsert.<A HREF="./opennlp/tools/parser/treeinsert/Parser.html" title="class in opennlp.tools.parser.treeinsert">Parser</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/treeinsert/Parser.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.parser.HeadRules, int, int)"><B>train(String, ObjectStream&lt;Parse&gt;, HeadRules, int, int)</B></A> -
Static method in class opennlp.tools.parser.treeinsert.<A HREF="./opennlp/tools/parser/treeinsert/Parser.html" title="class in opennlp.tools.parser.treeinsert">Parser</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/treeinsert/Parser.html#train(opennlp.model.EventStream, int, int)"><B>train(EventStream, int, int)</B></A> -
Static method in class opennlp.tools.parser.treeinsert.<A HREF="./opennlp/tools/parser/treeinsert/Parser.html" title="class in opennlp.tools.parser.treeinsert">Parser</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.util.TrainingParameters, opennlp.tools.postag.POSTaggerFactory)"><B>train(String, ObjectStream&lt;POSSample&gt;, TrainingParameters, POSTaggerFactory)</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/postag/POSTaggerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.util.TrainingParameters, opennlp.tools.postag.POSDictionary, opennlp.tools.dictionary.Dictionary)"><B>train(String, ObjectStream&lt;POSSample&gt;, TrainingParameters, POSDictionary, Dictionary)</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><B>Deprecated.</B>&nbsp;<I>use
<A HREF="./opennlp/tools/postag/POSTaggerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.util.TrainingParameters, opennlp.tools.postag.POSTaggerFactory)"><CODE>POSTaggerME.train(String, ObjectStream, TrainingParameters, POSTaggerFactory)</CODE></A>
instead and pass in a <A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag"><CODE>POSTaggerFactory</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/postag/POSTaggerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.util.model.ModelType, opennlp.tools.postag.POSDictionary, opennlp.tools.dictionary.Dictionary, int, int)"><B>train(String, ObjectStream&lt;POSSample&gt;, ModelType, POSDictionary, Dictionary, int, 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><B>Deprecated.</B>&nbsp;<I>use
<A HREF="./opennlp/tools/postag/POSTaggerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.util.TrainingParameters, opennlp.tools.postag.POSTaggerFactory)"><CODE>POSTaggerME.train(String, ObjectStream, TrainingParameters, POSTaggerFactory)</CODE></A>
instead and pass in a <A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag"><CODE>POSTaggerFactory</CODE></A> and a
<A HREF="./opennlp/tools/util/TrainingParameters.html" title="class in opennlp.tools.util"><CODE>TrainingParameters</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/postag/POSTaggerTrainer.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.postag.POSDictionary, opennlp.tools.dictionary.Dictionary, int, int)"><B>train(String, ObjectStream&lt;POSSample&gt;, POSDictionary, Dictionary, int, int)</B></A> -
Static method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerTrainer.html" title="class in opennlp.tools.postag">POSTaggerTrainer</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, boolean, opennlp.tools.dictionary.Dictionary, opennlp.tools.util.TrainingParameters)"><B>train(String, ObjectStream&lt;SentenceSample&gt;, boolean, Dictionary, TrainingParameters)</B></A> -
Static method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html" title="class in opennlp.tools.sentdetect">SentenceDetectorME</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use
<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.sentdetect.SentenceDetectorFactory, opennlp.tools.util.TrainingParameters)"><CODE>SentenceDetectorME.train(String, ObjectStream, SentenceDetectorFactory, TrainingParameters)</CODE></A>
and pass in af <A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceDetectorFactory</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.sentdetect.SentenceDetectorFactory, opennlp.tools.util.TrainingParameters)"><B>train(String, ObjectStream&lt;SentenceSample&gt;, SentenceDetectorFactory, TrainingParameters)</B></A> -
Static method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html" title="class in opennlp.tools.sentdetect">SentenceDetectorME</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, boolean, opennlp.tools.dictionary.Dictionary, int, int)"><B>train(String, ObjectStream&lt;SentenceSample&gt;, boolean, Dictionary, int, int)</B></A> -
Static method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html" title="class in opennlp.tools.sentdetect">SentenceDetectorME</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use
<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.sentdetect.SentenceDetectorFactory, opennlp.tools.util.TrainingParameters)"><CODE>SentenceDetectorME.train(String, ObjectStream, SentenceDetectorFactory, TrainingParameters)</CODE></A>
and pass in af <A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceDetectorFactory</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, boolean, opennlp.tools.dictionary.Dictionary)"><B>train(String, ObjectStream&lt;SentenceSample&gt;, boolean, Dictionary)</B></A> -
Static method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html" title="class in opennlp.tools.sentdetect">SentenceDetectorME</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use
<A HREF="./opennlp/tools/sentdetect/SentenceDetectorME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.sentdetect.SentenceDetectorFactory, opennlp.tools.util.TrainingParameters)"><CODE>SentenceDetectorME.train(String, ObjectStream, SentenceDetectorFactory, TrainingParameters)</CODE></A>
and pass in af <A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect"><CODE>SentenceDetectorFactory</CODE></A>.</I>
<DT><A HREF="./opennlp/tools/tokenize/TokenizerME.html#train(opennlp.tools.util.ObjectStream, opennlp.tools.tokenize.TokenizerFactory, opennlp.tools.util.TrainingParameters)"><B>train(ObjectStream&lt;TokenSample&gt;, TokenizerFactory, TrainingParameters)</B></A> -
Static method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerME.html" title="class in opennlp.tools.tokenize">TokenizerME</A>
<DD>Trains a model for the <A HREF="./opennlp/tools/tokenize/TokenizerME.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerME</CODE></A>.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, boolean, opennlp.tools.util.TrainingParameters)"><B>train(String, ObjectStream&lt;TokenSample&gt;, boolean, TrainingParameters)</B></A> -
Static method 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>Use
<CODE>#train(String, ObjectStream, TokenizerFactory, TrainingParameters)</CODE>
and pass in a <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A></I>
<DT><A HREF="./opennlp/tools/tokenize/TokenizerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, opennlp.tools.dictionary.Dictionary, boolean, opennlp.tools.util.TrainingParameters)"><B>train(String, ObjectStream&lt;TokenSample&gt;, Dictionary, boolean, TrainingParameters)</B></A> -
Static method 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>Use
<CODE>#train(String, ObjectStream, TokenizerFactory, TrainingParameters)</CODE>
and pass in a <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A></I>
<DT><A HREF="./opennlp/tools/tokenize/TokenizerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, boolean, int, int)"><B>train(String, ObjectStream&lt;TokenSample&gt;, boolean, int, int)</B></A> -
Static method 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>Use
<CODE>#train(String, ObjectStream, TokenizerFactory, TrainingParameters)</CODE>
and pass in a <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A></I>
<DT><A HREF="./opennlp/tools/tokenize/TokenizerME.html#train(java.lang.String, opennlp.tools.util.ObjectStream, boolean)"><B>train(String, ObjectStream&lt;TokenSample&gt;, boolean)</B></A> -
Static method 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>Use
<CODE>#train(String, ObjectStream, TokenizerFactory, TrainingParameters)</CODE>
and pass in a <A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize"><CODE>TokenizerFactory</CODE></A></I>
<DT><A HREF="./opennlp/tools/util/model/BaseModel.html#TRAINING_CUTOFF_PROPERTY"><B>TRAINING_CUTOFF_PROPERTY</B></A> -
Static variable in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/BaseModel.html" title="class in opennlp.tools.util.model">BaseModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/model/BaseModel.html#TRAINING_EVENTHASH_PROPERTY"><B>TRAINING_EVENTHASH_PROPERTY</B></A> -
Static variable in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/BaseModel.html" title="class in opennlp.tools.util.model">BaseModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/model/BaseModel.html#TRAINING_ITERATIONS_PROPERTY"><B>TRAINING_ITERATIONS_PROPERTY</B></A> -
Static variable in class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/BaseModel.html" title="class in opennlp.tools.util.model">BaseModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/TrainingParameters.html" title="class in opennlp.tools.util"><B>TrainingParameters</B></A> - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/util/TrainingParameters.html#TrainingParameters()"><B>TrainingParameters()</B></A> -
Constructor for 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/util/TrainingParameters.html#TrainingParameters(java.io.InputStream)"><B>TrainingParameters(InputStream)</B></A> -
Constructor for 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/postag/POSTaggerTrainer.html#trainMaxentModel(opennlp.model.EventStream, java.io.File)"><B>trainMaxentModel(EventStream, File)</B></A> -
Static method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerTrainer.html" title="class in opennlp.tools.postag">POSTaggerTrainer</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerTrainer.html#trainMaxentModel(opennlp.model.EventStream, int, int)"><B>trainMaxentModel(EventStream, int, int)</B></A> -
Static method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerTrainer.html" title="class in opennlp.tools.postag">POSTaggerTrainer</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/GenderModel.html#trainModel(java.lang.String)"><B>trainModel(String)</B></A> -
Static method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderModel.html" title="class in opennlp.tools.coref.sim">GenderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/GenderModel.html#trainModel()"><B>trainModel()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderModel.html" title="class in opennlp.tools.coref.sim">GenderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/NumberModel.html#trainModel(java.lang.String)"><B>trainModel(String)</B></A> -
Static method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/NumberModel.html" title="class in opennlp.tools.coref.sim">NumberModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/NumberModel.html#trainModel()"><B>trainModel()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/NumberModel.html" title="class in opennlp.tools.coref.sim">NumberModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/SimilarityModel.html#trainModel(java.lang.String)"><B>trainModel(String)</B></A> -
Static method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/SimilarityModel.html" title="class in opennlp.tools.coref.sim">SimilarityModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/SimilarityModel.html#trainModel()"><B>trainModel()</B></A> -
Method in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/SimilarityModel.html" title="class in opennlp.tools.coref.sim">SimilarityModel</A>
<DD>Train a model based on the previously supplied evidence.
<DT><A HREF="./opennlp/tools/coref/sim/TrainSimilarityModel.html#trainModel()"><B>trainModel()</B></A> -
Method in interface opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/TrainSimilarityModel.html" title="interface in opennlp.tools.coref.sim">TrainSimilarityModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerTrainer.html#trainPerceptronModel(opennlp.model.EventStream, int, int, boolean)"><B>trainPerceptronModel(EventStream, int, int, boolean)</B></A> -
Static method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerTrainer.html" title="class in opennlp.tools.postag">POSTaggerTrainer</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerTrainer.html#trainPerceptronModel(opennlp.model.EventStream, int, int)"><B>trainPerceptronModel(EventStream, int, int)</B></A> -
Static method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerTrainer.html" title="class in opennlp.tools.postag">POSTaggerTrainer</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerTrainer.html#trainPerceptronSequenceModel(opennlp.model.SequenceStream, int, int, boolean)"><B>trainPerceptronSequenceModel(SequenceStream, int, int, boolean)</B></A> -
Static method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerTrainer.html" title="class in opennlp.tools.postag">POSTaggerTrainer</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/TrainSimilarityModel.html" title="interface in opennlp.tools.coref.sim"><B>TrainSimilarityModel</B></A> - Interface in <A HREF="./opennlp/tools/coref/sim/package-summary.html">opennlp.tools.coref.sim</A><DD>Interface for training a similarity, gender, or number model.<DT><A HREF="./opennlp/tools/coref/TreebankLinker.html" title="class in opennlp.tools.coref"><B>TreebankLinker</B></A> - Class in <A HREF="./opennlp/tools/coref/package-summary.html">opennlp.tools.coref</A><DD>This class perform coreference for treebank style parses.<DT><A HREF="./opennlp/tools/coref/TreebankLinker.html#TreebankLinker(java.lang.String, opennlp.tools.coref.LinkerMode)"><B>TreebankLinker(String, LinkerMode)</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/TreebankLinker.html" title="class in opennlp.tools.coref">TreebankLinker</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/TreebankLinker.html#TreebankLinker(java.lang.String, opennlp.tools.coref.LinkerMode, boolean)"><B>TreebankLinker(String, LinkerMode, boolean)</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/TreebankLinker.html" title="class in opennlp.tools.coref">TreebankLinker</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/TreebankLinker.html#TreebankLinker(java.lang.String, opennlp.tools.coref.LinkerMode, boolean, double)"><B>TreebankLinker(String, LinkerMode, boolean, double)</B></A> -
Constructor for class opennlp.tools.coref.<A HREF="./opennlp/tools/coref/TreebankLinker.html" title="class in opennlp.tools.coref">TreebankLinker</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/lang/english/TreebankLinker.html" title="class in opennlp.tools.lang.english"><B>TreebankLinker</B></A> - Class in <A HREF="./opennlp/tools/lang/english/package-summary.html">opennlp.tools.lang.english</A><DD><B>Deprecated.</B>&nbsp;<I>will be removed soon!</I><DT><A HREF="./opennlp/tools/lang/english/TreebankLinker.html#TreebankLinker(java.lang.String, opennlp.tools.coref.LinkerMode)"><B>TreebankLinker(String, LinkerMode)</B></A> -
Constructor for class opennlp.tools.lang.english.<A HREF="./opennlp/tools/lang/english/TreebankLinker.html" title="class in opennlp.tools.lang.english">TreebankLinker</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/lang/english/TreebankLinker.html#TreebankLinker(java.lang.String, opennlp.tools.coref.LinkerMode, boolean)"><B>TreebankLinker(String, LinkerMode, boolean)</B></A> -
Constructor for class opennlp.tools.lang.english.<A HREF="./opennlp/tools/lang/english/TreebankLinker.html" title="class in opennlp.tools.lang.english">TreebankLinker</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/lang/english/TreebankLinker.html#TreebankLinker(java.lang.String, opennlp.tools.coref.LinkerMode, boolean, double)"><B>TreebankLinker(String, LinkerMode, boolean, double)</B></A> -
Constructor for class opennlp.tools.lang.english.<A HREF="./opennlp/tools/lang/english/TreebankLinker.html" title="class in opennlp.tools.lang.english">TreebankLinker</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./opennlp/tools/lang/english/TreebankNameFinder.html" title="class in opennlp.tools.lang.english"><B>TreebankNameFinder</B></A> - Class in <A HREF="./opennlp/tools/lang/english/package-summary.html">opennlp.tools.lang.english</A><DD><B>Deprecated.</B>&nbsp;<I>will be removed soon!</I><DT><A HREF="./opennlp/tools/lang/english/TreebankNameFinder.html#TreebankNameFinder(opennlp.tools.namefind.TokenNameFinderModel)"><B>TreebankNameFinder(TokenNameFinderModel)</B></A> -
Constructor for class opennlp.tools.lang.english.<A HREF="./opennlp/tools/lang/english/TreebankNameFinder.html" title="class in opennlp.tools.lang.english">TreebankNameFinder</A>
<DD><B>Deprecated.</B>&nbsp;Creates an English name finder using the specified model.
<DT><A HREF="./opennlp/tools/util/TreeHeap.html" title="class in opennlp.tools.util"><B>TreeHeap</B></A>&lt;<A HREF="./opennlp/tools/util/TreeHeap.html" title="type parameter in TreeHeap">E</A>&gt; - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD><B>Deprecated.</B>&nbsp;<I>not used anymore, when there is need for a heap use ListHeap instead</I><DT><A HREF="./opennlp/tools/util/TreeHeap.html#TreeHeap()"><B>TreeHeap()</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/TreeHeap.html" title="class in opennlp.tools.util">TreeHeap</A>
<DD><B>Deprecated.</B>&nbsp;Creates a new tree heap.
<DT><A HREF="./opennlp/tools/util/TreeHeap.html#TreeHeap(int)"><B>TreeHeap(int)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/TreeHeap.html" title="class in opennlp.tools.util">TreeHeap</A>
<DD><B>Deprecated.</B>&nbsp;Creates a new tree heap of the specified size.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/util/model/UncloseableInputStream.html" title="class in opennlp.tools.util.model"><B>UncloseableInputStream</B></A> - Class in <A HREF="./opennlp/tools/util/model/package-summary.html">opennlp.tools.util.model</A><DD>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> which cannot be closed.<DT><A HREF="./opennlp/tools/util/model/UncloseableInputStream.html#UncloseableInputStream(java.io.InputStream)"><B>UncloseableInputStream(InputStream)</B></A> -
Constructor for class opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/UncloseableInputStream.html" title="class in opennlp.tools.util.model">UncloseableInputStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/coref/sim/GenderEnum.html#UNKNOWN"><B>UNKNOWN</B></A> -
Static variable in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/GenderEnum.html" title="class in opennlp.tools.coref.sim">GenderEnum</A>
<DD>Unknown gender.
<DT><A HREF="./opennlp/tools/coref/sim/NumberEnum.html#UNKNOWN"><B>UNKNOWN</B></A> -
Static variable in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/NumberEnum.html" title="class in opennlp.tools.coref.sim">NumberEnum</A>
<DD>Unknown number type.
<DT><A HREF="./opennlp/tools/coref/sim/SemanticEnum.html#UNKNOWN"><B>UNKNOWN</B></A> -
Static variable in class opennlp.tools.coref.sim.<A HREF="./opennlp/tools/coref/sim/SemanticEnum.html" title="class in opennlp.tools.coref.sim">SemanticEnum</A>
<DD>Semantic compatibility Unknown.
<DT><A HREF="./opennlp/tools/namefind/DefaultNameContextGenerator.html#updateAdaptiveData(java.lang.String[], java.lang.String[])"><B>updateAdaptiveData(String[], String[])</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#updateAdaptiveData(java.lang.String[], java.lang.String[])"><B>updateAdaptiveData(String[], String[])</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 specified tokens have been classified with the coorisponds set of specified outcomes.
<DT><A HREF="./opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html#updateAdaptiveData(java.lang.String[], java.lang.String[])"><B>updateAdaptiveData(String[], String[])</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 specified tokens have been classified with the
corresponding set of specified outcomes.
<DT><A HREF="./opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html#updateAdaptiveData(java.lang.String[], java.lang.String[])"><B>updateAdaptiveData(String[], String[])</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#updateAdaptiveData(java.lang.String[], java.lang.String[])"><CODE>AdaptiveFeatureGenerator.updateAdaptiveData(String[], String[])</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#updateAdaptiveData(java.lang.String[], java.lang.String[])"><B>updateAdaptiveData(String[], String[])</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#updateAdaptiveData(java.lang.String[], java.lang.String[])"><B>updateAdaptiveData(String[], String[])</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#updateAdaptiveData(java.lang.String[], java.lang.String[])"><B>updateAdaptiveData(String[], String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/PreviousMapFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">PreviousMapFeatureGenerator</A>
<DD>Generates previous decision features for the token based on contents of the previous map.
<DT><A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html#updateAdaptiveData(java.lang.String[], java.lang.String[])"><B>updateAdaptiveData(String[], String[])</B></A> -
Method in class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">WindowFeatureGenerator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#updateBuildModel(opennlp.model.AbstractModel)"><B>updateBuildModel(AbstractModel)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#updateCheckModel(opennlp.model.AbstractModel)"><B>updateCheckModel(AbstractModel)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserModel.html#updateChunkerModel(opennlp.tools.chunker.ChunkerModel)"><B>updateChunkerModel(ChunkerModel)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameSampleSequenceStream.html#updateContext(opennlp.model.Sequence, opennlp.model.AbstractModel)"><B>updateContext(Sequence, AbstractModel)</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameSampleSequenceStream.html" title="class in opennlp.tools.namefind">NameSampleSequenceStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSSampleSequenceStream.html#updateContext(opennlp.model.Sequence, opennlp.model.AbstractModel)"><B>updateContext(Sequence, AbstractModel)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSSampleSequenceStream.html" title="class in opennlp.tools.postag">POSSampleSequenceStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html#updateFeatureGenerator(byte[])"><B>updateFeatureGenerator(byte[])</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind">TokenNameFinderModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#updateHeads(opennlp.tools.parser.HeadRules)"><B>updateHeads(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>Computes the head parses for this parse and its sub-parses and stores this information
in the parse data structure.
<DT><A HREF="./opennlp/tools/util/eval/FMeasure.html#updateScores(java.lang.Object[], java.lang.Object[])"><B>updateScores(Object[], Object[])</B></A> -
Method in class opennlp.tools.util.eval.<A HREF="./opennlp/tools/util/eval/FMeasure.html" title="class in opennlp.tools.util.eval">FMeasure</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#updateSpan()"><B>updateSpan()</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/parser/ParserModel.html#updateTaggerModel(opennlp.tools.postag.POSModel)"><B>updateTaggerModel(POSModel)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserModel.html" title="class in opennlp.tools.parser">ParserModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerME.html#useAlphaNumericOptimization()"><B>useAlphaNumericOptimization()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerME.html" title="class in opennlp.tools.tokenize">TokenizerME</A>
<DD>Returns the value of the alpha-numeric optimization flag.
<DT><A HREF="./opennlp/tools/tokenize/TokenizerModel.html#useAlphaNumericOptimization()"><B>useAlphaNumericOptimization()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerModel.html" title="class in opennlp.tools.tokenize">TokenizerModel</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/Parse.html#useFunctionTags(boolean)"><B>useFunctionTags(boolean)</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>Specifies whether function tags should be included as part of the constituent type.
<DT><A HREF="./opennlp/tools/sentdetect/SentenceModel.html#useTokenEnd()"><B>useTokenEnd()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceModel.html" title="class in opennlp.tools.sentdetect">SentenceModel</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/chunker/ChunkerFactory.html#validateArtifactMap()"><B>validateArtifactMap()</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/ChunkerFactory.html" title="class in opennlp.tools.chunker">ChunkerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/POSTaggerFactory.html#validateArtifactMap()"><B>validateArtifactMap()</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/POSTaggerFactory.html" title="class in opennlp.tools.postag">POSTaggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html#validateArtifactMap()"><B>validateArtifactMap()</B></A> -
Method in class opennlp.tools.sentdetect.<A HREF="./opennlp/tools/sentdetect/SentenceDetectorFactory.html" title="class in opennlp.tools.sentdetect">SentenceDetectorFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/tokenize/TokenizerFactory.html#validateArtifactMap()"><B>validateArtifactMap()</B></A> -
Method in class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/TokenizerFactory.html" title="class in opennlp.tools.tokenize">TokenizerFactory</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/BaseToolFactory.html#validateArtifactMap()"><B>validateArtifactMap()</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/BaseToolFactory.html" title="class in opennlp.tools.util">BaseToolFactory</A>
<DD>Validates the parsed artifacts.
<DT><A HREF="./opennlp/tools/util/model/ModelUtil.html#validateOutcomes(opennlp.model.MaxentModel, java.lang.String...)"><B>validateOutcomes(MaxentModel, String...)</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>Checks if the expected outcomes are all contained as outcomes in the given model.
<DT><A HREF="./opennlp/tools/chunker/DefaultChunkerSequenceValidator.html#validSequence(int, java.lang.String[], java.lang.String[], java.lang.String)"><B>validSequence(int, String[], String[], String)</B></A> -
Method in class opennlp.tools.chunker.<A HREF="./opennlp/tools/chunker/DefaultChunkerSequenceValidator.html" title="class in opennlp.tools.chunker">DefaultChunkerSequenceValidator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/namefind/NameFinderSequenceValidator.html#validSequence(int, java.lang.String[], java.lang.String[], java.lang.String)"><B>validSequence(int, String[], String[], String)</B></A> -
Method in class opennlp.tools.namefind.<A HREF="./opennlp/tools/namefind/NameFinderSequenceValidator.html" title="class in opennlp.tools.namefind">NameFinderSequenceValidator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/parser/ParserChunkerSequenceValidator.html#validSequence(int, java.lang.String[], java.lang.String[], java.lang.String)"><B>validSequence(int, String[], String[], String)</B></A> -
Method in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserChunkerSequenceValidator.html" title="class in opennlp.tools.parser">ParserChunkerSequenceValidator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/postag/DefaultPOSSequenceValidator.html#validSequence(int, java.lang.String[], java.lang.String[], java.lang.String)"><B>validSequence(int, String[], String[], String)</B></A> -
Method in class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/DefaultPOSSequenceValidator.html" title="class in opennlp.tools.postag">DefaultPOSSequenceValidator</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/SequenceValidator.html#validSequence(int, T[], java.lang.String[], java.lang.String)"><B>validSequence(int, T[], String[], String)</B></A> -
Method in interface opennlp.tools.util.<A HREF="./opennlp/tools/util/SequenceValidator.html" title="interface in opennlp.tools.util">SequenceValidator</A>
<DD>Determines whether a particular continuation of a sequence is valid.
<DT><A HREF="./opennlp/tools/coref/LinkerMode.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum opennlp.tools.coref.<A HREF="./opennlp/tools/coref/LinkerMode.html" title="enum in opennlp.tools.coref">LinkerMode</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverMode.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverMode.html" title="enum in opennlp.tools.coref.resolver">ResolverMode</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./opennlp/tools/formats/Conll02NameSampleStream.LANGUAGE.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStream.LANGUAGE.html" title="enum in opennlp.tools.formats">Conll02NameSampleStream.LANGUAGE</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./opennlp/tools/formats/Conll03NameSampleStream.LANGUAGE.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll03NameSampleStream.LANGUAGE.html" title="enum in opennlp.tools.formats">Conll03NameSampleStream.LANGUAGE</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./opennlp/tools/parser/ParserEventTypeEnum.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserEventTypeEnum.html" title="enum in opennlp.tools.parser">ParserEventTypeEnum</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./opennlp/tools/parser/ParserType.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserType.html" title="enum in opennlp.tools.parser">ParserType</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.Operation.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.Operation.html" title="enum in opennlp.tools.tokenize">DetokenizationDictionary.Operation</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./opennlp/tools/tokenize/Detokenizer.DetokenizationOperation.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/Detokenizer.DetokenizationOperation.html" title="enum in opennlp.tools.tokenize">Detokenizer.DetokenizationOperation</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./opennlp/tools/util/model/ModelType.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/ModelType.html" title="enum in opennlp.tools.util.model">ModelType</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./opennlp/tools/coref/LinkerMode.html#values()"><B>values()</B></A> -
Static method in enum opennlp.tools.coref.<A HREF="./opennlp/tools/coref/LinkerMode.html" title="enum in opennlp.tools.coref">LinkerMode</A>
<DD>Returns an array containing the constants of this enum type, in
the order they're declared.
<DT><A HREF="./opennlp/tools/coref/resolver/ResolverMode.html#values()"><B>values()</B></A> -
Static method in enum opennlp.tools.coref.resolver.<A HREF="./opennlp/tools/coref/resolver/ResolverMode.html" title="enum in opennlp.tools.coref.resolver">ResolverMode</A>
<DD>Returns an array containing the constants of this enum type, in
the order they're declared.
<DT><A HREF="./opennlp/tools/formats/Conll02NameSampleStream.LANGUAGE.html#values()"><B>values()</B></A> -
Static method in enum opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll02NameSampleStream.LANGUAGE.html" title="enum in opennlp.tools.formats">Conll02NameSampleStream.LANGUAGE</A>
<DD>Returns an array containing the constants of this enum type, in
the order they're declared.
<DT><A HREF="./opennlp/tools/formats/Conll03NameSampleStream.LANGUAGE.html#values()"><B>values()</B></A> -
Static method in enum opennlp.tools.formats.<A HREF="./opennlp/tools/formats/Conll03NameSampleStream.LANGUAGE.html" title="enum in opennlp.tools.formats">Conll03NameSampleStream.LANGUAGE</A>
<DD>Returns an array containing the constants of this enum type, in
the order they're declared.
<DT><A HREF="./opennlp/tools/parser/ParserEventTypeEnum.html#values()"><B>values()</B></A> -
Static method in enum opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserEventTypeEnum.html" title="enum in opennlp.tools.parser">ParserEventTypeEnum</A>
<DD>Returns an array containing the constants of this enum type, in
the order they're declared.
<DT><A HREF="./opennlp/tools/parser/ParserType.html#values()"><B>values()</B></A> -
Static method in enum opennlp.tools.parser.<A HREF="./opennlp/tools/parser/ParserType.html" title="enum in opennlp.tools.parser">ParserType</A>
<DD>Returns an array containing the constants of this enum type, in
the order they're declared.
<DT><A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.Operation.html#values()"><B>values()</B></A> -
Static method in enum opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/DetokenizationDictionary.Operation.html" title="enum in opennlp.tools.tokenize">DetokenizationDictionary.Operation</A>
<DD>Returns an array containing the constants of this enum type, in
the order they're declared.
<DT><A HREF="./opennlp/tools/tokenize/Detokenizer.DetokenizationOperation.html#values()"><B>values()</B></A> -
Static method in enum opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/Detokenizer.DetokenizationOperation.html" title="enum in opennlp.tools.tokenize">Detokenizer.DetokenizationOperation</A>
<DD>Returns an array containing the constants of this enum type, in
the order they're declared.
<DT><A HREF="./opennlp/tools/util/Cache.html#values()"><B>values()</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/model/ModelType.html#values()"><B>values()</B></A> -
Static method in enum opennlp.tools.util.model.<A HREF="./opennlp/tools/util/model/ModelType.html" title="enum in opennlp.tools.util.model">ModelType</A>
<DD>Returns an array containing the constants of this enum type, in
the order they're declared.
<DT><A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util"><B>Version</B></A> - Class in <A HREF="./opennlp/tools/util/package-summary.html">opennlp.tools.util</A><DD>The <A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util"><CODE>Version</CODE></A> class represents the OpenNlp Tools library version.<DT><A HREF="./opennlp/tools/util/Version.html#Version(int, int, int, boolean)"><B>Version(int, int, int, boolean)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util">Version</A>
<DD>Initializes the current instance with the provided
versions.
<DT><A HREF="./opennlp/tools/util/Version.html#Version(int, int, int)"><B>Version(int, int, int)</B></A> -
Constructor for class opennlp.tools.util.<A HREF="./opennlp/tools/util/Version.html" title="class in opennlp.tools.util">Version</A>
<DD>Initializes the current instance with the provided
versions.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/tokenize/WhitespaceTokenizer.html" title="class in opennlp.tools.tokenize"><B>WhitespaceTokenizer</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>This tokenizer uses white spaces to tokenize the input text.<DT><A HREF="./opennlp/tools/tokenize/WhitespaceTokenStream.html" title="class in opennlp.tools.tokenize"><B>WhitespaceTokenStream</B></A> - Class in <A HREF="./opennlp/tools/tokenize/package-summary.html">opennlp.tools.tokenize</A><DD>This stream formats a <A HREF="./opennlp/tools/tokenize/TokenSample.html" title="class in opennlp.tools.tokenize"><CODE>TokenSample</CODE></A>s into whitespace
separated token strings.<DT><A HREF="./opennlp/tools/tokenize/WhitespaceTokenStream.html#WhitespaceTokenStream(opennlp.tools.util.ObjectStream)"><B>WhitespaceTokenStream(ObjectStream&lt;TokenSample&gt;)</B></A> -
Constructor for class opennlp.tools.tokenize.<A HREF="./opennlp/tools/tokenize/WhitespaceTokenStream.html" title="class in opennlp.tools.tokenize">WhitespaceTokenStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><B>WindowFeatureGenerator</B></A> - Class in <A HREF="./opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</A><DD>Generates previous and next features for a given <A HREF="./opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen"><CODE>AdaptiveFeatureGenerator</CODE></A>.<DT><A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html#WindowFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator, int, int)"><B>WindowFeatureGenerator(AdaptiveFeatureGenerator, int, int)</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">WindowFeatureGenerator</A>
<DD>Initializes the current instance with the given parameters.
<DT><A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html#WindowFeatureGenerator(int, int, opennlp.tools.util.featuregen.AdaptiveFeatureGenerator...)"><B>WindowFeatureGenerator(int, int, AdaptiveFeatureGenerator...)</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">WindowFeatureGenerator</A>
<DD>Initializes the current instance with the given parameters.
<DT><A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html#WindowFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator)"><B>WindowFeatureGenerator(AdaptiveFeatureGenerator)</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">WindowFeatureGenerator</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html#WindowFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator...)"><B>WindowFeatureGenerator(AdaptiveFeatureGenerator...)</B></A> -
Constructor for class opennlp.tools.util.featuregen.<A HREF="./opennlp/tools/util/featuregen/WindowFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">WindowFeatureGenerator</A>
<DD>Initializes the current instance with the given parameters.
<DT><A HREF="./opennlp/tools/postag/WordTagSampleStream.html" title="class in opennlp.tools.postag"><B>WordTagSampleStream</B></A> - Class in <A HREF="./opennlp/tools/postag/package-summary.html">opennlp.tools.postag</A><DD>A stream filter which reads a sentence per line which contains
words and tags in word_tag format and outputs a <A HREF="./opennlp/tools/postag/POSSample.html" title="class in opennlp.tools.postag"><CODE>POSSample</CODE></A> objects.<DT><A HREF="./opennlp/tools/postag/WordTagSampleStream.html#WordTagSampleStream(java.io.Reader)"><B>WordTagSampleStream(Reader)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/WordTagSampleStream.html" title="class in opennlp.tools.postag">WordTagSampleStream</A>
<DD>Initializes the current instance.
<DT><A HREF="./opennlp/tools/postag/WordTagSampleStream.html#WordTagSampleStream(opennlp.tools.util.ObjectStream)"><B>WordTagSampleStream(ObjectStream&lt;String&gt;)</B></A> -
Constructor for class opennlp.tools.postag.<A HREF="./opennlp/tools/postag/WordTagSampleStream.html" title="class in opennlp.tools.postag">WordTagSampleStream</A>
<DD>&nbsp;
<DT><A HREF="./opennlp/tools/formats/WordTagSampleStreamFactory.html" title="class in opennlp.tools.formats"><B>WordTagSampleStreamFactory</B></A> - Class in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD><b>Note:</b> Do not use this class, internal use only!<DT><A HREF="./opennlp/tools/formats/WordTagSampleStreamFactory.Parameters.html" title="interface in opennlp.tools.formats"><B>WordTagSampleStreamFactory.Parameters</B></A> - Interface in <A HREF="./opennlp/tools/formats/package-summary.html">opennlp.tools.formats</A><DD>&nbsp;<DT><A HREF="./opennlp/tools/postag/POSDictionaryWriter.html#write()"><B>write()</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/postag/POSDictionaryWriter.html#write(int)"><B>write(int)</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/util/CountedSet.html#write(java.lang.String, int)"><B>write(String, int)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/CountedSet.html" title="class in opennlp.tools.util">CountedSet</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/util/CountedSet.html#write(java.lang.String, int, java.lang.String)"><B>write(String, int, String)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/CountedSet.html" title="class in opennlp.tools.util">CountedSet</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/util/CountedSet.html#write(java.lang.String, int, java.lang.String, java.lang.String)"><B>write(String, int, String, String)</B></A> -
Method in class opennlp.tools.util.<A HREF="./opennlp/tools/util/CountedSet.html" title="class in opennlp.tools.util">CountedSet</A>
<DD><B>Deprecated.</B>&nbsp;
<DT><A HREF="./opennlp/tools/util/model/ModelUtil.html#writeModel(opennlp.model.AbstractModel, java.io.OutputStream)"><B>writeModel(AbstractModel, OutputStream)</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>Writes the given model to the given <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html" title="class or interface in java.io"><CODE>OutputStream</CODE></A>.
</DL>
<HR>
<A NAME="_Z_"><!-- --></A><H2>
<B>Z</B></H2>
<DL>
<DT><A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html#ZERO"><B>ZERO</B></A> -
Static variable in class opennlp.tools.parser.<A HREF="./opennlp/tools/parser/AbstractBottomUpParser.html" title="class in opennlp.tools.parser">AbstractBottomUpParser</A>
<DD>The integer 0.
</DL>
<HR>
<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>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" 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_bottom_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_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &#169; 2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>