Bixby Developer Center

References

stop-words

optionalvalue required

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".

Note

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.

Example

stop-words("the with and - &")