germansynonyms

2.0.4 • Public • Published

Find German Synonyms

Ultra fast lookup for german synonyms. The underlying data is from openthesaurus https://www.openthesaurus.de/

Install

npm install germansynonyms

Usage

var syn = require("./germansynonyms.js");

syn.isSynonym("Liegeplatz", "Ankerplatz");
var synonyms = syn.getAllSynonyms("anschalten");

console.log(synonyms);

/germansynonyms/

    Package Sidebar

    Install

    npm i germansynonyms

    Weekly Downloads

    2

    Version

    2.0.4

    License

    GNU LESSER GENERAL PUBLIC LICENSE

    Last publish

    Collaborators

    • pseitz