Hi all,
I need something stronger than LIKE or CONTAINS, but not so
comprehensive as the FORMSOF(Field, INFLECTIONAL).
I am looking to see which words from one list also exist in another.
However, this is related to reading comprehension. Therefore I need to
see "dog" and "dogs" as a match. However, I don't want to see "run"
and "ran" as a match.
Is there anything like FORMSOF(field, PLURAL). Or, any way to modify
the behafior of these commands?
Thanks in advance.
I need something stronger than LIKE or CONTAINS, but not so
comprehensive as the FORMSOF(Field, INFLECTIONAL).
I am looking to see which words from one list also exist in another.
However, this is related to reading comprehension. Therefore I need to
see "dog" and "dogs" as a match. However, I don't want to see "run"
and "ran" as a match.
Is there anything like FORMSOF(field, PLURAL). Or, any way to modify
the behafior of these commands?
Thanks in advance.
Comment