CINXE.COM
Synonyme - OpenThesaurus - Deutscher Thesaurus
<!doctype html> <html lang="de"> <head> <title>Synonyme - OpenThesaurus - Deutscher Thesaurus</title> <meta name="keywords" content="Synonyme, Synonym, W枚rterbuch, Thesaurus, sinnverwandte W枚rter"/> <meta name="description" content="Freies deutsches W枚rterbuch f眉r Synonyme, Gegenw枚rter und Assoziationen. Mehr als 100.000 W枚rter."/> <link rel="stylesheet" href="/assets/application-2ed36b7428376a39615b4ee43ddc4a42.css"/> <link rel="shortcut icon" href="/assets/favicon_openthesaurus-3b9225d8e559a7f6840e16273131b37e.ico" /> <link rel="search" type="application/opensearchdescription+xml" title="OpenThesaurus" href="/openSearch" /> <link rel="alternate" type="application/rss+xml" title="Letzte 脛nderungen in OpenThesaurus" href="/feed" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="flattr:id" content="62lgqk"> <script type="text/javascript" src="/assets/application-4929db854ece9676f128b9f904b6f3d8.js" ></script> <script type="text/javascript"> var isFocused = false; function selectSearchField(originalQuery) { if (!isFocused && document.searchform && document.searchform.q) { document.searchform.q.select(); isFocused = true; } return true; } function leaveSearchField() { isFocused = false; } </script> <meta name="layout" content="homepage"/> <script type="text/javascript"> <!-- var onChangeInterval = null; var deferRequestMillis = 200; var minChars = 2; var currentValue = null; $(document).keyup(function(e) { if (e.keyCode == 27) { // Escape key closePopup(); } }); function closePopup() { var searchResultAreaDiv = $('#searchResultArea'); searchResultAreaDiv.hide(); $('#body').css({backgroundColor: '#F7F7F7'}); searchResultAreaDiv.html(""); } function doSearchOnKeyUp(event) { // also see layout.css - if the transform is not applied (it's not in Opera because // it makes fonts fuzzy) we cannot use the popup as it will be misplaced, covering the // query box: var bodyDiv = $('#body'); var isMozilla = bodyDiv.css('-moz-transform'); var isWebkit = bodyDiv.css('-webkit-transform'); var isMs = false; // not yet enabled, layout problems with the skew var hasTransformEnabled = isMozilla || isWebkit || isMs; if ((event.keyCode == 45/*Insert*/ || event.keyCode == 65/*A*/ || event.keyCode == 67/*C*/) && event.ctrlKey) { // opening the popup makes no sense for these key combinations return; } if (hasTransformEnabled) { switch (event.keyCode) { case 13: // Return case 37: // cursor left case 38: // cursor up case 39: // cursor right case 40: // cursor down case 9: // Tab case 16: // Shift case 17: // Ctrl case 18: // Alt case 20: // Caps Lock case 35: // End case 36: // Pos1 case 116: // F5 return; } clearInterval(onChangeInterval); var searchString = document.searchform.q.value; if (currentValue != searchString) { onChangeInterval = setInterval("onSynsetSearchValueChange()", deferRequestMillis); } } } var runningRequests = 0; var lastUpdateTimeStamp = 0; var isRealResultPage = true; //var resultPagePrefix = "/openthesaurus"; // local testing var resultPagePrefix = ""; var firstSearch = true; function onSynsetSearchValueChange() { clearInterval(onChangeInterval); var searchString = document.searchform.q.value; currentValue = searchString; if (searchString === '' || searchString.length < minChars) { var searchResultAreaDiv = $('#searchResultArea'); searchResultAreaDiv.hide(); $('#body').css({backgroundColor: '#F7F7F7'}); searchResultAreaDiv.html(""); } else { $('#searchResultArea').show(); $('#body').css({backgroundColor: '#e6e6e6'}); cursorPosition = -1; var timeStamp = new Date().getTime(); loadSynsetSearch(); runningRequests++; new jQuery.ajax( '/ajaxSearch/ajaxMainSearch', { method: 'get', asynchronous: true, data:{ q: searchString } } ).done(function(msg){ if (timeStamp < lastUpdateTimeStamp) { //console.warn("Ignoring outdated update: " + timeStamp + " < " + lastUpdateTimeStamp); } else { $('#searchResultArea').html(msg); lastUpdateTimeStamp = timeStamp; } } ).fail(function(jqXHR, textStatus, errorThrown){ $('#searchResultArea').html(jqXHR.responseText); } ).always(function(e){ if (runningRequests > 0) { runningRequests--; } if (runningRequests <= 0) { loadedSynsetSearch(); } }); } } function loadSynsetSearch() { document.getElementById('spinner').style.position='absolute'; document.getElementById('spinner').style.visibility='visible'; } function loadedSynsetSearch() { document.getElementById('spinner').style.visibility='hidden'; } $(document).ready(function() { var markers = $('.antonymMarker, .commentMarker'); markers.each(function(){ $(this).data('title', $(this).attr('title')); $(this).removeAttr('title'); }); markers.mouseover(function() { markers.next('.tooltip').remove(); if($(this).data('title') != ""){ $(this).after('<span class="tooltip">' + $(this).data('title') + '</span>'); } var width = $(document).width(); var left = $(this).position().left + $(this).width() + 4; if (left + 200 > width) { left = width - 200; } var top = $(this).position().top + 18; $(this).next().css('left',left); $(this).next().css('top',top); }); markers.click(function(){ $(this).mouseover(); $(this).next().animate({opacity: 0.9},{duration: 4000, complete: function(){ $(this).fadeOut(500); }}); }); markers.mouseout(function(){ $(this).next('.tooltip').remove(); }); }); var lastErrorLogToServer = null; window.onerror = function (msg, url, line) { // don't report more than once a minute: if (lastErrorLogToServer && new Date() - lastErrorLogToServer < 1000 * 60) { return; } var message = "Error in " + url + " on line " + line + ": " + msg; //$.post("/about/logMessage", { "msg": message }); lastErrorLogToServer = new Date(); }; // --> </script> </head> <body> <div id="searchResultArea" class="searchResultPopup" style="display: none"> </div> <div id="navigation"> <div id="navibar"> <table style="width:100%"> <tr> <td> <!--<span class="mobileOnly"><a href="/">openthesaurus.de</a> </span>--> <a href="/woerter/listen">Wortlisten</a> <a href="/about/index">脺ber</a> <a href="https://languagetool.org/de">Rechtschreibpr眉fung</a> </td> <td style="text-align: right" id="right-navibar"> <a href="/user/login?controllerName=home&actionName=index" class="lightlink"><strong>Einloggen</strong></a> </td> </tr> </table> </div> </div> <div id="body"> <div id="content"> <div id="search"> <div style="margin-right: 30px;"> <div class="logo"><img src="/assets/openthesaurus-logo-73a064471df7731664ccf81efcd97595.png" alt="OpenThesaurus Logo" width="341" height="93" /></div> <p class="claim">Synonyme und Assoziationen</p> <p class="mobileClaim"><a href="/">openthesaurus.de Synonyme & Assoziationen</a></p> <form style="position: relative" action="/synonyme" onsubmit="window.location='/synonyme/' + encodeURIComponent(document.searchform.q.value.replace('/', '___'));return false;" name="searchform"> <span id="spinner"> <img src="/assets/spinner-big-a51c5608d01acf32df728f299767f82b.gif" width="32" height="32" alt="Loading" /> </span> <input autofocus onkeyup="return doSearchOnKeyUp(event);" autocomplete="off" style="outline: none" onclick="selectSearchField()" onblur="leaveSearchField()" accesskey="s" type="text" id="search-field" name="q" placeholder="Suchwort" /><input style="border-width:0px" type="image" title="Synonyme finden" src="/assets/search-submit-38ded6819c77b6f1a2ef76ad8d1c0efe.png" /> <!-- <div class="desktopOnly"> <a style="font-weight: normal" href="/home/index2">Neue Suche testen</a> </div> --> <!-- <div style="background-color: #046CCB; text-align: center; margin-left: 78px; padding: 5px;"> <a style="color: white" href="https://languagetooler.workwise.io/">Jobs bei OpenThesaurus</a> </div> --> </form> </div> </div> <script type="text/javascript"> <!-- $( document ).ready(function() { var touchOS = ('ontouchstart' in document.documentElement) ? true : false; if (!touchOS) { document.searchform.q.focus(); document.searchform.q.select(); } }); // --> </script> <div class="loggedInInfo"> </div> <hr/> <div style="margin-top:60px; text-align: center" id="desktopAd"> <a href="https://faircado.de/openthesaurus/"><img src="/assets/external/faircado_banner_big1.png" alt="faircado sucht nach den besten Secondhand-Alternativen f眉r dich" /></a> <!--<br><span style="color:#999999">Anzeige</span>--> </div> <div style="margin-top:60px; text-align: center" id="mobileAd"> <a href="https://faircado.de/openthesaurus/"><img src="/assets/external/faircado_banner_small1.png" alt="faircado sucht nach den besten Secondhand-Alternativen f眉r dich" /></a> <!--<br><span style="color:#999999">Anzeige</span>--> </div> <div style="height:60px"> </div> </div> </div> <div id="foot"> <div class="footerColumn" style="margin-top: 44px; margin-right: 37px;"> <div class="claim" style="margin-bottom: 23px"> OpenThesaurus ist ein freies deutsches W枚rterbuch f眉r Synonyme, bei dem jeder mitmachen kann. </div> <img style="width:100%;height:2px;margin-bottom:23px" src="/assets/hr-972f1f7d09f0c958049b64c6f08137d7.png" alt="Separator"/> <ul style="float: left; margin-right: 60px"> <li><a href="/search/index">Erweiterte Suche</a></li> <li><a href="/about/faq">FAQ</a></li> <li><a href="/about/api">API</a></li> <li><a href="/tag/list">Tags</a></li> <li><a href="/about/download">Daten-Download</a></li> <li><a href="/userEvent/list">Daten-脛nderungen</a></li> <!--<li><a href="/about/newsarchive">News-Archiv</a></li>--> <li><a href="/statistics/index">Statistik</a></li> <li><a href="/about/imprint">Impressum &<br>Datenschutz</a></li> <li><a href="https://languagetool.org/de">Rechtschreibpr眉fung</a></li> </ul> <div> <div class="iconLink"> <table> <tr> <td> <script type="text/javascript"> <!-- var firstPart = "feedback"; var lastPart = "openthesaurus.de"; document.write("<a href='mail" + "to:" + firstPart + "@" + lastPart + "'><img class=\"socialMediaIcon\" src=\"/assets/icon-mail-2afcd7b9accdd40774dfda0d22a76458.png\" width=\"36\" height=\"36\" alt=\"Contact-Icon\"/><" + "/a>"); // --> </script> </td> <td> </td> <td> <script type="text/javascript"> <!-- var firstPart = "feedback"; var lastPart = "openthesaurus.de"; document.write("<a class=\"lightlink\" href='mail" + "to:" + firstPart + "@" + lastPart + "'>Schreibe uns eine E-Mail<" + "/a>"); // --> </script> </td> </tr> </table> </div> <!-- <div class="iconLink"> <table> <tr> <td><a href="https://github.com/danielnaber/openthesaurus"><img class="socialMediaIcon" src="/assets/icon-github-a22a907533205e9be953dcbdd8c2b751.png" width="36" height="36" alt="Github-Icon"/></a></td> <td> </td> <td><a class="lightlink" href="https://github.com/danielnaber/openthesaurus">Sourcecode auf <strong>github</strong></a></td> </tr> </table> </div> --> </div> </div> <div class="footerColumn"> <!-- empty --> <!--<img style="width:100%;height:2px;margin-bottom:20px" src="/assets/hr-972f1f7d09f0c958049b64c6f08137d7.png" alt="Separator"/>--> <!-- empty --> </div> </div> <!-- Matomo --> <script type="text/javascript"> var _paq = _paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//analytics.languagetoolplus.com/matomo/"; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', '5']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> </body> </html>