UNPKG

synonym-optimizer

Version:

Finds the text which has the least number of repetitions

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