UNPKG

node-stemmer

Version:

A Node.js interface to the Snowball stemming algorithms

7 lines (6 loc) 163 B
export class UnavailableAlgorithmError extends Error { constructor(message) { super(message); this.name = 'UnavailableAlgorithmError'; } }