Toggling Suffix Processing

Post Reply
KLZ
Posts: 7
Joined: Fri Jun 08, 2007 4:15 pm

Toggling Suffix Processing

Post by KLZ »

If I have a list of words, word1 ... wordn @0, how can I toggle suffix processing off for only one of those words in the list with a control character. e.g. we can turn off equivalences for a single word uing ~. Is there a corresponding way to toggle suffix process without having to write code and toggle suffixproc.
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Toggling Suffix Processing

Post by mark »

Suffix processing is only changeable via apicp and always affects the entire query. You could resort to a basic prefix match with * as in "wor*".
Post Reply