<div dir="ltr"><div>Hi, Andrew!<br></div><div><br></div><div>1) You were right, for some reason the problem was in the text metadata. Regenerating it helped to solve this problem, I will continue testing it. But the freq script didn't run successfully anyway:</div><br># php offline-freqlists.php t_corpus_v1_1<br><br>==========================================================================<br>This script runs all the setup for frequency lists for a corpus.<br><br>Debug messages are printed, unless the flag --quiet is provided.<br><br>SQL query content is printed if the flag --sql is provided.<br><br>Adding the flag --missing-only will cause existing data to be preserved, <br>and only the data that is missing to be (re)generated. <br><br>Note, if you run this script before setting up the text metdata table, <br>things WILL go badly wrong.<br>==========================================================================<br>About to run the function populating corpus CQP positions...<br><br>Done populating corpus CQP positions.<br><br>Function calculating category sizes was not run because there aren't any text classifications.<br><br>About to run the function making the CWB text-by-text frequency index...<br><br>Beginning to filter data from decode to encode to build the frequency-by-text CWB index...<br>Encoding of the by-text CWB frequency index is now complete.<br>Stage 1 (huffman code) compression of the frequency-list-by-text CWB database is now complete...<br>Stage 2 (compress-rdx) compression of the frequency-list-by-text CWB database is now complete...<br>Done with the frequency-list-by-text CWB database...<br>Done making the CWB text-by-text frequency index.<br><br>About to run the function creating frequency tables.<br><br>Done creating frequency tables...<br><br>About to calculate the cached STTR.<br><br>PHP Fatal error: Uncaught Error: Call to undefined function normalizer_normalize() in /var/www/html/cqpweb/lib/general-lib.php:724<br>Stack trace:<br>#0 /var/www/html/cqpweb/lib/corpus-lib.php(843): utf8_strfold()<br>#1 /var/www/html/cqpweb/lib/corpus-lib.php(759): calculate_sttr()<br>#2 /var/www/html/cqpweb/bin/offline-freqlists.php(196): update_corpus_sttr()<br>#3 {main}<br><div> thrown in /var/www/html/cqpweb/lib/general-lib.php on line 724</div><div><br></div><div><br></div><div><br></div><div>2) I found another problem. In the concordance the text IDs and position labels aren't shown when Free translation is enabled.</div><div><br></div><div>3) There are no whitespaces between words in the concordance when Interlinear glosses are enabled.<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Fr., 11. Dez. 2020 um 20:38 Uhr schrieb Hardie, Andrew <<a href="mailto:a.hardie@lancaster.ac.uk">a.hardie@lancaster.ac.uk</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div lang="EN-GB">
<div class="gmail-m_-7256421688274392067WordSection1">
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">Have you installed the text metadata? The error indicates that the text metadata table does not exist. So either you have omitted to
create it (which you need to do before creating frequency lists), or there is a bug…<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">best<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">Andrew.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<div>
<div style="border-color:rgb(225,225,225) currentcolor currentcolor;border-style:solid none none;border-width:1pt medium medium;padding:3pt 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> <a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a> <<a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a>>
<b>On Behalf Of </b>mansur<br>
<b>Sent:</b> 11 December 2020 13:18<br>
<b>To:</b> Open source development of the Corpus WorkBench <<a href="mailto:cwb@sslmit.unibo.it" target="_blank">cwb@sslmit.unibo.it</a>><br>
<b>Subject:</b> Re: [CWB] Displaying of multiple P attributes<u></u><u></u></span></p>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<div>
<p class="MsoNormal">Thank you, Andrew! Now it works! But I cannot generate freqlists offline. Generating them online works fine!<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal"><br>
# php offline-freqlists.php t_corpus_v1_1<br>
...<br>
About to run the function populating corpus CQP positions...<br>
<br>
<br>
An SQL query did not run successfully!<br>
Original query: <br>
update `_txmd_000001` inner join `__tmp_1aumyeg88zgkc0w8wsc008osg`<br>
on `_txmd_000001`.text_id = `__tmp_1aumyeg88zgkc0w8wsc008osg`.text_id<br>
set `_txmd_000001`.cpos_begin = `__tmp_1aumyeg88zgkc0w8wsc008osg`.cpos_begin,<br>
`_txmd_000001`.cpos_end = `__tmp_1aumyeg88zgkc0w8wsc008osg`.cpos_end<br>
Error # 1146: Table 'cqpweb._txmd_000001' doesn't exist<br>
<br>
<br>
<br>
PHP callstack backtrace<br>
=======================<br>
#1 exiterror-lib.php @ 482 : exiterror(Array[3]("An SQL query did not run succe..." , ...), NULL, NULL)<br>
#2 sql-lib.php @ 803 : exiterror_sqlquery(1146, "Table 'cqpweb._txmd_000001' do...", "update `_txmd_000001` inner jo...")<br>
#3 corpus-lib.php @ 1138 : do_sql_transaction_query("update `_txmd_000001` inner jo...")<br>
#4 offline-freqlists.php @ 149 : populate_corpus_cqp_positions("t_corpus_v1_1")<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<p class="MsoNormal">Am Fr., 11. Dez. 2020 um 14:50 Uhr schrieb Hardie, Andrew <<a href="mailto:a.hardie@lancaster.ac.uk" target="_blank">a.hardie@lancaster.ac.uk</a>>:<u></u><u></u></p>
</div>
<blockquote style="border-color:currentcolor currentcolor currentcolor rgb(204,204,204);border-style:none none none solid;border-width:medium medium medium 1pt;padding:0cm 0cm 0cm 6pt;margin:5pt 0cm 5pt 4.8pt">
<div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">OK, those should both be fixed in trunk now. – Andrew.</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<div>
<div style="border-style:solid none none;border-width:1pt medium medium;padding:3pt 0cm 0cm;border-color:currentcolor">
<p class="MsoNormal" style="margin-left:4.8pt">
<b><span lang="EN-US">From:</span></b><span lang="EN-US"> Hardie, Andrew <br>
<b>Sent:</b> 11 December 2020 12:32<br>
<b>To:</b> Open source development of the Corpus WorkBench <</span><a href="mailto:cwb@sslmit.unibo.it" target="_blank"><span lang="EN-US">cwb@sslmit.unibo.it</span></a><span lang="EN-US">><br>
<b>Subject:</b> RE: Re: [CWB] Displaying of multiple P attributes</span><u></u><u></u></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:4.8pt">
<u></u><u></u></p>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">Looks like a bug. I’ll investigate. – Andrew.</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<div>
<div style="border-style:solid none none;border-width:1pt medium medium;padding:3pt 0cm 0cm;border-color:currentcolor">
<p class="MsoNormal" style="margin-left:4.8pt">
<b><span lang="EN-US">From:</span></b><span lang="EN-US"> </span><a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank"><span lang="EN-US">cwb-bounces@sslmit.unibo.it</span></a><span lang="EN-US"> <</span><a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank"><span lang="EN-US">cwb-bounces@sslmit.unibo.it</span></a><span lang="EN-US">>
<b>On Behalf Of </b>mansur<br>
<b>Sent:</b> 11 December 2020 12:14<br>
<b>To:</b> Open source development of the Corpus WorkBench <</span><a href="mailto:cwb@sslmit.unibo.it" target="_blank"><span lang="EN-US">cwb@sslmit.unibo.it</span></a><span lang="EN-US">><br>
<b>Subject:</b> Re: [CWB] Displaying of multiple P attributes</span><u></u><u></u></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:4.8pt">
<u></u><u></u></p>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
Hi!<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
Andrew, that is strange. Autosetup doesn't work in 3.3 from trunc:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
# php autosetup.php <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
<br>
Now finalising setup for this installation of CQPweb....<br>
<br>
Installing database structure; please wait.<br>
<tr><td class="layout-contrast"><br>
<p class="errormessage">An SQL query did not run successfully!</p><br>
<p class="errormessage">Original query: <br>
CREATE TABLE `text_metadata_values` (<br>
`id` int unsigned NOT NULL AUTO_INCREMENT,<br>
`field_id` int unsigned NOT NULL,<br>
`handle` varchar(200) CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`description` varchar(255) CHARSET utf8mb4 collate utf8mb4_unicode_520_nopad_ci default '',<br>
`n_texts` int unsigned NOT NULL default 0,<br>
`n_tokens` bigint unsigned NOT NULL default 0,<br>
unique key `field_id_handle`(`field_id`, `handle`),<br>
key<br>
) ENGINE=InnoDB <br>
/* from User: ??? | In file: /var/www/html/cqpweb/bin/autosetup.php @ line 104 | 2020-Dec-11 08:18 */</p><br>
<p class="errormessage">Error # 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') ENGINE=InnoDB <br>
/* from User: ??? | In file: /var/www/html/cqpweb/bin/auto...' at line 10</p><br>
</td></tr><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
...<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12pt;margin-left:4.8pt">
I tried autoconfig.php, it also doesn't work:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
# php autoconfig.php<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
/***********************/<br>
<br>
<br>
This is the interactive configuration-file creator for CQPweb.<br>
<br>
<br>
First, you must enter a username for the system adminstrator account, or 'superuser'.<br>
PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function get_variable_username(), 0 passed in /var/www/html/cqpweb/bin/autoconfig.php on line 49 and exactly 1 expected in /var/www/html/cqpweb/bin/cli-lib.php:288<br>
Stack trace:<br>
#0 /var/www/html/cqpweb/bin/autoconfig.php(49): get_variable_username()<br>
#1 {main}<br>
thrown in /var/www/html/cqpweb/bin/cli-lib.php on line 288<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
<u></u><u></u></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:4.8pt">
<u></u><u></u></p>
<div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
Am Fr., 11. Dez. 2020 um 14:06 Uhr schrieb Hardie, Andrew <<a href="mailto:a.hardie@lancaster.ac.uk" target="_blank">a.hardie@lancaster.ac.uk</a>>:<u></u><u></u></p>
</div>
<blockquote style="border-style:none none none solid;border-width:medium medium medium 1pt;padding:0cm 0cm 0cm 6pt;margin:5pt 0cm 5pt 4.8pt;border-color:currentcolor currentcolor currentcolor rgb(204,204,204)">
<div>
<div>
<p class="MsoNormal" style="margin-left:14.4pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">3.3 is the version in trunk. Still has some known bugs but it’s rather more stable than it was back in March (the Lancaster server has been running it mostly happily since then).
</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:14.4pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:14.4pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">>></span> Is it possible to make glosses multiline.<u></u><u></u></p>
<p class="MsoNormal" style="margin-left:14.4pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:14.4pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">Yes in 3.3. but you’d need to write the code for it to reformat the embedded data, which would be complex. In 3.2, no, except with a LOT of hacking about.</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:14.4pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:14.4pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">best</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:14.4pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:14.4pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">Andrew.</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:14.4pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:14.4pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<div>
<div style="border-style:solid none none;border-width:1pt medium medium;padding:3pt 0cm 0cm;border-color:currentcolor">
<p class="MsoNormal" style="margin-left:14.4pt">
<b><span lang="EN-US">From:</span></b><span lang="EN-US"> </span><a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank"><span lang="EN-US">cwb-bounces@sslmit.unibo.it</span></a><span lang="EN-US"> <</span><a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank"><span lang="EN-US">cwb-bounces@sslmit.unibo.it</span></a><span lang="EN-US">>
<b>On Behalf Of </b>mansur<br>
<b>Sent:</b> 10 December 2020 17:13<br>
<b>To:</b> Open source development of the Corpus WorkBench <</span><a href="mailto:cwb@sslmit.unibo.it" target="_blank"><span lang="EN-US">cwb@sslmit.unibo.it</span></a><span lang="EN-US">><br>
<b>Subject:</b> Re: [CWB] Displaying of multiple P attributes</span><u></u><u></u></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:14.4pt">
<u></u><u></u></p>
<div>
<div>
<p class="MsoNormal" style="margin-left:14.4pt">
Hi, Andrew! <u></u><u></u></p>
<div>
<p class="MsoNormal" style="margin-left:14.4pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:14.4pt">
Thank you for the advice. I will try it tomorrow, which repository/directory should I use to get version 3.3? Now I am using 3.2-latest.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:14.4pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:14.4pt">
Another question arose. Is it possible to make glosses multiline. Inserting tag <br> doesn't work there. My idea was to put there several attributes and divide them into lines.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:14.4pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:14.4pt">
With best wishes,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:14.4pt">
Mansur<u></u><u></u></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:14.4pt">
<u></u><u></u></p>
<div>
<div>
<p class="MsoNormal" style="margin-left:14.4pt">
Hardie, Andrew <<a href="mailto:a.hardie@lancaster.ac.uk" target="_blank">a.hardie@lancaster.ac.uk</a>> schrieb am Do., 10. Dez. 2020, 19:00:<u></u><u></u></p>
</div>
<blockquote style="border-style:none none none solid;border-width:medium medium medium 1pt;padding:0cm 0cm 0cm 6pt;margin:5pt 0cm 5pt 4.8pt;border-color:currentcolor currentcolor currentcolor rgb(204,204,204)">
<div>
<div>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">Hi Mansur,</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">CQPweb v3.3 can embed arbitrary p-attribute data into <span> elements in the concordance HTML. Youi can then use an extra JavaScript file to render them in the interface however you
like.</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">The control for this is under “Manage visualisation”, and looks like this:</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:14.4pt">
<b><span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)" lang="EN-US">Error! Filename not specified.</span></b><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">In version 3.2 things are much more limited. You only really have access to the word and primary annotation, which is what shows up in the tooltip.
</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">best</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)">Andrew.</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:24pt">
<span style="font-size:10pt;font-family:"Verdana",sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<div>
<div style="border-style:solid none none;border-width:1pt medium medium;padding:3pt 0cm 0cm;border-color:currentcolor">
<p class="MsoNormal" style="margin-left:24pt">
<b><span lang="EN-US">From:</span></b><span lang="EN-US"> </span><a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank"><span lang="EN-US">cwb-bounces@sslmit.unibo.it</span></a><span lang="EN-US"> <</span><a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank"><span lang="EN-US">cwb-bounces@sslmit.unibo.it</span></a><span lang="EN-US">>
<b>On Behalf Of </b>mansur<br>
<b>Sent:</b> 10 December 2020 09:23<br>
<b>To:</b> Open source development of the Corpus WorkBench <</span><a href="mailto:cwb@sslmit.unibo.it" target="_blank"><span lang="EN-US">cwb@sslmit.unibo.it</span></a><span lang="EN-US">><br>
<b>Subject:</b> [CWB] Displaying of multiple P attributes</span><u></u><u></u></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:24pt">
<u></u><u></u></p>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-left:24pt">
Hi!<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:24pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:24pt">
Our corpora have many layers of word level annotation (P): wordforms in several variants, lemmas in 2 variants, pos, additional morph-l tags and some others...<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:24pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:24pt">
What is the best way of displaying them all in found sentences? I could only find a way of displaying "word_POS word2_POS2..." in tooltips. Using tooltips looks like a good choice, but any other way is also acceptable. But how to display all those P attributes?
And I suppose it is better to display such a big amount of P-attributes in vertical format, not? Any ideas, recommendations, please?<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:24pt">
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:24pt">
With best wishes,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:24pt">
Mansur<u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal" style="margin-left:24pt">
_______________________________________________<br>
CWB mailing list<br>
<a href="mailto:CWB@sslmit.unibo.it" target="_blank">CWB@sslmit.unibo.it</a><br>
<a href="https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fliste.sslmit.unibo.it%2Fmailman%2Flistinfo%2Fcwb&data=04%7C01%7Ca.hardie%40lancaster.ac.uk%7C09263eb7e1454fd5af6608d89dd73cc0%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637432895055233840%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=BtqATEiiAEfA34HXFveK64oEcNx8CZiDCCig3chfqXo%3D&reserved=0" target="_blank">http://liste.sslmit.unibo.it/mailman/listinfo/cwb</a><u></u><u></u></p>
</blockquote>
</div>
</div>
</div>
</div>
<p class="MsoNormal" style="margin-left:14.4pt">
_______________________________________________<br>
CWB mailing list<br>
<a href="mailto:CWB@sslmit.unibo.it" target="_blank">CWB@sslmit.unibo.it</a><br>
<a href="https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fliste.sslmit.unibo.it%2Fmailman%2Flistinfo%2Fcwb&data=04%7C01%7Ca.hardie%40lancaster.ac.uk%7C09263eb7e1454fd5af6608d89dd73cc0%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637432895055243801%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=VtNyMPjFbaeko6PoIZziEiA4Cr7w1HqdAUDyte%2F32So%3D&reserved=0" target="_blank">http://liste.sslmit.unibo.it/mailman/listinfo/cwb</a><u></u><u></u></p>
</blockquote>
</div>
</div>
</div>
</div>
<p class="MsoNormal" style="margin-left:4.8pt">_______________________________________________<br>
CWB mailing list<br>
<a href="mailto:CWB@sslmit.unibo.it" target="_blank">CWB@sslmit.unibo.it</a><br>
<a href="https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fliste.sslmit.unibo.it%2Fmailman%2Flistinfo%2Fcwb&data=04%7C01%7Ca.hardie%40lancaster.ac.uk%7C09263eb7e1454fd5af6608d89dd73cc0%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637432895055243801%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=VtNyMPjFbaeko6PoIZziEiA4Cr7w1HqdAUDyte%2F32So%3D&reserved=0" target="_blank">http://liste.sslmit.unibo.it/mailman/listinfo/cwb</a><u></u><u></u></p>
</blockquote>
</div>
</div>
</div>
</div>
_______________________________________________<br>
CWB mailing list<br>
<a href="mailto:CWB@sslmit.unibo.it" target="_blank">CWB@sslmit.unibo.it</a><br>
<a href="http://liste.sslmit.unibo.it/mailman/listinfo/cwb" rel="noreferrer" target="_blank">http://liste.sslmit.unibo.it/mailman/listinfo/cwb</a><br>
</blockquote></div>