<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hello to all,<br>
    This question concerns the cqp syntax available on the cqpweb
    interface.<br>
    I'm trying to look for constructions including cognate objects.
    This:<br>
    <br>
    n1:[hw="laugh" & pos="VV."] []{1,3} n2:[hw="laugh" &
    pos="NN."]::n1.hw=n2.hw<br>
    <br>
    will work to give me things like "He laughed a mirthless laugh",
    which is good.<br>
    What I'd really like, though, is to be able to define a variable for
    the first hw which coincides with the variable for the second hw, in
    order to get things like "Lucy smiled a small tight-fisted smile",
    "Jamie grins his tired grin", etc. I've tried with [] and n1
    <a class="moz-txt-link-freetext" href="n2::n1=n2">n2::n1=n2</a>, and with regular expressions, working on word and  pos as
    well as hw and trying to match partial strings, but either I'm
    missing something or cqpweb does not allow this sort of query.<br>
    Any help would as always be very much appreciated!<br>
    Best wishes,<br>
    Graham.
  </body>
</html>