[CWB] CEQL syntax error
D. Yuan
yuyuan97 at 163.com
Wed May 22 05:52:48 CEST 2019
Hi All,
I ran into another simple query language syntax error using the default
example query "super+_V*", which give me the following error:
*******************************************
Syntax error
Sorry, your simple query [[[ super+_V* ]]] contains a syntax error.
**Error:** no attribute defined for part-of-speech tags (internal error)
- when parsing '' V* '' as **pos_tag**, **pos_constraint**
- when parsing '' super+_V* '' as **token_expression**, **phrase_element**
- at this location: '' super+_V* ''**<==**'' ''
- when parsing '' super+_V* '' as **phrase_query**
- when parsing ''
super+_V*
'' as **default**
____________________________________
and below is the PhP debugging backtrace:
rray(2) {
[1]=>
array(4) {
["file"]=>
string(43) "/var/www/html/cqpweb/lib/concordance-ui.php"
["line"]=>
int(376)
["function"]=>
string(9) "exiterror"
["args"]=>
array(1) {
[0]=>
array(12) {
[0]=>
string(12) "Syntax error"
[1]=>
string(67) "Sorry, your simple query [[[ super+_V* ]]] contains a syntax error."
[2]=>
string(72) "**Error:** no attribute defined for part-of-speech tags (internal error)"
[3]=>
string(59) " - when parsing '' V* '' as **pos_tag**, **pos_constraint**"
[4]=>
string(75) " - when parsing '' super+_V* '' as **token_expression**, **phrase_element**"
[5]=>
string(49) " - at this location: '' super+_V* ''**<==**'' ''"
[6]=>
string(51) " - when parsing '' super+_V* '' as **phrase_query**"
[7]=>
string(19) " - when parsing '' "
[8]=>
string(9) "super+_V*"
[9]=>
string(0) ""
[10]=>
string(18) " '' as **default**"
[11]=>
string(0) ""
}
}
}
[2]=>
array(4) {
["file"]=>
string(40) "/var/www/html/cqpweb/exe/concordance.php"
["line"]=>
int(1)
["args"]=>
array(1) {
[0]=>
string(43) "/var/www/html/cqpweb/lib/concordance-ui.php"
}
["function"]=>
string(7) "require"
}
}
Anyone knows what may possibly cause this error?
Many thanks in advance!
Best,
D.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://liste.sslmit.unibo.it/pipermail/cwb/attachments/20190522/2f3776f2/attachment.html>
More information about the CWB
mailing list