2.0.4 • Published 8 years ago

germansynonyms v2.0.4

Weekly downloads
3
License
GNU LESSER GENERA...
Repository
github
Last release
8 years ago

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);