Sets the pointer position for the NextBadWord iterator.


- pos (Int32)

Further calls to NextBadWord will look for the next bad word from position pos.
If position > the text length it is set to the text length.
If position < 0, it is set to zero.