<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “www.w3.org/TR/html4/loose.dtd”> <!–NewPage–> <HTML> <HEAD> <!– Generated by javadoc (build 1.6.0_65) on Tue Feb 18 19:45:41 CST 2014 –> <META http-equiv=“Content-Type” content=“text/html; charset=UTF-8”> <TITLE> Uses of Class lingscope.structures.AnnotatedSentence </TITLE>
<META NAME=“date” CONTENT=“2014-02-18”>
<LINK REL =“stylesheet” TYPE=“text/css” HREF=“../../../stylesheet.css” TITLE=“Style”>
<SCRIPT type=“text/javascript”> function windowTitle() {
if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class lingscope.structures.AnnotatedSentence"; }
} </SCRIPT> <NOSCRIPT> </NOSCRIPT>
</HEAD>
<BODY BGCOLOR=“white” onload=“windowTitle();”> <HR>
<!– ========= 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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR>
</TABLE> </TD> <TD ALIGN=“right” VALIGN=“top” ROWSPAN=3> </TD> </TR>
<TR> <TD BGCOLOR=“white” CLASS=“NavBarCell2”><FONT SIZE=“-2”> PREV NEXT</FONT></TD> <TD BGCOLOR=“white” CLASS=“NavBarCell2”><FONT SIZE=“-2”>
<A HREF="../../../index.html?lingscope/structures//class-useAnnotatedSentence.html" target="_top"><B>FRAMES</B></A>
<A HREF=“AnnotatedSentence.html” target=“_top”>NO FRAMES</A> <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 ========= –>
<HR> <CENTER> <H2> Uses of Class<br>lingscope.structures.AnnotatedSentence</H2> </CENTER>
<TABLE BORDER=“1” WIDTH=“100%” CELLPADDING=“3” CELLSPACING=“0” SUMMARY=“”> <TR BGCOLOR=“#CCCCFF” CLASS=“TableHeadingColor”> <TH ALIGN=“left” COLSPAN=“2”><FONT SIZE=“+2”> Packages that use <A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A></FONT></TH> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD><A HREF=“#lingscope.algorithms”>lingscope.algorithms</A></TD> <TD> </TD> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD><A HREF=“#lingscope.drivers”>lingscope.drivers</A></TD> <TD> </TD> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD><A HREF=“#lingscope.io”>lingscope.io</A></TD> <TD> </TD> </TR> </TABLE> <P> <A NAME=“lingscope.algorithms”><!– –></A> <TABLE BORDER=“1” WIDTH=“100%” CELLPADDING=“3” CELLSPACING=“0” SUMMARY=“”> <TR BGCOLOR=“#CCCCFF” CLASS=“TableHeadingColor”> <TH ALIGN=“left” COLSPAN=“2”><FONT SIZE=“+2”> Uses of <A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A> in <A HREF=“../../../lingscope/algorithms/package-summary.html”>lingscope.algorithms</A></FONT></TH> </TR> </TABLE> <P>
<TABLE BORDER=“1” WIDTH=“100%” CELLPADDING=“3” CELLSPACING=“0” SUMMARY=“”> <TR BGCOLOR=“#CCCCFF” CLASS=“TableSubHeadingColor”> <TH ALIGN=“left” COLSPAN=“2”>Methods in <A HREF=“../../../lingscope/algorithms/package-summary.html”>lingscope.algorithms</A> that return <A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A></FONT></TH> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> abstract <A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>
</FONT></TD> <TD><CODE>Annotator.<A HREF=“../../../lingscope/algorithms/Annotator.html#annotateSentence(java.lang.String, boolean)”>annotateSentence</A>(java.lang.String sentence,
boolean isTokenized)</CODE>
<BR> </TD> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> <A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>
</FONT></TD> <TD><CODE>BaselineCueAnnotator.<A HREF=“../../../lingscope/algorithms/BaselineCueAnnotator.html#annotateSentence(java.lang.String, boolean)”>annotateSentence</A>(java.lang.String sentence,
boolean isTokenized)</CODE>
<BR> </TD> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> <A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>
</FONT></TD> <TD><CODE>BaselineScopeAnnotator.<A HREF=“../../../lingscope/algorithms/BaselineScopeAnnotator.html#annotateSentence(java.lang.String, boolean)”>annotateSentence</A>(java.lang.String sentence,
boolean isTokenized)</CODE>
<BR> </TD> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> <A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>
</FONT></TD> <TD><CODE>CrfAnnotator.<A HREF=“../../../lingscope/algorithms/CrfAnnotator.html#annotateSentence(java.lang.String, boolean)”>annotateSentence</A>(java.lang.String sentence,
boolean isTokenized)</CODE>
<BR> </TD> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> <A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>
</FONT></TD> <TD><CODE>NegexCueAnnotator.<A HREF=“../../../lingscope/algorithms/NegexCueAnnotator.html#annotateSentence(java.lang.String, boolean)”>annotateSentence</A>(java.lang.String sentence,
boolean isTokenized)</CODE>
<BR> </TD> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> <A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>
</FONT></TD> <TD><CODE>NegexScopeAnnotator.<A HREF=“../../../lingscope/algorithms/NegexScopeAnnotator.html#annotateSentence(java.lang.String, boolean)”>annotateSentence</A>(java.lang.String sentence,
boolean isTokenized)</CODE>
<BR> </TD> </TR> </TABLE> <P>
<TABLE BORDER=“1” WIDTH=“100%” CELLPADDING=“3” CELLSPACING=“0” SUMMARY=“”> <TR BGCOLOR=“#CCCCFF” CLASS=“TableSubHeadingColor”> <TH ALIGN=“left” COLSPAN=“2”>Methods in <A HREF=“../../../lingscope/algorithms/package-summary.html”>lingscope.algorithms</A> with parameters of type <A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A></FONT></TH> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> void
</FONT></TD> <TD><CODE>AnnotationComparer.<A HREF=“../../../lingscope/algorithms/AnnotationComparer.html#compareAnnotations(lingscope.structures.AnnotatedSentence, lingscope.structures.AnnotatedSentence)”>compareAnnotations</A>(<A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A> goldSentence,
<A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A> testSentence)</CODE>
<BR> </TD> </TR> </TABLE> <P> <A NAME=“lingscope.drivers”><!– –></A> <TABLE BORDER=“1” WIDTH=“100%” CELLPADDING=“3” CELLSPACING=“0” SUMMARY=“”> <TR BGCOLOR=“#CCCCFF” CLASS=“TableHeadingColor”> <TH ALIGN=“left” COLSPAN=“2”><FONT SIZE=“+2”> Uses of <A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A> in <A HREF=“../../../lingscope/drivers/package-summary.html”>lingscope.drivers</A></FONT></TH> </TR> </TABLE> <P>
<TABLE BORDER=“1” WIDTH=“100%” CELLPADDING=“3” CELLSPACING=“0” SUMMARY=“”> <TR BGCOLOR=“#CCCCFF” CLASS=“TableSubHeadingColor”> <TH ALIGN=“left” COLSPAN=“2”>Methods in <A HREF=“../../../lingscope/drivers/package-summary.html”>lingscope.drivers</A> that return <A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A></FONT></TH> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> static <A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>
</FONT></TD> <TD><CODE>AnnotatedFilesMerger.<A HREF=“../../../lingscope/drivers/AnnotatedFilesMerger.html#merge(lingscope.structures.AnnotatedSentence, lingscope.structures.AnnotatedSentence)”>merge</A>(<A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A> wordsSentence,
<A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A> tagsSentence)</CODE>
<BR> Merges the given wordsSentence and the given tagsSentence</TD> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> static <A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>
</FONT></TD> <TD><CODE>CueAndPosFilesMerger.<A HREF=“../../../lingscope/drivers/CueAndPosFilesMerger.html#merge(lingscope.structures.AnnotatedSentence, java.lang.String, boolean)”>merge</A>(<A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A> cueSentence,
java.lang.String posSentence, boolean replaceTags)</CODE>
<BR> </TD> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> static <A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>
</FONT></TD> <TD><CODE>SentenceTagger.<A HREF=“../../../lingscope/drivers/SentenceTagger.html#tag(lingscope.algorithms.Annotator, java.lang.String, boolean)”>tag</A>(<A HREF=“../../../lingscope/algorithms/Annotator.html” title=“class in lingscope.algorithms”>Annotator</A> annotator,
java.lang.String sentence, boolean isTokenized)</CODE>
<BR> Tags the given sentence with the given annotator</TD> </TR> </TABLE> <P>
<TABLE BORDER=“1” WIDTH=“100%” CELLPADDING=“3” CELLSPACING=“0” SUMMARY=“”> <TR BGCOLOR=“#CCCCFF” CLASS=“TableSubHeadingColor”> <TH ALIGN=“left” COLSPAN=“2”>Methods in <A HREF=“../../../lingscope/drivers/package-summary.html”>lingscope.drivers</A> that return types with arguments of type <A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A></FONT></TH> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> static java.util.List<<A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>>
</FONT></TD> <TD><CODE>SentenceTagger.<A HREF=“../../../lingscope/drivers/SentenceTagger.html#annotateSentences(lingscope.algorithms.Annotator, java.util.List, boolean)”>annotateSentences</A>(<A HREF=“../../../lingscope/algorithms/Annotator.html” title=“class in lingscope.algorithms”>Annotator</A> annotator,
java.util.List<java.lang.String> inputSentences, boolean isTokenized)</CODE>
<BR> </TD> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> static java.util.List<<A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>>
</FONT></TD> <TD><CODE>CueAndPosFilesMerger.<A HREF=“../../../lingscope/drivers/CueAndPosFilesMerger.html#merge(java.util.List, java.util.List, boolean)”>merge</A>(java.util.List<<A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A>> cueSentences,
java.util.List<java.lang.String> posSentences, boolean replaceTags)</CODE>
<BR> Merges the cueSentences and posSentences</TD> </TR> </TABLE> <P>
<TABLE BORDER=“1” WIDTH=“100%” CELLPADDING=“3” CELLSPACING=“0” SUMMARY=“”> <TR BGCOLOR=“#CCCCFF” CLASS=“TableSubHeadingColor”> <TH ALIGN=“left” COLSPAN=“2”>Methods in <A HREF=“../../../lingscope/drivers/package-summary.html”>lingscope.drivers</A> with parameters of type <A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A></FONT></TH> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> static <A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>
</FONT></TD> <TD><CODE>AnnotatedFilesMerger.<A HREF=“../../../lingscope/drivers/AnnotatedFilesMerger.html#merge(lingscope.structures.AnnotatedSentence, lingscope.structures.AnnotatedSentence)”>merge</A>(<A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A> wordsSentence,
<A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A> tagsSentence)</CODE>
<BR> Merges the given wordsSentence and the given tagsSentence</TD> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> static <A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>
</FONT></TD> <TD><CODE>CueAndPosFilesMerger.<A HREF=“../../../lingscope/drivers/CueAndPosFilesMerger.html#merge(lingscope.structures.AnnotatedSentence, java.lang.String, boolean)”>merge</A>(<A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A> cueSentence,
java.lang.String posSentence, boolean replaceTags)</CODE>
<BR> </TD> </TR> </TABLE> <P>
<TABLE BORDER=“1” WIDTH=“100%” CELLPADDING=“3” CELLSPACING=“0” SUMMARY=“”> <TR BGCOLOR=“#CCCCFF” CLASS=“TableSubHeadingColor”> <TH ALIGN=“left” COLSPAN=“2”>Method parameters in <A HREF=“../../../lingscope/drivers/package-summary.html”>lingscope.drivers</A> with type arguments of type <A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A></FONT></TH> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> static java.util.List<java.lang.String>
</FONT></TD> <TD>SentenceTagger.<A HREF="../../../lingscope/drivers/SentenceTagger.html#getStringListFromAnnotatedSentences(java.util.List)">getStringListFromAnnotatedSentences</A>
(java.util.List<<A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>> annotatedSentences)
<BR> Given a list of annotated sentences, return a list where the annotated
sentences are replaced with strings</TD>
</TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> static java.util.List<<A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>>
</FONT></TD> <TD><CODE>CueAndPosFilesMerger.<A HREF=“../../../lingscope/drivers/CueAndPosFilesMerger.html#merge(java.util.List, java.util.List, boolean)”>merge</A>(java.util.List<<A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A>> cueSentences,
java.util.List<java.lang.String> posSentences, boolean replaceTags)</CODE>
<BR> Merges the cueSentences and posSentences</TD> </TR> </TABLE> <P> <A NAME=“lingscope.io”><!– –></A> <TABLE BORDER=“1” WIDTH=“100%” CELLPADDING=“3” CELLSPACING=“0” SUMMARY=“”> <TR BGCOLOR=“#CCCCFF” CLASS=“TableHeadingColor”> <TH ALIGN=“left” COLSPAN=“2”><FONT SIZE=“+2”> Uses of <A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A> in <A HREF=“../../../lingscope/io/package-summary.html”>lingscope.io</A></FONT></TH> </TR> </TABLE> <P>
<TABLE BORDER=“1” WIDTH=“100%” CELLPADDING=“3” CELLSPACING=“0” SUMMARY=“”> <TR BGCOLOR=“#CCCCFF” CLASS=“TableSubHeadingColor”> <TH ALIGN=“left” COLSPAN=“2”>Methods in <A HREF=“../../../lingscope/io/package-summary.html”>lingscope.io</A> that return types with arguments of type <A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A></FONT></TH> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> static java.util.List<<A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>>
</FONT></TD> <TD>AnnotatedSentencesIO.<A HREF="../../../lingscope/io/AnnotatedSentencesIO.html#read(java.lang.String)">read</A>
(java.lang.String fileToRead)
<BR> Reads and returns the list of <A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence
</A> from the given
file</TD>
</TR> </TABLE> <P>
<TABLE BORDER=“1” WIDTH=“100%” CELLPADDING=“3” CELLSPACING=“0” SUMMARY=“”> <TR BGCOLOR=“#CCCCFF” CLASS=“TableSubHeadingColor”> <TH ALIGN=“left” COLSPAN=“2”>Method parameters in <A HREF=“../../../lingscope/io/package-summary.html”>lingscope.io</A> with type arguments of type <A HREF=“../../../lingscope/structures/AnnotatedSentence.html” title=“class in lingscope.structures”>AnnotatedSentence</A></FONT></TH> </TR> <TR BGCOLOR=“white” CLASS=“TableRowColor”> <TD ALIGN=“right” VALIGN=“top” WIDTH=“1%”><FONT SIZE=“-1”> static void
</FONT></TD> <TD><CODE>AnnotatedSentencesIO.<A HREF=“../../../lingscope/io/AnnotatedSentencesIO.html#write(java.lang.String, java.util.List)”>write</A>(java.lang.String fileToWrite,
java.util.List<<A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures">AnnotatedSentence</A>> annotatedSentences)</CODE>
<BR> Writes the given list of annotated sentences to the given fileToWrite</TD> </TR> </TABLE> <P> <HR>
<!– ======= 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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../lingscope/structures/AnnotatedSentence.html" title="class in lingscope.structures"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR>
</TABLE> </TD> <TD ALIGN=“right” VALIGN=“top” ROWSPAN=3> </TD> </TR>
<TR> <TD BGCOLOR=“white” CLASS=“NavBarCell2”><FONT SIZE=“-2”> PREV NEXT</FONT></TD> <TD BGCOLOR=“white” CLASS=“NavBarCell2”><FONT SIZE=“-2”>
<A HREF="../../../index.html?lingscope/structures//class-useAnnotatedSentence.html" target="_top"><B>FRAMES</B></A>
<A HREF=“AnnotatedSentence.html” target=“_top”>NO FRAMES</A> <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>
</BODY> </HTML>