[CWB] A bug in scanning for alignments function
Hardie, Andrew
a.hardie at lancaster.ac.uk
Fri Dec 18 11:24:18 CET 2020
Thanks for the report. Fixed in trunk. – Andrew.
From: cwb-bounces at sslmit.unibo.it <cwb-bounces at sslmit.unibo.it> On Behalf Of mansur
Sent: 18 December 2020 09:19
To: Open source development of the Corpus WorkBench <cwb at sslmit.unibo.it>
Subject: [CWB] A bug in scanning for alignments function
Hi, Andrew!
I cannot perform scanning for alignments in v3.3. It looks like a bug in the annotation-lib.php file:
This one lacks a closing parenthesis:
do_sql_query("insert into `alignment_info` (`corpus_id`, `target_id`) values ($c_id, {$c_info_base[$target]->id}");
The correct one:
do_sql_query("insert into `alignment_info` (`corpus_id`, `target_id`) values ($c_id, {$c_info_base[$target]->id})");
With best regards,
Mansur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://liste.sslmit.unibo.it/pipermail/cwb/attachments/20201218/4fedc57e/attachment.html>
More information about the CWB
mailing list