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
- Host: GitHub
- URL: https://github.com/pseitz/germansynonyms
- Owner: PSeitz
- License: lgpl-3.0
- Created: 2015-03-25T19:05:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T18:23:36.000Z (over 10 years ago)
- Last Synced: 2025-01-08T05:49:11.585Z (over 1 year ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);