<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*
      ''**&lt;==**'' ''</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]=&gt;
  array(4) {
    ["file"]=&gt;
    string(43) "/var/www/html/cqpweb/lib/concordance-ui.php"
    ["line"]=&gt;
    int(376)
    ["function"]=&gt;
    string(9) "exiterror"
    ["args"]=&gt;
    array(1) {
      [0]=&gt;
      array(12) {
        [0]=&gt;
        string(12) "Syntax error"
        [1]=&gt;
        string(67) "Sorry, your simple query [[[ super+_V* ]]] contains a syntax error."
        [2]=&gt;
        string(72) "**Error:** no attribute defined for part-of-speech tags (internal error)"
        [3]=&gt;
        string(59) " - when parsing '' V* '' as **pos_tag**, **pos_constraint**"
        [4]=&gt;
        string(75) " - when parsing '' super+_V* '' as **token_expression**, **phrase_element**"
        [5]=&gt;
        string(49) " - at this location: '' super+_V* ''**&lt;==**''  ''"
        [6]=&gt;
        string(51) " - when parsing '' super+_V* '' as **phrase_query**"
        [7]=&gt;
        string(19) " - when parsing '' "
        [8]=&gt;
        string(9) "super+_V*"
        [9]=&gt;
        string(0) ""
        [10]=&gt;
        string(18) " '' as **default**"
        [11]=&gt;
        string(0) ""
      }
    }
  }
  [2]=&gt;
  array(4) {
    ["file"]=&gt;
    string(40) "/var/www/html/cqpweb/exe/concordance.php"
    ["line"]=&gt;
    int(1)
    ["args"]=&gt;
    array(1) {
      [0]=&gt;
      string(43) "/var/www/html/cqpweb/lib/concordance-ui.php"
    }
    ["function"]=&gt;
    string(7) "require"
  }
}

Anyone knows what may possibly cause this error?

Many thanks in advance!

Best,
D.

</pre>
    <p><br>
    </p>
  </body>
</html>