<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Segoe UI";
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Roboto Mono";}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
code
        {mso-style-priority:99;
        font-family:"Courier New";}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Verdana",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US">Hi Bruce,
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US">(advance general note: I believe Bruce&#8217;s request is the last of the messages to this list that were on my email backlog, but if
 anyone else has asked a question that my catchup operation has overlooked, do feel free to ask again.)<o:p></o:p></span></i></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US">There are a few different things going on here.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US">First, the input file that you attached to your query is not in the correct format for either CWB or ConLL-U, because the columns are
 not TAB-delimited. Instead they are delimited with spaces. Probably this is due to a setting in your text editor to save tabs as spaces. Nothing will work with this file, because the whole line will be encoded as a single column (the &#8220;word&#8221; column) and all
 the other columns treated as empty strings.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US">Second, indexing with this command<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US">&gt;&gt;</span><span style="font-family:&quot;Courier New&quot;"> cwb-encode -f test.conllu -d $DATA -R $INDEX -c ascii -L s -P lemma -P upos -P xpos
 -P feats -P head -P deprel -P deps -P misc</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US">won&#8217;t work because no instruction has been included to treat the first column as an ID number. So the first column will be indexed
 as &#8220;word&#8221; which is not correct for your purposes.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US">In short if you have an ID number column, you
<b>must</b> use either -n or -N.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US">The reason encoding failed for you is that using -n&nbsp; or -N is effectively a &#8220;promise&#8221; to cwb-encode that the 1<sup>st</sup> column
 will contain only digits 0-9 &#8211; but due to the spaces having replaced tabs (as noted above), the whole line is read as a single column that doesn&#8217;t meet that requirement. Thus the error message on the first token line.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US">I hope this helps, although I realise that (to put it mildly) a reply 6 months later probably is not what you had hoped for.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US">best<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US">Andrew.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> cwb-bounces@sslmit.unibo.it &lt;cwb-bounces@sslmit.unibo.it&gt;
<b>On Behalf Of </b>Bruce McKee<br>
<b>Sent:</b> 11 July 2022 14:19<br>
<b>To:</b> cwb@sslmit.unibo.it<br>
<b>Subject:</b> [CWB] Need help importing CONLL-U files into CWB<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal">Hello CWB experts;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">We would like to bring CONLL-U formatted corpora into Corpus Workbench v3.4.33, running under Ubuntu 20.04.4 LTS.&nbsp; The CONLL-U file is an excerpt&nbsp;from a Stanford&nbsp;<a href="https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstanfordnlp.github.io%2Fstanza%2F&amp;data=05%7C01%7Chardiea%40live.lancs.ac.uk%7Cda236f47ad774164a00308da63401d8c%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637931425026606996%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=7ME%2BDk7m0ALOzbX0I5rD8F2zsjHh4%2FPkmlZZhAiSUlE%3D&amp;reserved=0" target="_blank">STANZA</a>-processed
 corpus.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">We succeeded in encoding &amp; indexing a small sample corpus test.conllu, but our cqp searches are not finding words.&nbsp; See the details below and the attached test.conllu file.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:&quot;Arial&quot;,sans-serif">We also noticed that with cwb-encode,&nbsp;<span style="color:#172B4D">the -N id&nbsp; option triggers the following error (as does replacing it with just -n):</span></span><o:p></o:p></p>
</div>
<p style="mso-margin-top-alt:7.5pt;margin-right:0cm;margin-bottom:0cm;margin-left:30.0pt">
<code><b><span style="font-size:10.0pt;font-family:&quot;Roboto Mono&quot;;color:#172B4D">Invalid input line [1 &nbsp; &nbsp; &nbsp; I &nbsp; &nbsp; &nbsp; I &nbsp; &nbsp; &nbsp; PRON &nbsp; &nbsp;PRP &nbsp; &nbsp; Case=Nom|Number=Sing|Person=1|PronType=Prs &nbsp; &nbsp; &nbsp;3 &nbsp; &nbsp; &nbsp; nsubj &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=0|end_char=1], encoding aborted</span></b></code><b><span style="font-size:10.0pt;font-family:&quot;Roboto Mono&quot;;color:#172B4D"><br>
<code><span style="font-family:&quot;Roboto Mono&quot;">[location of error: file test.conllu, line #4]</span></code></span></b><span style="font-size:10.5pt;font-family:&quot;Segoe UI&quot;,sans-serif;color:#172B4D"><o:p></o:p></span></p>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">Thoughts on how we could resolve these problems?&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">Thanks!<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">--<o:p></o:p></p>
<div>
<div>
<p class="MsoNormal">Bruce McKee <o:p></o:p></p>
<div>
<p class="MsoNormal">Research Systems Consultant<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">System Administrator for the Phonetics &amp; Computational Linguistics Lab<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Department of Linguistics, Cornell University<o:p></o:p></p>
</div>
</div>
</div>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">--------------------------------------------------------------------------------------------------------------------------------------------------------<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><b>====================================</b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><b>Our Encoding and indexing commands</b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><b>====================================</b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;">DATA=/home/smith/cwb/data/test<br>
REGISTRY=/home/smith/cwb/registry<br>
INDEX=/home/smith/cwb/registry/test</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;;color:#172B4D">mkdir $DATA</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;">cwb-encode -f test.conllu -d $DATA -R $INDEX -c ascii -L s -P lemma -P upos -P xpos -P feats -P head -P deprel -P deps -P misc</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;;color:#172B4D">cwb-make -r $REGISTRY -V TEST</span><o:p></o:p></p>
</div>
<div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><b>====================================</b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><b>Corpus Description command</b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><b>====================================</b><o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;">cwb-describe-corpus -r $REGISTRY TEST<br>
<br>
============================================================<br>
Corpus: TEST<br>
============================================================<br>
<br>
description:<br>
registry file: &nbsp;/home/smith/cwb/registry/test<br>
home directory: /home/smith/cwb/data/test/<br>
info file: &nbsp; &nbsp; &nbsp;/home/smith/cwb/data/test/.info<br>
encoding: &nbsp; &nbsp; &nbsp; ascii<br>
size (tokens): &nbsp;69<br>
<br>
&nbsp; 9 positional attributes:<br>
&nbsp; &nbsp; &nbsp; word &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;lemma &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; upos &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;xpos<br>
&nbsp; &nbsp; &nbsp; feats &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; head &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;deprel &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;deps<br>
&nbsp; &nbsp; &nbsp; misc<br>
<br>
&nbsp; 1 structural attributes:<br>
&nbsp; &nbsp; &nbsp; s<br>
<br>
&nbsp; 0 alignment &nbsp;attributes:</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<div>
<p class="MsoNormal"><b><br>
===============================================================</b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><b>cqp word searches (default cqp startup commands are in the .cqprc file)</b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><b>===============================================================</b><o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<div>
<p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;">$ cqp -e<br>
System corpora:<br>
&nbsp;E: EXAMPLE<br>
&nbsp;T: TEST<br>
[no corpus]&gt; TEST;<br>
TEST&gt; info;<br>
Size: &nbsp; &nbsp;69<br>
Charset: ascii<br>
Properties:<br>
&nbsp; &nbsp; &nbsp; &nbsp; language = '??'<br>
&nbsp; &nbsp; &nbsp; &nbsp; charset = 'ascii'<br>
<br>
No further information available about TEST<br>
TEST&gt; show cd;<br>
===Context Descriptor=======================================<br>
<br>
left context: &nbsp; &nbsp; 25 characters<br>
right context: &nbsp; &nbsp;25 characters<br>
corpus position: &nbsp;shown<br>
target anchors: &nbsp; not shown<br>
<br>
Positional Attributes: &nbsp;* word<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lemma<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; upos<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xpos<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; feats<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; head<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; deprel<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; deps<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; misc<br>
<br>
Structural Attributes: &nbsp; &nbsp;s<br>
<br>
Aligned Corpora: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;none&gt;<br>
<br>
============================================================<br>
TEST&gt; &quot;same&quot;<br>
0 matches.<br>
TEST&gt; &quot;getting&quot;<br>
0 matches.<br>
TEST&gt; [ lemma=&quot;the&quot; ];<br>
0 matches.<br>
TEST&gt;</span><o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-family:&quot;Courier New&quot;">===========================================================</span></b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-family:&quot;Courier New&quot;">Test file test.conllu (also attached to this e-mail)</span></b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-family:&quot;Courier New&quot;">===========================================================</span></b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;"># newdoc id = pcc_eng_test_1.0001_x00002<br>
# sent_id = pcc_eng_test_1.0001_x00002_1<br>
# text = I'm getting about the same thing trying to update &quot;tf&quot; (team fortress 2) on Ubuntu 7.10 (just updated it yesterday).<br>
1 &nbsp; &nbsp; &nbsp; I &nbsp; &nbsp; &nbsp; I &nbsp; &nbsp; &nbsp; PRON &nbsp; &nbsp;PRP &nbsp; &nbsp; Case=Nom|Number=Sing|Person=1|PronType=Prs &nbsp; &nbsp; &nbsp;3 &nbsp; &nbsp; &nbsp; nsubj &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=0|end_char=1<br>
2 &nbsp; &nbsp; &nbsp; 'm &nbsp; &nbsp; &nbsp;be &nbsp; &nbsp; &nbsp;AUX &nbsp; &nbsp; VBP &nbsp; &nbsp; Mood=Ind|Tense=Pres|VerbForm=Fin &nbsp; &nbsp; &nbsp; &nbsp;3 &nbsp; &nbsp; &nbsp; aux &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=1|end_char=3<br>
3 &nbsp; &nbsp; &nbsp; getting get &nbsp; &nbsp; VERB &nbsp; &nbsp;VBG &nbsp; &nbsp; Tense=Pres|VerbForm=Part &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp; &nbsp; root &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=4|end_char=11<br>
4 &nbsp; &nbsp; &nbsp; about &nbsp; about &nbsp; ADV &nbsp; &nbsp; RB &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 7 &nbsp; &nbsp; &nbsp; advmod &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=12|end_char=17<br>
5 &nbsp; &nbsp; &nbsp; the &nbsp; &nbsp; the &nbsp; &nbsp; DET &nbsp; &nbsp; DT &nbsp; &nbsp; &nbsp;Definite=Def|PronType=Art &nbsp; &nbsp; &nbsp; 7 &nbsp; &nbsp; &nbsp; det &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=18|end_char=21<br>
6 &nbsp; &nbsp; &nbsp; same &nbsp; &nbsp;same &nbsp; &nbsp;ADJ &nbsp; &nbsp; JJ &nbsp; &nbsp; &nbsp;Degree=Pos &nbsp; &nbsp; &nbsp;7 &nbsp; &nbsp; &nbsp; amod &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=22|end_char=26<br>
7 &nbsp; &nbsp; &nbsp; thing &nbsp; thing &nbsp; NOUN &nbsp; &nbsp;NN &nbsp; &nbsp; &nbsp;Number=Sing &nbsp; &nbsp; 3 &nbsp; &nbsp; &nbsp; obj &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=27|end_char=32<br>
8 &nbsp; &nbsp; &nbsp; trying &nbsp;try &nbsp; &nbsp; VERB &nbsp; &nbsp;VBG &nbsp; &nbsp; VerbForm=Ger &nbsp; &nbsp;7 &nbsp; &nbsp; &nbsp; acl &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=33|end_char=39<br>
9 &nbsp; &nbsp; &nbsp; to &nbsp; &nbsp; &nbsp;to &nbsp; &nbsp; &nbsp;PART &nbsp; &nbsp;TO &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 10 &nbsp; &nbsp; &nbsp;mark &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=40|end_char=42<br>
10 &nbsp; &nbsp; &nbsp;update &nbsp;update &nbsp;VERB &nbsp; &nbsp;VB &nbsp; &nbsp; &nbsp;VerbForm=Inf &nbsp; &nbsp;8 &nbsp; &nbsp; &nbsp; xcomp &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=43|end_char=49<br>
11 &nbsp; &nbsp; &nbsp;&quot; &nbsp; &nbsp; &nbsp; &quot; &nbsp; &nbsp; &nbsp; PUNCT &nbsp; `` &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 12 &nbsp; &nbsp; &nbsp;punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=50|end_char=51<br>
12 &nbsp; &nbsp; &nbsp;tf &nbsp; &nbsp; &nbsp;tf &nbsp; &nbsp; &nbsp;NOUN &nbsp; &nbsp;NN &nbsp; &nbsp; &nbsp;Number=Sing &nbsp; &nbsp; 10 &nbsp; &nbsp; &nbsp;obj &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=51|end_char=53<br>
13 &nbsp; &nbsp; &nbsp;&quot; &nbsp; &nbsp; &nbsp; &quot; &nbsp; &nbsp; &nbsp; PUNCT &nbsp; '' &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 12 &nbsp; &nbsp; &nbsp;punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=53|end_char=54<br>
14 &nbsp; &nbsp; &nbsp;( &nbsp; &nbsp; &nbsp; ( &nbsp; &nbsp; &nbsp; PUNCT &nbsp; -LRB- &nbsp; _ &nbsp; &nbsp; &nbsp; 16 &nbsp; &nbsp; &nbsp;punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=55|end_char=56<br>
15 &nbsp; &nbsp; &nbsp;team &nbsp; &nbsp;team &nbsp; &nbsp;NOUN &nbsp; &nbsp;NN &nbsp; &nbsp; &nbsp;Number=Sing &nbsp; &nbsp; 16 &nbsp; &nbsp; &nbsp;compound &nbsp; &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=56|end_char=60<br>
16 &nbsp; &nbsp; &nbsp;fortress &nbsp; &nbsp; &nbsp; &nbsp;fortress &nbsp; &nbsp; &nbsp; &nbsp;NOUN &nbsp; &nbsp;NN &nbsp; &nbsp; &nbsp;Number=Sing &nbsp; &nbsp; 12 &nbsp; &nbsp; &nbsp;appos &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=61|end_char=69<br>
17 &nbsp; &nbsp; &nbsp;2 &nbsp; &nbsp; &nbsp; 2 &nbsp; &nbsp; &nbsp; NUM &nbsp; &nbsp; LS &nbsp; &nbsp; &nbsp;NumType=Card &nbsp; &nbsp;16 &nbsp; &nbsp; &nbsp;nummod &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=70|end_char=71<br>
18 &nbsp; &nbsp; &nbsp;) &nbsp; &nbsp; &nbsp; ) &nbsp; &nbsp; &nbsp; PUNCT &nbsp; -RRB- &nbsp; _ &nbsp; &nbsp; &nbsp; 16 &nbsp; &nbsp; &nbsp;punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=71|end_char=72<br>
19 &nbsp; &nbsp; &nbsp;on &nbsp; &nbsp; &nbsp;on &nbsp; &nbsp; &nbsp;ADP &nbsp; &nbsp; IN &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 20 &nbsp; &nbsp; &nbsp;case &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=73|end_char=75<br>
20 &nbsp; &nbsp; &nbsp;Ubuntu &nbsp;Ubuntu &nbsp;PROPN &nbsp; NNP &nbsp; &nbsp; Number=Sing &nbsp; &nbsp; 10 &nbsp; &nbsp; &nbsp;obl &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=76|end_char=82<br>
21 &nbsp; &nbsp; &nbsp;7.10 &nbsp; &nbsp;7.10 &nbsp; &nbsp;NUM &nbsp; &nbsp; CD &nbsp; &nbsp; &nbsp;NumType=Card &nbsp; &nbsp;20 &nbsp; &nbsp; &nbsp;nummod &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=83|end_char=87<br>
22 &nbsp; &nbsp; &nbsp;( &nbsp; &nbsp; &nbsp; ( &nbsp; &nbsp; &nbsp; PUNCT &nbsp; -LRB- &nbsp; _ &nbsp; &nbsp; &nbsp; 24 &nbsp; &nbsp; &nbsp;punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=88|end_char=89<br>
23 &nbsp; &nbsp; &nbsp;just &nbsp; &nbsp;just &nbsp; &nbsp;ADV &nbsp; &nbsp; RB &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 24 &nbsp; &nbsp; &nbsp;advmod &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=89|end_char=93<br>
24 &nbsp; &nbsp; &nbsp;updated update &nbsp;VERB &nbsp; &nbsp;VBD &nbsp; &nbsp; Tense=Past|VerbForm=Part &nbsp; &nbsp; &nbsp; &nbsp;3 &nbsp; &nbsp; &nbsp; parataxis &nbsp; &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=94|end_char=101<br>
25 &nbsp; &nbsp; &nbsp;it &nbsp; &nbsp; &nbsp;it &nbsp; &nbsp; &nbsp;PRON &nbsp; &nbsp;PRP &nbsp; &nbsp; Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs &nbsp;24 &nbsp; &nbsp; &nbsp;obj &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=102|end_char=104<br>
26 &nbsp; &nbsp; &nbsp;yesterday &nbsp; &nbsp; &nbsp; yesterday &nbsp; &nbsp; &nbsp; NOUN &nbsp; &nbsp;NN &nbsp; &nbsp; &nbsp;Number=Sing &nbsp; &nbsp; 24 &nbsp; &nbsp; &nbsp;obl:tmod &nbsp; &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=105|end_char=114<br>
27 &nbsp; &nbsp; &nbsp;) &nbsp; &nbsp; &nbsp; ) &nbsp; &nbsp; &nbsp; PUNCT &nbsp; -RRB- &nbsp; _ &nbsp; &nbsp; &nbsp; 24 &nbsp; &nbsp; &nbsp;punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=114|end_char=115<br>
28 &nbsp; &nbsp; &nbsp;. &nbsp; &nbsp; &nbsp; . &nbsp; &nbsp; &nbsp; PUNCT &nbsp; . &nbsp; &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; 3 &nbsp; &nbsp; &nbsp; punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=115|end_char=116<br>
&nbsp;<br>
# sent_id = pcc_eng_test_1.0001_x00002_2<br>
# text = DSL connection near Seattle, WA.<br>
1 &nbsp; &nbsp; &nbsp; DSL &nbsp; &nbsp; dsl &nbsp; &nbsp; NOUN &nbsp; &nbsp;NN &nbsp; &nbsp; &nbsp;Number=Sing &nbsp; &nbsp; 2 &nbsp; &nbsp; &nbsp; compound &nbsp; &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=117|end_char=120<br>
2 &nbsp; &nbsp; &nbsp; connection &nbsp; &nbsp; &nbsp;connection &nbsp; &nbsp; &nbsp;NOUN &nbsp; &nbsp;NN &nbsp; &nbsp; &nbsp;Number=Sing &nbsp; &nbsp; 0 &nbsp; &nbsp; &nbsp; root &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=121|end_char=131<br>
3 &nbsp; &nbsp; &nbsp; near &nbsp; &nbsp;near &nbsp; &nbsp;ADP &nbsp; &nbsp; IN &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 4 &nbsp; &nbsp; &nbsp; case &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=132|end_char=136<br>
4 &nbsp; &nbsp; &nbsp; Seattle Seattle PROPN &nbsp; NNP &nbsp; &nbsp; Number=Sing &nbsp; &nbsp; 2 &nbsp; &nbsp; &nbsp; nmod &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=137|end_char=144<br>
5 &nbsp; &nbsp; &nbsp; , &nbsp; &nbsp; &nbsp; , &nbsp; &nbsp; &nbsp; PUNCT &nbsp; , &nbsp; &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; 4 &nbsp; &nbsp; &nbsp; punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=144|end_char=145<br>
6 &nbsp; &nbsp; &nbsp; WA &nbsp; &nbsp; &nbsp;WA &nbsp; &nbsp; &nbsp;PROPN &nbsp; NNP &nbsp; &nbsp; Number=Sing &nbsp; &nbsp; 4 &nbsp; &nbsp; &nbsp; appos &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=146|end_char=148<br>
7 &nbsp; &nbsp; &nbsp; . &nbsp; &nbsp; &nbsp; . &nbsp; &nbsp; &nbsp; PUNCT &nbsp; . &nbsp; &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; 2 &nbsp; &nbsp; &nbsp; punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=148|end_char=149<br>
&nbsp;<br>
&nbsp;<br>
# sent_id = pcc_eng_test_1.0001_x00002_3<br>
# text = Come to think of it, might have been &quot;Connection Closed&quot;, I'll have to check when I'm home in 10 hours.<br>
1 &nbsp; &nbsp; &nbsp; Come &nbsp; &nbsp;come &nbsp; &nbsp;VERB &nbsp; &nbsp;VB &nbsp; &nbsp; &nbsp;Mood=Imp|VerbForm=Fin &nbsp; 0 &nbsp; &nbsp; &nbsp; root &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=150|end_char=154<br>
2 &nbsp; &nbsp; &nbsp; to &nbsp; &nbsp; &nbsp;to &nbsp; &nbsp; &nbsp;PART &nbsp; &nbsp;TO &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 3 &nbsp; &nbsp; &nbsp; mark &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=155|end_char=157<br>
3 &nbsp; &nbsp; &nbsp; think &nbsp; think &nbsp; VERB &nbsp; &nbsp;VB &nbsp; &nbsp; &nbsp;VerbForm=Inf &nbsp; &nbsp;1 &nbsp; &nbsp; &nbsp; xcomp &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=158|end_char=163<br>
4 &nbsp; &nbsp; &nbsp; of &nbsp; &nbsp; &nbsp;of &nbsp; &nbsp; &nbsp;ADP &nbsp; &nbsp; IN &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 5 &nbsp; &nbsp; &nbsp; case &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=164|end_char=166<br>
5 &nbsp; &nbsp; &nbsp; it &nbsp; &nbsp; &nbsp;it &nbsp; &nbsp; &nbsp;PRON &nbsp; &nbsp;PRP &nbsp; &nbsp; Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs &nbsp;3 &nbsp; &nbsp; &nbsp; obl &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=167|end_char=169<br>
6 &nbsp; &nbsp; &nbsp; , &nbsp; &nbsp; &nbsp; , &nbsp; &nbsp; &nbsp; PUNCT &nbsp; , &nbsp; &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; 11 &nbsp; &nbsp; &nbsp;punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=169|end_char=170<br>
7 &nbsp; &nbsp; &nbsp; might &nbsp; might &nbsp; AUX &nbsp; &nbsp; MD &nbsp; &nbsp; &nbsp;VerbForm=Fin &nbsp; &nbsp;11 &nbsp; &nbsp; &nbsp;aux &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=171|end_char=176<br>
8 &nbsp; &nbsp; &nbsp; have &nbsp; &nbsp;have &nbsp; &nbsp;AUX &nbsp; &nbsp; VB &nbsp; &nbsp; &nbsp;VerbForm=Inf &nbsp; &nbsp;11 &nbsp; &nbsp; &nbsp;aux &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=177|end_char=181<br>
9 &nbsp; &nbsp; &nbsp; been &nbsp; &nbsp;be &nbsp; &nbsp; &nbsp;AUX &nbsp; &nbsp; VBN &nbsp; &nbsp; Tense=Past|VerbForm=Part &nbsp; &nbsp; &nbsp; &nbsp;11 &nbsp; &nbsp; &nbsp;cop &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=182|end_char=186<br>
10 &nbsp; &nbsp; &nbsp;&quot; &nbsp; &nbsp; &nbsp; &quot; &nbsp; &nbsp; &nbsp; PUNCT &nbsp; `` &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 11 &nbsp; &nbsp; &nbsp;punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=187|end_char=188<br>
11 &nbsp; &nbsp; &nbsp;Connection &nbsp; &nbsp; &nbsp;connection &nbsp; &nbsp; &nbsp;NOUN &nbsp; &nbsp;NN &nbsp; &nbsp; &nbsp;Number=Sing &nbsp; &nbsp; 1 &nbsp; &nbsp; &nbsp; parataxis &nbsp; &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=188|end_char=198<br>
12 &nbsp; &nbsp; &nbsp;Closed &nbsp;close &nbsp; VERB &nbsp; &nbsp;VBN &nbsp; &nbsp; Tense=Past|VerbForm=Part &nbsp; &nbsp; &nbsp; &nbsp;11 &nbsp; &nbsp; &nbsp;acl &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=199|end_char=205<br>
13 &nbsp; &nbsp; &nbsp;&quot; &nbsp; &nbsp; &nbsp; &quot; &nbsp; &nbsp; &nbsp; PUNCT &nbsp; '' &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 11 &nbsp; &nbsp; &nbsp;punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=205|end_char=206<br>
14 &nbsp; &nbsp; &nbsp;, &nbsp; &nbsp; &nbsp; , &nbsp; &nbsp; &nbsp; PUNCT &nbsp; , &nbsp; &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; 1 &nbsp; &nbsp; &nbsp; punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=206|end_char=207<br>
15 &nbsp; &nbsp; &nbsp;I &nbsp; &nbsp; &nbsp; I &nbsp; &nbsp; &nbsp; PRON &nbsp; &nbsp;PRP &nbsp; &nbsp; Case=Nom|Number=Sing|Person=1|PronType=Prs &nbsp; &nbsp; &nbsp;17 &nbsp; &nbsp; &nbsp;nsubj &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=208|end_char=209<br>
16 &nbsp; &nbsp; &nbsp;'ll &nbsp; &nbsp; will &nbsp; &nbsp;AUX &nbsp; &nbsp; MD &nbsp; &nbsp; &nbsp;VerbForm=Fin &nbsp; &nbsp;17 &nbsp; &nbsp; &nbsp;aux &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=209|end_char=212<br>
17 &nbsp; &nbsp; &nbsp;have &nbsp; &nbsp;have &nbsp; &nbsp;VERB &nbsp; &nbsp;VB &nbsp; &nbsp; &nbsp;VerbForm=Inf &nbsp; &nbsp;1 &nbsp; &nbsp; &nbsp; parataxis &nbsp; &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=213|end_char=217<br>
18 &nbsp; &nbsp; &nbsp;to &nbsp; &nbsp; &nbsp;to &nbsp; &nbsp; &nbsp;PART &nbsp; &nbsp;TO &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 19 &nbsp; &nbsp; &nbsp;mark &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=218|end_char=220<br>
19 &nbsp; &nbsp; &nbsp;check &nbsp; check &nbsp; VERB &nbsp; &nbsp;VB &nbsp; &nbsp; &nbsp;VerbForm=Inf &nbsp; &nbsp;17 &nbsp; &nbsp; &nbsp;xcomp &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=221|end_char=226<br>
20 &nbsp; &nbsp; &nbsp;when &nbsp; &nbsp;when &nbsp; &nbsp;SCONJ &nbsp; WRB &nbsp; &nbsp; PronType=Int &nbsp; &nbsp;23 &nbsp; &nbsp; &nbsp;mark &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=227|end_char=231<br>
21 &nbsp; &nbsp; &nbsp;I &nbsp; &nbsp; &nbsp; I &nbsp; &nbsp; &nbsp; PRON &nbsp; &nbsp;PRP &nbsp; &nbsp; Case=Nom|Number=Sing|Person=1|PronType=Prs &nbsp; &nbsp; &nbsp;23 &nbsp; &nbsp; &nbsp;nsubj &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=232|end_char=233<br>
22 &nbsp; &nbsp; &nbsp;'m &nbsp; &nbsp; &nbsp;be &nbsp; &nbsp; &nbsp;AUX &nbsp; &nbsp; VBP &nbsp; &nbsp; Mood=Ind|Tense=Pres|VerbForm=Fin &nbsp; &nbsp; &nbsp; &nbsp;23 &nbsp; &nbsp; &nbsp;cop &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=233|end_char=235<br>
23 &nbsp; &nbsp; &nbsp;home &nbsp; &nbsp;home &nbsp; &nbsp;ADV &nbsp; &nbsp; RB &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 19 &nbsp; &nbsp; &nbsp;advcl &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=236|end_char=240<br>
24 &nbsp; &nbsp; &nbsp;in &nbsp; &nbsp; &nbsp;in &nbsp; &nbsp; &nbsp;ADP &nbsp; &nbsp; IN &nbsp; &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; 26 &nbsp; &nbsp; &nbsp;case &nbsp; &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=241|end_char=243<br>
25 &nbsp; &nbsp; &nbsp;10 &nbsp; &nbsp; &nbsp;10 &nbsp; &nbsp; &nbsp;NUM &nbsp; &nbsp; CD &nbsp; &nbsp; &nbsp;NumType=Card &nbsp; &nbsp;26 &nbsp; &nbsp; &nbsp;nummod &nbsp;_ &nbsp; &nbsp; &nbsp; start_char=244|end_char=246<br>
26 &nbsp; &nbsp; &nbsp;hours &nbsp; hour &nbsp; &nbsp;NOUN &nbsp; &nbsp;NNS &nbsp; &nbsp; Number=Plur &nbsp; &nbsp; 23 &nbsp; &nbsp; &nbsp;obl &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=247|end_char=252<br>
27 &nbsp; &nbsp; &nbsp;. &nbsp; &nbsp; &nbsp; . &nbsp; &nbsp; &nbsp; PUNCT &nbsp; . &nbsp; &nbsp; &nbsp; _ &nbsp; &nbsp; &nbsp; 1 &nbsp; &nbsp; &nbsp; punct &nbsp; _ &nbsp; &nbsp; &nbsp; start_char=252|end_char=253</span><o:p></o:p></p>
</div>
<div>
<div>
<p style="mso-margin-top-alt:7.5pt;margin-right:0cm;margin-bottom:12.0pt;margin-left:60.0pt">
<span style="font-size:10.5pt;font-family:&quot;Segoe UI&quot;,sans-serif;color:#172B4D"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</div>
<div>
<p style="mso-margin-top-alt:7.5pt;margin-right:0cm;margin-bottom:12.0pt;margin-left:60.0pt">
<span style="font-size:10.5pt;font-family:&quot;Segoe UI&quot;,sans-serif;color:#172B4D"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>