ixNumStopWords
Name
ixNumStopWords
Synopsis
size_t ixNumStopWords( OnixStopWordListT StopWordList )
Arguments
StopWordList: A stop word list which was created by ixCreateStopWordList.
Returns
The number of words in the stop word list.
Description
ixNumStopWords returns the number of words in the stop word list specified by StopWordList.A stop word list is created by ixCreateStopWordList and words are added to it via ixAddStopWord and ixAddStopWordList.
See Also
Dealing with Stop Words, Stop Word List 1, Stop Word List 2
ixCreateStopWordList, ixDeleteStopWordList, ixAddStopWord, ixAddStopWordList, ixIsStopWord, ixNumStopWords