Word stemmers
By using word stemmers, you can create multiple stemming implementations that can be assigned and used with WorldServer translation memories.
Stemming is the process of identifying or creating canonical forms (or roots) for words, with the purpose of normalizing certain differences. These canonical forms are referred to as stems. The primary objective of stemming is to provide a means of identifying related words. This can be useful when performing searches for words that are related, but not identical.
For example, paint would be a likely stem for the following words: paint, painter, paints, painting, painted.
Java package: com.idiominc.wssdk.component.linguistic