germansynonyms
v2.0.4
Published
nodejs module to find german synonyms with openthesaurus
Downloads
21
Maintainers
Readme
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);