On Fri, Oct 31, 2008 at 08:54:13AM +0100, Alexander Burger wrote:
> ...
>                   ((exp +Ort @Rel  imp +Ort @Rel) (ort @Cls))  <--------
> ...
>                (or
>                   ((same @Rel @@ ort exp))
>                   ((same @Rel @@ ort imp)) )

BTW, such a filter clause might be also necessary in your case.

It would look like:

   (select (@Sim)
      (((a1 +Similarity @A  a2 +Similarity @A)) (another generator here))
      (or
         ((same @A @Sim a1))
         ((same @A @Sim a2)) )
      (range @Rng @Sim value)
      ...  # Check for cases from other generators

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]

Reply via email to