An open API service indexing awesome lists of open source software.

https://github.com/pseitz/germansynonyms

uses openthesaurus and nodejs to find german synonyms
https://github.com/pseitz/germansynonyms

Last synced: about 1 year ago
JSON representation

uses openthesaurus and nodejs to find german synonyms

Awesome Lists containing this project

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