ixNumStopWords -- returns the number of stop words in the stop word list.
size_t ixNumStopWords(OnixStopWordListT StopWordList);
StopWordList -- A stop word list which was created by ixCreateStopWordList.
The number of words in the stop word list.
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.
ixCreateStopWordList, ixDeleteStopWordList, ixAddStopWord, ixAddStopWordList, ixIsStopWord