I am searching for concept variants of "sterilization" in my text. While it would appear to me from the morphene stripping routine described in the manaual that after stripping, the word form being matched in the text is "steriliz," Texis does not find the form "sterilized." Conversely, "sterilized" does not find "sterilization." Why is that? And yes, suffix processing is turned on.
Suffix Processing
Suffix Processing
What do you have minwordlen and defsuffrm set to? They will also effect how the word is stripped.
John Turnbull
Thunderstone Software
Thunderstone Software
Suffix Processing
minwordlen is set at default, which I beleive is 5.
Suffix Processing
With default suffixes sterilized strips to steril and sterilization strips to steriliz. You could add ization to the suffix list to correspond to to ized.
Suffix Processing
I still don't understand why if "sterilzation" is stripped to "Steriliz", why it doesn't recognize "sterilized". Doesn't Texis look for the pattern match (steriliz) and then check for appropriate suffixes?
Suffix Processing
When it finds sterilized it strips it down, then compares to what it's looking for. Basically, it compares roots after all suffix removal.
Suffix Processing
SO what your saying is that when it finds sterilzed in the text, it strips the the word (steril)and compares it against the stripped word in the query (steriliz)?