Hello,

I have searched the archives, but not found a clear answer to this...
maybe someone can give me a hint.

I have a few strings that i want to use with a meta rule.

example :
-----------
body __WORD_01 /string1/
body __WORD_02 /string2/
body __WORD_03 /string3/

body __WORD_04 /string4/i
body __WORD_05 /string5/i
body __WORD_06 /string6/i
body __WORD_07 /string7/i
body __WORD_08 /string8/i

body __WORD_10 /string10/i
body __WORD_11 /string11/i

WORD_01 + WORD_02 + WORD_03 has to be present.

Then ONE of the following string 4 t/m 08.
Then ONE of the following string 10 t/m 11.

Now I have .....

meta WORD_EN (__WORD_01 && __WORD_02 && __WORD_03 && __WORD_04 && __WORD_10)
score WORD_EN 10

meta WORD_NL (__WORD_01 && __WORD_02 && __WORD_03 && __WORD_04 && __WORD_11)
score WORD_NL 10

meta WORD_EN1 (__WORD_01 && __WORD_02 && __WORD_03 && __WORD_05 &&
__WORD_10)
score WORD_EN1 10

etc etc ...... (lots of combinations possible)

Can this also been done with a "||" instead a "&&" ?

Like this :

meta WORD_EN (__WORD_01 && __WORD_02 && __WORD_03 && __WORD_04 ||
__WORD_05 || __WORD_06 || __WORD_07 || __WORD_08 &&  __WORD_10 || __WORD_11)
score WORD_EN 10

Thanks for any help...

Greetings .. Richard

Reply via email to