UNPKG

@botonic/plugin-contentful

Version:

Botonic Plugin Contentful is one of the **[available](https://github.com/hubtype/botonic/tree/master/packages)** plugins for Botonic. **[Contentful](http://www.contentful.com)** is a CMS (Content Management System) which manages contents of a great variet

11 lines (10 loc) 259 B
import Stemmer from '@nlpjs/core/src/stemmer'; export declare class StemmerUk implements Stemmer { stem(tokens: string[]): string[]; private stemToken; private replace; private step1; private step2; private step3; private step4; }