UNPKG

@botonic/plugin-contentful

Version:

## What Does This Plugin Do?

4 lines (3 loc) 144 B
import Stemmer from '@nlpjs/core/src/stemmer'; import { Locale } from './locales'; export declare function stemmerFor(locale: Locale): Stemmer;