@types/snowball-stemmers
TypeScript icon, indicating that this package has built-in type declarations

0.6.2 • Public • Published

Installation

npm install --save @types/snowball-stemmers

Summary

This package contains type definitions for snowball-stemmers (https://github.com/mazko/jssnowball#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/snowball-stemmers.

index.d.ts

export interface Stemmer {
    stem(term: string): string;
}

export function newStemmer(locale: string): Stemmer;

export function algorithms(): string[];

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Ryan Volum.

/@types/snowball-stemmers/

    Package Sidebar

    Install

    npm i @types/snowball-stemmers

    Weekly Downloads

    244

    Version

    0.6.2

    License

    MIT

    Unpacked Size

    2.91 kB

    Total Files

    5

    Last publish

    Collaborators

    • types