Allows you to specify any stop words that should be removed before performing the similarity-measure calculation. It is often useful to remove words like "the" or "a".
Be aware of using a single character, such as a hyphen (-). If it is part of the word (for example, fuzzy-string), then using stop-words("-") will not match fuzzy-string and fuzzy string, as it considers fuzzy-string to be a single word.
stop-words("the with and - &")Copyright 2026 Samsung All rights reserved