UNPKG

synonym-optimizer

Version:

Finds the text which has the least number of repetitions

11 lines (10 loc) 259 B
/** * @license * Copyright 2019 Ludan Stoecklé * SPDX-License-Identifier: Apache-2.0 */ import { LanguageSyn } from './LanguageSyn'; export declare class LanguageSynEnglish extends LanguageSyn { constructor(); getStandardStopWords(): string[]; }