<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi All,</p>
<p>I ran into another simple query language syntax error using the
default example query "<span style="left: 212.633px; top:
317.783px; font-size: 20px; font-family: monospace; transform:
scaleX(1.12444);">super+_V*</span>", which give me the following
error:</p>
<p class="errormessage">*******************************************<br>
</p>
<p class="errormessage">Syntax error</p>
<p class="errormessage">Sorry, your simple query [[[ super+_V* ]]]
contains a syntax error.</p>
<p class="errormessage">**Error:** no attribute defined for
part-of-speech tags (internal error)</p>
<p class="errormessage">- when parsing '' V* '' as **pos_tag**,
**pos_constraint**</p>
<p class="errormessage">- when parsing '' super+_V* '' as
**token_expression**, **phrase_element**</p>
<p class="errormessage">- at this location: '' super+_V*
''**<==**'' ''</p>
<p class="errormessage">- when parsing '' super+_V* '' as
**phrase_query**</p>
<p class="errormessage">- when parsing ''</p>
<p class="errormessage">super+_V*</p>
<p class="errormessage">'' as **default**</p>
<p class="errormessage">____________________________________</p>
<p class="errormessage">and below is the PhP debugging backtrace:<br>
</p>
<pre>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.
</pre>
<p><br>
</p>
</body>
</html>