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.
Toggling Suffix Processing
-
mark
- Site Admin
- Posts: 5519
- Joined: Tue Apr 25, 2000 6:56 pm
Toggling Suffix Processing
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*".