Stemming
Set Stemming
to False
to return the list of terms in unstemmed form.
NOTE: For TermExpand, when you set Type to DocOccs
, setting the Stemming
parameter to False
creates counts for the exact unstemmed term, rather than the stemmed form.
For TermGetBest, the action returns only those terms that appear in more than the number of documents specified in the UnstemmedMinDocOccs configuration parameter.
Actions: | TermExpand
TermGetAll TermGetBest TermGetInfo |
Type: | Boolean |
Default: | True |
Example: | Stemming=False
|
See Also: | UnstemmedMinDocOccs configuration parameter |