Documentation

Stemming_stop_default

bool
stemming_stop_default(
	string sWord
);

Function to specify stop words. Applied by default.

Function parameters

ParameterDescription
sWord Unvaried word stem.

Returned value

Function returns true if sWord is not a stop word and returns false otherwise. Specifying is performed by the length of a word. Stop words are the words that have length of less than two symbols.

See Also



© «Bitrix24», 2001-2024
Up