ReferenceSQL ReferenceCREATE TEXT SEARCH DICTIONARYstemEdit this pageOn this pagestem Applies stemming only (Porter stemmer), without tokenization. Options OptionTypeDefaultDescriptionLOCALEstring—ICU locale (e.g., 'en', 'de') Examples CREATE TEXT SEARCH DICTIONARY stem_dict ( TEMPLATE = 'stem', LOCALE = 'en'); See also CREATE TEXT SEARCH DICTIONARY