UNPKG

node-stemmer

Version:

A Node.js interface to the Snowball stemming algorithms

8 lines (6 loc) 172 B
export class UnavailableAlgorithmError extends Error { constructor(message: string) { super(message); this.name = 'UnavailableAlgorithmError'; } }