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

Package Sidebar

Install

npm i germansynonyms

Weekly Downloads

6

Version

2.0.4

License

GNU LESSER GENERAL PUBLIC LICENSE

Last publish

Collaborators

  • pseitz