<div class="markdown_content"><p>Also-relevant-note: there is an experimental bit of code in the CQPweb CEQL extension (PHP version) which rewrites a standard query parse result to a TAB query if it only specifies a sequence of tokens. This will help many immediate use cases. (ceqlparser.php, search for the 'optimise_standard_to_tab' parameter setting; currently <span>[commit 1618]</span> not enabled, function process_simple_query_new() would need to set that parameter to ON for that to happen)</p>
<hr/>
<p><strong> <a class="alink" href="https://sourceforge.net/p/cwb/feature-requests/32/">[feature-requests:#32]</a> a slow CQP query...</strong></p>
<p><strong>Status:</strong> open<br/>
<strong>Group:</strong> TODO-4.0<br/>
<strong>Labels:</strong> CQP <br/>
<strong>Created:</strong> Tue Nov 17, 2009 12:39 AM UTC by Andrew Hardie<br/>
<strong>Last Updated:</strong> Fri Mar 26, 2021 02:17 PM UTC<br/>
<strong>Owner:</strong> nobody</p>
<p>The following query seemed to run rather slowly (on the BNC: someone wanted instances of "done" used for past tense.)</p>
<p>[hw!="be" &amp; hw!="have"] [pos="PNP"] [word="done"]</p>
<p>My guess is that the slowness is because of the gargantuan number of matches for the first element in the string. (Stefan might correct me on this!) Which leads me to wonder, is there any way of optimising this kind of thing and speeding it up? OR does this happen already?</p>
<hr/>
<p>Sent from sourceforge.net because cwb@sslmit.unibo.it is subscribed to <a href="https://sourceforge.net/p/cwb/feature-requests/">https://sourceforge.net/p/cwb/feature-requests/</a></p>
<p>To unsubscribe from further messages, a project admin can change settings at <a href="https://sourceforge.net/p/cwb/admin/feature-requests/options.">https://sourceforge.net/p/cwb/admin/feature-requests/options.</a>  Or, if this is a mailing list, you can unsubscribe from the mailing list.</p></div>