<font color="#333399"><font face="tahoma,sans-serif">Hi Andrew, Thanks for your reply. Some more questions from my side to help me understand better: <br><br>metadata can be extra information about the corpus (e.g. URL, author) and not linguistic information present in the text, correct? Linguistic info are the p-attributes, and the structure of the text (chapters, ect) are the s-attributes - correct? <br>

<br>re removing text_id and text_lang - I&#39;ve done that and now getting a different error :( <br><br>What I did:<br>placed a new file in the upload section<br>installed a new corpus using this file leaving default s- and p-attributes<br>

clicked on design and insert a text-metadata table link<br>left all as is on the form and just clicked the minimalist metadata button at the bottom - the result is this:<br></font></font><p class="errormessage"><b>Error message</b></p>


        
        
                
                                **** CQP ERROR ****<br>        CQP Error:<br>                Corpus ``EXAMPLESIMPLE&#39;&#39; is undefined<br><font color="#333399"><font face="tahoma,sans-serif"><br><br><br>I&#39;ll try to have a look at the code - I suspect that the problem is actually in the previous step when installing a new corpus - how can I confirm that a corpus has been indeed installed correctly? At this stage all I notice is that in my /var/www/ I have a new folder for the corpus, with some php files inside it - apart from that, I don&#39;t see any other changes. When using the terminal version, cwb-encode and cwb-make create a bunch of additional files....but I am not seeing this happening in the web version - how can I check this? ....in the meantime, help is much appreciated!<br>

<br>Claudia<br><br><br></font></font><br><div class="gmail_quote">On 21 July 2010 15:44, Hardie, Andrew <span dir="ltr">&lt;<a href="mailto:a.hardie@lancaster.ac.uk">a.hardie@lancaster.ac.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">










<div link="blue" vlink="purple" lang="EN-GB">

<div>

<p class="MsoNormal"><span style="font-size: 10pt; color: rgb(0, 32, 96);">Hi Claudia,</span></p>

<p class="MsoNormal"><span style="font-size: 10pt; color: rgb(0, 32, 96);"> </span></p>

<p class="MsoNormal"><span style="font-size: 10pt; color: rgb(0, 32, 96);">Could you try encoding without the explicit text_id and
text_lang elements in your input file? CQPweb assumes that input files will be
valid XML, and that s-attributes like text_id and text_lang are to be inferred
from the attributes of text. So spelling them out may have caused the problem.The
file  </span>___install_temp_metadata_illum01 <span style="font-size: 10pt; color: rgb(0, 32, 96);">should have been created by cwb-s-decode
from the text_id s-attribute, so the fact that it was missing suggests that
this s-attribute is not available.</span></p>

<p class="MsoNormal"><span style="font-size: 10pt; color: rgb(0, 32, 96);"> </span></p>

<p class="MsoNormal"><span style="font-size: 10pt; color: rgb(0, 32, 96);">On the more general point about metadata: in this case the “minimalist
metadata” is probably what you want so you are going about it the right way. As
the manual explains “</span><span><span style="font-size: 11.5pt; color: black;">The metadata file should be a
tab-delimited database. The first column should be the text id-codes, with a
line for each text. You can then have as many columns of metadata as you need</span></span><span><span style="font-size: 13.5pt; color: black;">.</span></span><span style="font-size: 10pt; color: rgb(0, 32, 96);">” If
you haven’t got a table of information like this, then the minimalist-metadata
generates a dummy table for you. “Entering metadata fields” simply means
specifying what the columns in your table of information contain, so is not
relevant if you don’t have such a table.</span></p>

<p class="MsoNormal"><span style="font-size: 10pt; color: rgb(0, 32, 96);"> </span></p>

<p class="MsoNormal"><span style="font-size: 10pt; color: rgb(0, 32, 96);">best</span></p>

<p class="MsoNormal"><span style="font-size: 10pt; color: rgb(0, 32, 96);"> </span></p>

<p class="MsoNormal"><span style="font-size: 10pt; color: rgb(0, 32, 96);">Andrew.</span></p>

<p class="MsoNormal"><span style="font-size: 10pt; color: rgb(0, 32, 96);"> </span></p>

<div style="border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; padding: 3pt 0cm 0cm;">

<p class="MsoNormal"><b><span style="font-size: 10pt;" lang="EN-US">From:</span></b><span style="font-size: 10pt;" lang="EN-US"> <a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a>
[mailto:<a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a>] <b>On Behalf Of </b>Claudia Borg<br>
<b>Sent:</b> 20 July 2010 15:32<br>
<b>To:</b> CWB mailing list<br>
<b>Subject:</b> [CWB] CQPweb - managing metadata</span></p>

</div><div><div></div><div class="h5">

<p class="MsoNormal"> </p>

<p class="MsoNormal" style="margin-bottom: 12pt;"><span style="color: rgb(51, 51, 153);">Hi all,<br>
<br>
I am trying to install my own corpus though cqpweb - I have a simple vertical
text file in the following structure:<br>
<br>
&lt;text id=&quot;illum01&quot; lang=&quot;Maltese&quot;&gt;<br>
&lt;text_id &quot;illum01&quot;&gt;<br>
&lt;text_lang &quot;Maltese&quot;&gt;<br>
&lt;s&gt;<br>
word1<br>
word2<br>
...<br>
&lt;/s&gt;<br>
&lt;/text_lang&gt;<br>
&lt;/text_id&gt;<br>
&lt;/text&gt;<br>
<br>
there is no annotation (pos, lemma, ect) so its basically like a word list. The
corpus installation process goes well (I used default p-attributes, even if in
reality I only have word attribute - in future I will add pos and lemma but for
the time being I am just trying to get used to cqpweb), but then I need to
install the metadata, and I cannot quite understand what is required here. <br>
<br>
If I try to create a minimalist metadata table without specifying anything in
the manage metatdata page, then I get this error:</span></p>

<p>A mySQL query did not run successfully!</p>

<p>Error # 2: <br>
File &#39;/home/mlrs/corpora/system/temp/___install_temp_metadata_illum01&#39; not
found (Errcode: 2) </p>

<p class="MsoNormal" style="margin-bottom: 12pt;"><br>
<br>
<span style="color: rgb(51, 51, 153);">from mysql admin,
I see that the table text_metadata_for_illum01 has been created but it is empty
(no rows).<br>
<br>
If I try to enter some metadata fields (which I cannot clearly understand
what&#39;s meant to be here), then I still get the above error. </span><br>
<span style="color: rgb(51, 51, 153);"><br>
I cannot seem to find anything specific to this problem in the documentation
(i.e. explaining what metadata should look like, ect.).  I am mainly
following:<br>
</span><a href="http://cwb.svn.sourceforge.net/viewvc/cwb/gui/cqpweb/trunk/doc/CQPweb-installing-corpora.html" target="_blank">http://cwb.svn.sourceforge.net/viewvc/cwb/gui/cqpweb/trunk/doc/CQPweb-installing-corpora.html</a><br>


<span style="color: rgb(51, 51, 153);"><br>
Any pointers would be appreciated.<br>
<br>
Regards <br>
Claudia<br>
<br>
</span></p>

</div></div></div>

</div>


<br>_______________________________________________<br>
CWB mailing list<br>
<a href="mailto:CWB@sslmit.unibo.it">CWB@sslmit.unibo.it</a><br>
<a href="http://devel.sslmit.unibo.it/mailman/listinfo/cwb" target="_blank">http://devel.sslmit.unibo.it/mailman/listinfo/cwb</a><br>
<br></blockquote></div><br>