CINXE.COM
dlexDB - dlexDB-Abfrage
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://dlexdb.de/query/kern/ct/","20230108113941","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1673177981"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>dlexDB - dlexDB-Abfrage</title> <link href="/web/20230108113941cs_/http://dlexdb.de/media/css/css-base-struct.css" rel="stylesheet" type="text/css" media="screen"/> <link href="/web/20230108113941cs_/http://dlexdb.de/media/css/css-base-inline.css" rel="stylesheet" type="text/css" media="screen"/> <link href="/web/20230108113941cs_/http://dlexdb.de/media/css/css-news.css" rel="stylesheet" type="text/css" media="screen"/> <link href="/web/20230108113941cs_/http://dlexdb.de/media/css/css-version.css" rel="stylesheet" type="text/css" media="screen"/> <link href="/web/20230108113941cs_/http://dlexdb.de/media/css/css-results_tbl_static.css" rel="stylesheet" type="text/css" media="screen"/> <script type="text/javascript" src="/web/20230108113941js_/http://dlexdb.de/media/js/firebug.js"></script> <link rel="stylesheet" type="text/css" href="/web/20230108113941cs_/http://dlexdb.de/media/css/css-search.css"/> <link rel="stylesheet" type="text/css" href="/web/20230108113941cs_/http://dlexdb.de/media/ajax/tafelTree_1_9_1/css/tree.css"/> <link rel="stylesheet" href="/web/20230108113941cs_/http://dlexdb.de/media/ajax/jqueryui-smoothness/css/smoothness/jquery-ui-1.8.2.custom.css" type="text/css" media="screen"/> <link rel="stylesheet" type="text/css" media="screen" href="/web/20230108113941cs_/http://dlexdb.de/media/css/Playground.css"/><!-- for styling of Save dialog --> <script type="text/javascript" src="/web/20230108113941js_/http://dlexdb.de/media/js/firebug.js"></script> <script type="text/javascript" src="/web/20230108113941js_/http://dlexdb.de/media/ajax/prototype.js"></script> <script type="text/javascript" src="/web/20230108113941js_/http://dlexdb.de/media/ajax/scriptaculous.js"></script> <script type="text/javascript" src="/web/20230108113941js_/http://dlexdb.de/media/ajax/tafelTree_1_9_1/Tree.js"></script><!-- based on scriptaculous --> <script type="text/javascript" src="/web/20230108113941js_/http://dlexdb.de/media/ajax/ajaxupload.js"></script><!-- self-contained --> <script type="text/javascript"> P = $; </script> <script type="text/javascript" src="/web/20230108113941js_/http://dlexdb.de/media/ajax/jquery-1.4.2.js"></script> <script type="text/javascript"> jQuery.noConflict(); </script> <script type="text/javascript" src="/web/20230108113941js_/http://dlexdb.de/media/ajax/jqueryui-smoothness/js/jquery-ui-1.8.2.custom.min.js"></script> <script type="text/javascript"> var Dlex = { 'tree_def': [], 'tree': [], 'tree_manager': {}, 'selected_unit': 'ngram_unit0', /* Tabs */ 'selectTab': function () {}, 'setKeypressSubmit': function () {}, 'focus_first_input': function () {}, 'get_current_cols': function () {}, 'event_observers': function () {}, 'event_observers_query': function () {}, 'submitForm': function () {}, 'submitFormAnalyze': function () {}, 'submitFormSingle': function () {} }; jQuery.extend(Dlex.tree_manager, { /* can use Prototype here, as TafelTree itself depends on Prototype/Scriptaculous */ onLoad: function(tree) { var first_checked_leaf = tree.getLeafBranches().find( function (leaf) { if (leaf.isChecked()) return true; }); if (first_checked_leaf) { first_checked_leaf.getParents().each( function (p) { p.openIt(true); }); } /* jQuery version */ // var first_checked_leaf = jQuery.map(tree.getLeafBranches(), function (leaf) { // if (leaf.isChecked()) return leaf; // }); // if (first_checked_leaf.length) { // jQuery.each(first_checked_leaf[0].getParents(), function(index, p) { // p.openIt(true); // }); // } }, onBeforeCheck: function(branch, new_state) { if (branch.hasChildren()) { return false; } else { return true; } }, onCheck: function(branch, new_state) { if (! branch.hasChildren()) { Dlex.tree_manager.toggleFilter(branch, new_state); // if (new_state == 1) { // //output mitaktivieren // Dlex.tree_manager.toggleIcon(branch, true); // } } /*else { // Im Subtree kann sich der Check-Status ver盲ndert haben (macht Tafeltree automatisch), darum: var branches = branch.getBranches(); // fetch all subbranches and leafs! branches.each( function (b) { if (! b.hasChildren()) { Dlex.tree_manager.toggleFilter(b, new_state); } }); }*/ }, onClickIcon: function (branch) { if (! branch.hasChildren()) { if (branch.getIcon().match(/output(1|3).gif/)) { Dlex.tree_manager.toggleIcon(branch, true); //'output2.gif'); } else { Dlex.tree_manager.toggleIcon(branch, false); //'output1.gif'); } } }, toggleIcon: function (branch, new_state) { if (! branch.hasChildren()) { if (new_state == true) { branch.setIcons('output2.gif'); } else { branch.setIcons('output1.gif'); } } else { if (new_state == true) { branch.setIcons('dis_output2.gif'); } else { branch.setIcons('dis_output1.gif'); } branch.getChildren().each( function (child) { Dlex.tree_manager.toggleIcon(child, new_state); }); } Dlex.tree_manager.updateAncestors(branch); }, updateAncestors: function (branch) { var parent = branch.getParent(); if (parent) { if (parent.getChildren().all( function (child) { return child.getIcon().match(/output2.gif/) })) { parent.setIcons('dis_output2.gif'); } else if (parent.getChildren().all( function (child) { return child.getIcon().match(/output1.gif/) })) { parent.setIcons('dis_output1.gif'); } else { parent.setIcons('dis_output3.gif'); } Dlex.tree_manager.updateAncestors(parent); } }, toggleFilter: function (branch, state) { var div = $('ct_' + branch.getId() + '_group'); var hidden_input = $('ct_' + branch.getId() + '_act'); if (state == 1) { div.setStyle({ 'display': 'block' }); // show() doesnt work here hidden_input.value = 1; } else { div.hide(); hidden_input.value = 0; } } }); Dlex.selectTab = function (select_unit) { if (Dlex.selected_unit != select_unit) { $(select_unit).addClassName('active'); $(Dlex.selected_unit).removeClassName('active'); $('panel'+Dlex.selected_unit.charAt(Dlex.selected_unit.length-1)).hide(); $('tree_container'+Dlex.selected_unit.charAt(Dlex.selected_unit.length-1)).hide(); $('panel'+select_unit.charAt(select_unit.length-1)).show(); $('tree_container'+select_unit.charAt(select_unit.length-1)).show(); Dlex.selected_unit = select_unit; } } Dlex.setKeypressSubmit = function (setActive) { Event.stopObserving( document, 'keypress' ); if (setActive) { Event.observe(document, 'keypress', function(event) { if( event.keyCode == Event.KEY_RETURN ) { Dlex.submitForm({}, true); return false; }; }); } }; Dlex.focus_first_input = function () { var focus = false; // $$('div.panel').each( function(p) { // if (p.getStyle('display') == 'block') { //p.select(".form_criterion").each( function(e) { $$(".form_criterion").each( function(e) { if ( ! focus && e.getStyle('display') == "block" ) { var first_input_field = e.select('.form_input_field'); if ( first_input_field.length > 0 ) { focus = true; first_input_field[0].focus(); } } } ); // } // }); }; Dlex.get_current_cols = function () { var cols = ''; $$('.tbl_head').each(function(th) { if (! th.id.match('citlist')) { cols = cols + th.id.replace('col_', '') + ' '; } }); return cols.replace(' $', ''); }; Dlex.event_observers = function () { // $$('.table_link').each( function( e ) { // Event.stopObserving( e, 'click' ); // Event.observe( e, 'click', function() { // window.location.href = e.down('a').href; // } ); // } ); jQuery('.form_checkbox, .form_checkbox_checked').click( function() { var self = jQuery(this); var hidden_input = jQuery('#'+this.id.replace('_checkbox', ''))[0]; hidden_input.value = (hidden_input.value == true) ? 0 : 1; self.toggleClass('checked'); }); // $$('.submit_search').each(function(e) { $$('#submit_button').each(function(e) { Event.stopObserving( e, 'click' ); Event.observe( e, 'click', function() { Dlex.submitForm({}, true); } ); }); Dlex.setKeypressSubmit(true); $$('textarea').each( function(textarea) { Event.stopObserving( textarea, 'focus' ); Event.observe(textarea, 'focus', function(event) { Dlex.setKeypressSubmit(false); }); Event.stopObserving( textarea, 'blur' ); Event.observe(textarea, 'blur', function(event) { Dlex.setKeypressSubmit(true); }); }); }; Dlex.event_observers_query = function() { $$('.sort.desc').each( function( e ) { Event.stopObserving( e, 'click' ); Event.observe( e, 'click', function() { Dlex.submitForm( { 'sort_key' : e.id.replace(/_sort$/, ''), 'sort_order' : 'asc', 'show_cols': Dlex.get_current_cols() } ); } ); } ); $$('.sort.asc').each( function( e ) { Event.stopObserving( e, 'click' ); Event.observe( e, 'click',function() { Dlex.submitForm( { 'sort_key' : e.id.replace(/_sort$/, ''), 'sort_order' : 'desc', 'show_cols': Dlex.get_current_cols() } ); } ); } ); $$('.tbl_head_text').each( function( e ) { Event.stopObserving( e, 'click' ); Event.observe( e, 'click', function() { Dlex.submitForm( { 'sort_key' : /*'ct_'+e.up().up().classNames().find( function(e) { return true; } ),*/ e.up('th').id.replace(/^col_/, ''), 'sort_order' : ( ( e.up().up().down(".sort.asc") ) ? "desc" : "asc" ), 'show_cols': Dlex.get_current_cols() } ); } ); } ); jQuery('.drop_col').click( function () { l('drop'); if (jQuery('th', jQuery(this).closest('tr')).length > 1) { var col = this.id.replace(/^rm_/, ''); var leaf = jQuery.map(Dlex.tree, function (tree) { return tree.getBranchById(col.replace(/^ct_/, '')); })[0]; Dlex.tree_manager.toggleIcon(leaf, false); jQuery('#results_tbl tr').each ( function (index, tr) { var cell = jQuery(tr).find('.td_'+col); if (! cell.length) { cell = jQuery(tr).find('.th_'+col); } cell.remove(); }); } }); var button = null; if (button = $('button_back')) { button.stopObserving('click'); button.observe('click', function() { Dlex.submitForm( { 'offset' : jQuery('#offset_previous')[0].value, 'sort_key' : jQuery('#sort_key')[0].value, 'sort_order' : jQuery('#sort_direction')[0].value, 'show_cols': Dlex.get_current_cols() } ); }); } var button = null; if (button = $('button_forward')) { button.stopObserving('click'); button.observe('click', function() { Dlex.submitForm( { 'offset' : jQuery('#offset_next')[0].value, 'sort_key' : jQuery('#sort_key')[0].value, 'sort_order' : jQuery('#sort_direction')[0].value, 'show_cols': Dlex.get_current_cols() } ); }); } var button = null; // exists only if user.is_authenticated if (button = $('button_export')) { button.stopObserving('click'); button.observe('click', function() { $('dlexsaveform').action = '/search/table/export/'; $('dlexsaveform').submit(); }); } var button = null; if (button = $('button_save')) { (function($) { var buttonSave = { 'Speichern': function() { var bValid = true; if (bValid) { P(document.body).setStyle({ cursor: "progress" }); $(this).dialog('option', 'buttons', buttonCancel); P('dlexsaveform2').hide(); P('saving_query').show(); P('query_saved').hide(); P('save_failure').hide(); var parameters = P('dlexsaveform').serialize(true); //alert(parameters['typposlem_typ_cit_eq']); parameters['query_name'] = P('query_name').value; parameters['query_comment'] = P('query_comment').value; parameters['query_public'] = + P('query_public').checked; if (P('query_overwrite').checked) { parameters['query_id'] = P('myqueryid').value; } parameters['corpusbase'] = 'kern'; new Ajax.Request('/search/table/save_query/', { method: 'post', parameters : parameters, onSuccess : function(transport) { var json = transport.responseText.evalJSON(); //alert(json ? Object.inspect(json) : "no JSON object"); P('dlexsaveform2').hide(); P('saving_query').hide(); P('query_saved').show(); P('query_url').href = '/Q' + json['idword']; P('query_url').update('https://web.archive.org/web/20230108113941/http://dlexdb.de/Q' + json['idword']); if (json['public']) { P('query_public2').update('ja'); } else { P('query_public2').update('nein'); } P('save_failure').hide(); $('#dialog').dialog('option', 'buttons', buttonOK); P(document.body).setStyle({ cursor: "auto" }); //alert(P('query_name').value); if (P('query_overwrite').checked) { P('my_query_name').update(P('query_name').value); P('myqueryname').value = P('query_name').value; jQuery('.my_query_comment').html(P('query_comment').value); P('myquerycomment').value = P('query_comment').value; if (json['public']) { P('my_query_public').update('枚ffentlich'); P('myquerypublic').value = 'checked'; } else { P('my_query_public').update('nicht 枚ffentlich'); P('myquerypublic').value = ''; } } }, onFailure: function(){ P('dlexsaveform2').hide(); P('saving_query').hide(); P('query_saved').hide(); P('save_failure').show(); $('#dialog').dialog('option', 'buttons', buttonCancel); P(document.body).setStyle({ cursor: "auto" }); } }); } } }; var buttonCancel = { 'Cancel': function() { $(this).dialog('close'); } }; var buttonOK = { 'OK': function() { $(this).dialog('close'); if (location.href != P('query_url').href) { location.href = P('query_url').href; } } }; $("#dialog").dialog({ autoOpen: false, height: 300, width: 350, modal: true, buttons: {}, open: function() { $('.ui-dialog-content').css('height', '249px'); Dlex.setKeypressSubmit(false); if (P('myqueryid') && P('myqueryuser').value == '') { P('question_overwrite').show(); P('query_overwrite').checked = 'checked'; P('current_query_url').href = P('myqueryurl').value; P('current_query_url').update(P('myqueryurl').value); P('query_name').value = P('myqueryname').value; //P('query_comment').update(P('myquerycomment').value); P('query_comment').value = P('myquerycomment').value; P('query_public').checked = P('myquerypublic').value; } else { P('question_overwrite').hide(); P('query_overwrite').checked = ''; P('current_query_url').href = ''; P('current_query_url').update(''); P('query_name').value = ''; //P('query_comment').update(''); P('query_comment').value = ''; P('query_public').checked = ''; } P('dlexsaveform2').show(); P('saving_query').hide(); P('query_saved').hide(); P('save_failure').hide(); $(this).dialog('option', 'buttons', jQuery.extend({}, buttonSave, buttonCancel)); }, close: function() { P(document.body).setStyle({ cursor: "auto" }); // user may have interrupted saving Dlex.setKeypressSubmit(true); } }); })(jQuery); button.stopObserving('click'); button.observe('click', function() { (function($) { $("#dialog").dialog('open'); })(jQuery); }); } }; Dlex.submitForm = function (params, getCount) { params = params || {}; getCount = getCount || false; (function($) { $('#dialog').dialog('destroy'); $('#dialog').remove(); })(jQuery) jQuery(document.body).css('cursor', 'progress'); var parameters = $('dlexqueryform').serialize(true); var cols = []; var leaves = []; //for (var i = 0; i < Dlex.tree.length; i++) { jQuery.each(Dlex.tree, function(index, tree) { leaves = leaves.concat(tree.getLeafBranches()); }); var vis_tree = jQuery.map(Dlex.tree, function(tree) { if (jQuery(tree.div).is(':visible')) return tree; })[0]; jQuery.each(vis_tree.roots, function(index, root) { root.openIt(false); //means close }); for (var i = 0; i < leaves.length; i++) { if (leaves[i].getIcon().match(/output2.gif/)) { cols.push('ct'+'_'+leaves[i].getId()); } } if (cols.length) { parameters['show_cols'] = cols.toString().replace(/,/g, ' '); } else { alert('Bitte w盲hlen Sie mindestens einen Filter zur Anzeige aus.'); return; } for ( var key in params ) { parameters[key] = params[key]; } parameters['corpusbase'] = 'kern'; Dlex.setKeypressSubmit(false); Event.stopObserving( $('submit_button'), 'click' ); $('form_icon_search').addClassName('form_icon_search_active'); new Ajax.Updater('results', '/search/table/query/', { method: 'post', parameters : parameters, onComplete : function() { Dlex.event_observers_query(); $('form_icon_search').removeClassName('form_icon_search_active'); Event.stopObserving($('submit_button'), 'click'); Event.observe($('submit_button'), 'click', function() { Dlex.submitForm({}, true); }); Dlex.setKeypressSubmit(true); jQuery(document.body).css('cursor', 'auto'); try { piwikTracker.setCustomUrl('/search/table/query/'); piwikTracker.setDocumentTitle('ajax query'); piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); }catch(err){} } }); if (getCount) { $('results_cnt').update("<span class='ajax_loader'>Berechne Anzahl der Ergebnisse...</span>"); //$('results_cnt').show(); new Ajax.Updater('results_cnt', '/search/table/count/', { method: 'post', parameters : parameters, onComplete : function() { try { piwikTracker.setCustomUrl('/search/table/count/'); piwikTracker.setDocumentTitle('ajax count'); piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); }catch(err){} } }); } }; document.observe("dom:loaded", function() { }); jQuery(document).ready(function() { jQuery(document.body).css('cursor', 'progress'); document.forms['dlexqueryform'].reset(); Dlex.event_observers(); Dlex.focus_first_input(); var treeInitStruct = { 'generate' : true, 'imgBase' : '/media/ajax/tafelTree_1_9_1/imgs/', 'width' : '100%', 'height': '100%', 'multiline' : true, 'openAtLoad' : false, 'cookies' : false, 'openOneAtOnce' : false, 'checkboxesThreeState' : true, 'onLoad' : Dlex.tree_manager.onLoad, 'onCheck' : Dlex.tree_manager.onCheck, 'onClickIcon' : Dlex.tree_manager.onClickIcon, 'onBeforeCheck': Dlex.tree_manager.onBeforeCheck, "defaultImg" : "output1.gif", "defaultImgOpen" : "dis_output1.gif", "defaultImgClose" : "dis_output1.gif", "showSelectedBranch": false }; for (var i = 0; i < Dlex.tree_def.length; i++) { Dlex.tree[i] = new TafelTree("filter_tree"+i, Dlex.tree_def[i], treeInitStruct); } jQuery('.table_link_ng').hover( function(e) { /* mouseover */ var tooltip = jQuery(this).parent().parent().parent().data('tooltip'); if (tooltip) { tooltip.hide(); //tooltip = jQuery(this).find('.tooldel'); var tooltip = jQuery(this).next(); if (tooltip.length > 0) { tooltip.show(); jQuery(this).parent().parent().parent().data('tooltip', tooltip); } } else { var timeoutID = setTimeout( function() { var table_link = jQuery(e.currentTarget); //var tooltip = table_link.find('.tooldel'); var tooltip = table_link.next(); tooltip.show(); table_link.parent().parent().parent().data('tooltip', tooltip); }, 1000); jQuery(this).data('timeoutID', timeoutID); } }, function(e) { /* mouseout */ var timeoutID = jQuery(this).data('timeoutID'); if (timeoutID) { clearTimeout(jQuery(this).data('timeoutID')); } } ); jQuery('.table_links_ng').hover( function(e) { }, function(e) { var tooltip = jQuery(this).data('tooltip'); if (tooltip) { tooltip.hide(); jQuery(this).data('tooltip', null); } }); //jQuery('.tafelTree_row > table > tbody > tr:has(.tooldel)').hover( jQuery('.filter_help').hover( function(e) { /* mouseover */ jQuery(this).addClass('over'); var tooltip = jQuery(this).closest('.tafelTree_root').data('tooltip'); if (tooltip) { tooltip.hide(); tooltip = jQuery(this).parent().find('.tooldel'); if (tooltip.length > 0) { tooltip.show(); jQuery(this).closest('.tafelTree_root').data('tooltip', tooltip); } } else { var timeoutID = setTimeout( function() { var table_link = jQuery(e.currentTarget); var tooltip = table_link.parent().find('.tooldel'); tooltip.show(); table_link.closest('.tafelTree_root').data('tooltip', tooltip); }, 0); jQuery(this).data('timeoutID', timeoutID); } }, function(e) { /* mouseout */ var timeoutID = jQuery(this).data('timeoutID'); if (timeoutID) { clearTimeout(jQuery(this).data('timeoutID')); } } ); jQuery('.tafelTree_row').hover( function(e) { }, function(e) { jQuery(this).find('.filter_help').removeClass('over'); var tooltip = jQuery(this).closest('.tafelTree_root').data('tooltip'); if (tooltip) { tooltip.hide(); jQuery(this).data('tooltip', null); } }); jQuery('.unit_selector').click( function() { Dlex.selectTab(this.id); }); jQuery(document.body).css('cursor', 'auto'); }); </script> </head> <body> <div id="header"> <div class="block"> <div id="login"> <a href="/web/20230108113941/http://dlexdb.de/accounts/login/">Anmelden</a> </div> <div id="language"> <a href="/web/20230108113941/http://dlexdb.de/set_language/en/">English</a> | Deutsch </div> </div> </div> <div id="main"> <div class="block"> <div id="nav"> <h1 id="logo_dlex"><a href="/web/20230108113941/http://dlexdb.de/"><span>dlex</span></a></h1> <ul id="topnav"> <li><a href="/web/20230108113941/http://dlexdb.de/">Startseite</a></li> <li><a href="https://web.archive.org/web/20230108113941/http://www.uni-potsdam.de/" target="_blank">Universit盲t Potsdam</a></li> <li><a href="https://web.archive.org/web/20230108113941/http://www.bbaw.de/" target="_blank">BBAW</a></li> <li><a href="/web/20230108113941/http://dlexdb.de/imprint/">Impressum</a></li> <li><a href="/web/20230108113941/http://dlexdb.de/privacy/">Datenschutz</a></li> </ul> <ul id="mainnav"> <li><a href="/web/20230108113941/http://dlexdb.de/search/typposlem/">dlexDB-Abfrage</a></li> <li><a href="/web/20230108113941/http://dlexdb.de/api/">JSON API</a></li> <li><a href="/web/20230108113941/http://dlexdb.de/documentation/overview/">Dokumentation</a></li> <li><a href="/web/20230108113941/http://dlexdb.de/project/description/">Projekt</a></li> <li><a href="/web/20230108113941/http://dlexdb.de/contact/">Kontakt</a></li> </ul> </div> <div id="content"> <div id="content_main" class="content_main_query"> <div id="searchpage_top"> <div class="float_left table_links_ng" style="background-color: #ecf3e1; width: 100%; padding-top: 6px;"> <div class="float_left table_links_group_header_ng" style="width: 128px">Korpusgrundlage</div> <div class="table_links_border_ng" style="border-color: #becfba;"> <div> <a class="float_left table_link_ng active" href="/web/20230108113941/http://dlexdb.de/query/kern/ct/">Kernkorpus</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> DWDS Kernkorpus, <a href="/web/20230108113941/http://dlexdb.de/documentation/corpora/">mehr...</a> </div> </div> </div> </div> </div> </div> <div class="clear_both"></div> <div class="float_left table_links_ng"> <div class="table_links_group_header_ng">Annotierte Types</div> <div class="table_links_border_ng"> <div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/typposlem/">Annotierte Types</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Types annotiert mit Part-of-Speech-Tags und Lemmatisierung, <a href="/web/20230108113941/http://dlexdb.de/doc/typposlem/">mehr...</a> </div> </div> </div> <div class="clear_both"></div> </div> <div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/bigram/">Ann. Typebigr.</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Zweiersequenzen von annotierten Types, <a href="/web/20230108113941/http://dlexdb.de/doc/bigram/">mehr...</a> </div> </div> </div> <div class="clear_both"></div> </div> <div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/trigram/">Ann. Typetrigr.</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Dreiersequenzen von annotierten Types, <a href="/web/20230108113941/http://dlexdb.de/doc/trigram/">mehr...</a> </div> </div> </div> <div class="clear_both"></div> </div> </div> </div> <div class="float_left table_links_ng nth"> <div id="" class="table_links_group_header_ng">Types</div> <div class="table_links_border_ng"> <div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/typ/">Types</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Types (Wortformen aus dem Korpus), <a href="/web/20230108113941/http://dlexdb.de/doc/typ/">mehr...</a> </div> </div> </div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/t0/">Types DC</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Types (Wortformen) schreibungsunabh盲ngig, <a href="/web/20230108113941/http://dlexdb.de/doc/t0/">mehr...</a> </div> </div> </div> <div class="clear_both"></div> </div> <div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/tt/">Typebigramme</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Zweiersequenzen von Types, <a href="/web/20230108113941/http://dlexdb.de/doc/tt/">mehr...</a> </div> </div> </div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/tt0/">Typebigr. DC</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Zweiersequenzen von Types, schreibungsunabh盲ngig <a href="/web/20230108113941/http://dlexdb.de/doc/tt0/">mehr...</a> </div> </div> </div> <div class="clear_both"></div> </div> <div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/ttt/">Typetrigramme</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Dreiersequenzen von Types, <a href="/web/20230108113941/http://dlexdb.de/doc/ttt/">mehr...</a> </div> </div> </div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/ttt0/">Typetrigr. DC</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Dreiersequenzen von Types, schreibungsunabh盲ngig <a href="/web/20230108113941/http://dlexdb.de/doc/ttt0/">mehr...</a> </div> </div> </div> <div class="clear_both"></div> </div> </div> </div> <div class="float_left table_links_ng nth"> <div id="" class="table_links_group_header_ng">Zeichen</div> <div class="table_links_border_ng"> <div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/cu/">Zeichen</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Alle in Types vorkommenden Zeichen, <a href="/web/20230108113941/http://dlexdb.de/doc/cu/">mehr...</a> </div> </div> </div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/c0/">Zeichen DC</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Alle in Types vorkommenden Zeichen, schreibungsunabh盲ngig <a href="/web/20230108113941/http://dlexdb.de/doc/c0/">mehr...</a> </div> </div> </div> <div class="clear_both"></div> </div> <div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/cb/">Zeichenbigr.</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Alle in Types vorkommenden Zeichenbigramme, <a href="/web/20230108113941/http://dlexdb.de/doc/cb/">mehr...</a> </div> </div> </div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/cc0/">Zeichenbigr. DC</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Alle in Types vorkommenden Zeichenbigramme, schreibungsunabh盲ngig <a href="/web/20230108113941/http://dlexdb.de/doc/cc0/">mehr...</a> </div> </div> </div> <div class="clear_both"></div> </div> <div> <a class="float_left table_link_ng active" href="/web/20230108113941/http://dlexdb.de/query/kern/ct/">Zeichentrigr.</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Alle in Types vorkommenden Zeichentrigramme, <a href="/web/20230108113941/http://dlexdb.de/doc/ct/">mehr...</a> </div> </div> </div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/ccc0/">Zeichentrigr. DC</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Alle in Types vorkommenden Zeichentrigramme, schreibungsunabh盲ngig <a href="/web/20230108113941/http://dlexdb.de/doc/ccc0/">mehr...</a> </div> </div> </div> <div class="clear_both"></div> </div> </div> </div> <div class="float_left table_links_ng nth"> <div id="" class="table_links_group_header_ng">Ling. Entit盲ten</div> <div class="table_links_border_ng"> <div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/lem/">Lemmata</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Lemmata (Grundformen), <a href="/web/20230108113941/http://dlexdb.de/doc/lem/">mehr...</a> </div> </div> </div> <div class="clear_both"></div> </div> <div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/syl/">Silben</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Alle in Types vorkommenden Silben, <a href="/web/20230108113941/http://dlexdb.de/doc/syl/">mehr...</a> </div> </div> </div> </div> <div class="clear_both"></div> </div> </div> <div class="float_left table_links_ng nth"> <div id="" class="table_links_group_header_ng">Nachbarn</div> <div class="table_links_border_ng"> <div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/neicol/">Nachbarn Col.</a> <div class="float_left tooldel_ng before"> <div> <div> <div></div> Liste der orthographischen Nachbarn nach der Definition von Coltheart, <a href="/web/20230108113941/http://dlexdb.de/doc/neicol/">mehr...</a> </div> </div> </div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/n0/">Nachb. Col. DC</a> <div class="float_left tooldel_ng before"> <div> <div> <div></div> Liste der orthographischen Nachbarn nach der Definition von Coltheart, schreibungsunabh盲ngig <a href="/web/20230108113941/http://dlexdb.de/doc/n0/">mehr...</a> </div> </div> </div> <div class="clear_both"></div> </div> <div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/neilev/">Nachbarn Lev.</a> <div class="float_left tooldel_ng before"> <div> <div> <div></div> Liste der orthographischen Nachbarn nach der Definition von Levenshtein, <a href="/web/20230108113941/http://dlexdb.de/doc/neilev/">mehr...</a> </div> </div> </div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/o0/">Nachb. Lev. DC</a> <div class="float_left tooldel_ng before"> <div> <div> <div></div> Liste der orthographischen Nachbarn nach der Definition von Levenshtein, schreibungsunabh盲ngig <a href="/web/20230108113941/http://dlexdb.de/doc/o0/">mehr...</a> </div> </div> </div> <div class="clear_both"></div> </div> </div> </div> <div class="clear_both"></div> <div class="float_left table_links_ng" style="background-color: #ecf3e1; width: 100%; padding-top: 6px;"> <div class="float_left table_links_group_header_ng" style="width: 128px">Abfragemodus</div> <div class="table_links_border_ng" style="border-color: #becfba;"> <div> <a class="float_left table_link_ng active" href="/web/20230108113941/http://dlexdb.de/query/kern/ct/">Filterabfrage</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Filterabfrage, <a href="/web/20230108113941/http://dlexdb.de/documentation/search/">mehr...</a> </div> </div> </div> <a class="float_left table_link_ng " href="/web/20230108113941/http://dlexdb.de/query/kern/ct/list/">Listenabfrage</a> <div class="float_left tooldel_ng after"> <div> <div> <div></div> Liste hochladen, <a href="/web/20230108113941/http://dlexdb.de/documentation/search/list/">mehr...</a> </div> </div> </div> </div> </div> </div> <div id="tabs_line"> </div> </div> <div id="searchpage_main"> <div id="searchpage_main_content"> <form id="dlexqueryform" action="#" method="post"> <input type="hidden" id="table" name="table" value="ct"/> <div id="panel0" class="panel"> <div id="filters0" class="search_filters"> <div id="query_title"> <h2>Filterabfrage auf Tabelle <i>Zeichentrigramme</i></h2> </div> <div id="ct_ct_cit_group" class="form_criterion" style="display: block;"> <input type="text" class="form_input_field" name="ct_ct_cit_eq" id="ct_ct_cit_eq"/> <div class="form_label"> Zeichentrigramm </div> <div class="form_checkbox" id="ct_ct_cit_ic_checkbox"></div> <div class="form_label"> Gro脽-/Kleinschreibung ignorieren </div> <input type="hidden" name="ct_ct_cit_ic" id="ct_ct_cit_ic" value="0"/> <a class="doclink form_icon_question" href="/web/20230108113941/http://dlexdb.de/doc/ct_cit/" target="_blank" title="Dokumentation zu diesem Filter"></a> <div style="clear:both;"></div> <input type="hidden" id="ct_ct_cit_act" name="ct_ct_cit_act" value="1"/> <input type="hidden" id="ct_ct_cit_out" name="ct_ct_cit_out" value="1"/> </div> <div id="ct_ct_token_freq_abs_group" class="form_criterion" style="display: none;"> <div class="form_field"> <span class="form_label_comparator">≥</span> <input type="text" class="form_input_field_numerical" name="ct_ct_token_freq_abs_fr" id="ct_ct_token_freq_abs_fr"/> <input type="text" class="form_input_field_numerical" name="ct_ct_token_freq_abs_to" id="ct_ct_token_freq_abs_to" style="float:right;"/> <span class="form_label_comparator" style="float:right">≤</span> </div> <div class="form_label"> Zeichentrigramm-Korpusfrequenz absolut </div> <a class="doclink form_icon_question" href="/web/20230108113941/http://dlexdb.de/doc/ct_token_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a> <div style="clear:both;"></div> <input type="hidden" id="ct_ct_token_freq_abs_act" name="ct_ct_token_freq_abs_act" value="0"/> <input type="hidden" id="ct_ct_token_freq_abs_out" name="ct_ct_token_freq_abs_out" value="1"/> </div> <div id="ct_ct_token_freq_nor_group" class="form_criterion" style="display: none;"> <div class="form_field"> <span class="form_label_comparator">≥</span> <input type="text" class="form_input_field_numerical" name="ct_ct_token_freq_nor_fr" id="ct_ct_token_freq_nor_fr"/> <input type="text" class="form_input_field_numerical" name="ct_ct_token_freq_nor_to" id="ct_ct_token_freq_nor_to" style="float:right;"/> <span class="form_label_comparator" style="float:right">≤</span> </div> <div class="form_label"> Zeichentrigramm-Korpusfrequenz normalisiert </div> <a class="doclink form_icon_question" href="/web/20230108113941/http://dlexdb.de/doc/ct_token_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a> <div style="clear:both;"></div> <input type="hidden" id="ct_ct_token_freq_nor_act" name="ct_ct_token_freq_nor_act" value="0"/> <input type="hidden" id="ct_ct_token_freq_nor_out" name="ct_ct_token_freq_nor_out" value="0"/> </div> <div id="ct_ct_token_freq_abslog_group" class="form_criterion" style="display: none;"> <div class="form_field"> <span class="form_label_comparator">≥</span> <input type="text" class="form_input_field_numerical" name="ct_ct_token_freq_abslog_fr" id="ct_ct_token_freq_abslog_fr"/> <input type="text" class="form_input_field_numerical" name="ct_ct_token_freq_abslog_to" id="ct_ct_token_freq_abslog_to" style="float:right;"/> <span class="form_label_comparator" style="float:right">≤</span> </div> <div class="form_label"> Zeichentrigramm-Korpusfrequenz absolut log<sub>10</sub> </div> <a class="doclink form_icon_question" href="/web/20230108113941/http://dlexdb.de/doc/ct_token_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a> <div style="clear:both;"></div> <input type="hidden" id="ct_ct_token_freq_abslog_act" name="ct_ct_token_freq_abslog_act" value="0"/> <input type="hidden" id="ct_ct_token_freq_abslog_out" name="ct_ct_token_freq_abslog_out" value="0"/> </div> <div id="ct_ct_token_freq_norlog_group" class="form_criterion" style="display: none;"> <div class="form_field"> <span class="form_label_comparator">≥</span> <input type="text" class="form_input_field_numerical" name="ct_ct_token_freq_norlog_fr" id="ct_ct_token_freq_norlog_fr"/> <input type="text" class="form_input_field_numerical" name="ct_ct_token_freq_norlog_to" id="ct_ct_token_freq_norlog_to" style="float:right;"/> <span class="form_label_comparator" style="float:right">≤</span> </div> <div class="form_label"> Zeichentrigramm-Korpusfrequenz normalisiert log<sub>10</sub> </div> <a class="doclink form_icon_question" href="/web/20230108113941/http://dlexdb.de/doc/ct_token_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a> <div style="clear:both;"></div> <input type="hidden" id="ct_ct_token_freq_norlog_act" name="ct_ct_token_freq_norlog_act" value="0"/> <input type="hidden" id="ct_ct_token_freq_norlog_out" name="ct_ct_token_freq_norlog_out" value="0"/> </div> <div id="ct_ct_token_freq_rank_group" class="form_criterion" style="display: none;"> <div class="form_field"> <span class="form_label_comparator">≥</span> <input type="text" class="form_input_field_numerical" name="ct_ct_token_freq_rank_fr" id="ct_ct_token_freq_rank_fr"/> <input type="text" class="form_input_field_numerical" name="ct_ct_token_freq_rank_to" id="ct_ct_token_freq_rank_to" style="float:right;"/> <span class="form_label_comparator" style="float:right">≤</span> </div> <div class="form_label"> Zeichentrigramm-Korpusfrequenz, Frequenzrang </div> <a class="doclink form_icon_question" href="/web/20230108113941/http://dlexdb.de/doc/ct_token_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a> <div style="clear:both;"></div> <input type="hidden" id="ct_ct_token_freq_rank_act" name="ct_ct_token_freq_rank_act" value="0"/> <input type="hidden" id="ct_ct_token_freq_rank_out" name="ct_ct_token_freq_rank_out" value="0"/> </div> <div id="ct_ct_token_freq_rank123_group" class="form_criterion" style="display: none;"> <div class="form_field"> <span class="form_label_comparator">≥</span> <input type="text" class="form_input_field_numerical" name="ct_ct_token_freq_rank123_fr" id="ct_ct_token_freq_rank123_fr"/> <input type="text" class="form_input_field_numerical" name="ct_ct_token_freq_rank123_to" id="ct_ct_token_freq_rank123_to" style="float:right;"/> <span class="form_label_comparator" style="float:right">≤</span> </div> <div class="form_label"> Zeichentrigramm-Korpusfrequenz, Frequenzrang 123 </div> <a class="doclink form_icon_question" href="/web/20230108113941/http://dlexdb.de/doc/ct_token_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a> <div style="clear:both;"></div> <input type="hidden" id="ct_ct_token_freq_rank123_act" name="ct_ct_token_freq_rank123_act" value="0"/> <input type="hidden" id="ct_ct_token_freq_rank123_out" name="ct_ct_token_freq_rank123_out" value="0"/> </div> <div id="ct_ct_type_freq_abs_group" class="form_criterion" style="display: none;"> <div class="form_field"> <span class="form_label_comparator">≥</span> <input type="text" class="form_input_field_numerical" name="ct_ct_type_freq_abs_fr" id="ct_ct_type_freq_abs_fr"/> <input type="text" class="form_input_field_numerical" name="ct_ct_type_freq_abs_to" id="ct_ct_type_freq_abs_to" style="float:right;"/> <span class="form_label_comparator" style="float:right">≤</span> </div> <div class="form_label"> Zeichentrigramm-Lexikonfrequenz absolut </div> <a class="doclink form_icon_question" href="/web/20230108113941/http://dlexdb.de/doc/ct_type_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a> <div style="clear:both;"></div> <input type="hidden" id="ct_ct_type_freq_abs_act" name="ct_ct_type_freq_abs_act" value="0"/> <input type="hidden" id="ct_ct_type_freq_abs_out" name="ct_ct_type_freq_abs_out" value="1"/> </div> <div id="ct_ct_type_freq_nor_group" class="form_criterion" style="display: none;"> <div class="form_field"> <span class="form_label_comparator">≥</span> <input type="text" class="form_input_field_numerical" name="ct_ct_type_freq_nor_fr" id="ct_ct_type_freq_nor_fr"/> <input type="text" class="form_input_field_numerical" name="ct_ct_type_freq_nor_to" id="ct_ct_type_freq_nor_to" style="float:right;"/> <span class="form_label_comparator" style="float:right">≤</span> </div> <div class="form_label"> Zeichentrigramm-Lexikonfrequenz normalisiert </div> <a class="doclink form_icon_question" href="/web/20230108113941/http://dlexdb.de/doc/ct_type_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a> <div style="clear:both;"></div> <input type="hidden" id="ct_ct_type_freq_nor_act" name="ct_ct_type_freq_nor_act" value="0"/> <input type="hidden" id="ct_ct_type_freq_nor_out" name="ct_ct_type_freq_nor_out" value="0"/> </div> <div id="ct_ct_type_freq_abslog_group" class="form_criterion" style="display: none;"> <div class="form_field"> <span class="form_label_comparator">≥</span> <input type="text" class="form_input_field_numerical" name="ct_ct_type_freq_abslog_fr" id="ct_ct_type_freq_abslog_fr"/> <input type="text" class="form_input_field_numerical" name="ct_ct_type_freq_abslog_to" id="ct_ct_type_freq_abslog_to" style="float:right;"/> <span class="form_label_comparator" style="float:right">≤</span> </div> <div class="form_label"> Zeichentrigramm-Lexikonfrequenz absolut log<sub>10</sub> </div> <a class="doclink form_icon_question" href="/web/20230108113941/http://dlexdb.de/doc/ct_type_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a> <div style="clear:both;"></div> <input type="hidden" id="ct_ct_type_freq_abslog_act" name="ct_ct_type_freq_abslog_act" value="0"/> <input type="hidden" id="ct_ct_type_freq_abslog_out" name="ct_ct_type_freq_abslog_out" value="0"/> </div> <div id="ct_ct_type_freq_norlog_group" class="form_criterion" style="display: none;"> <div class="form_field"> <span class="form_label_comparator">≥</span> <input type="text" class="form_input_field_numerical" name="ct_ct_type_freq_norlog_fr" id="ct_ct_type_freq_norlog_fr"/> <input type="text" class="form_input_field_numerical" name="ct_ct_type_freq_norlog_to" id="ct_ct_type_freq_norlog_to" style="float:right;"/> <span class="form_label_comparator" style="float:right">≤</span> </div> <div class="form_label"> Zeichentrigramm-Lexikonfrequenz normalisiert log<sub>10</sub> </div> <a class="doclink form_icon_question" href="/web/20230108113941/http://dlexdb.de/doc/ct_type_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a> <div style="clear:both;"></div> <input type="hidden" id="ct_ct_type_freq_norlog_act" name="ct_ct_type_freq_norlog_act" value="0"/> <input type="hidden" id="ct_ct_type_freq_norlog_out" name="ct_ct_type_freq_norlog_out" value="0"/> </div> <div id="ct_ct_type_freq_rank_group" class="form_criterion" style="display: none;"> <div class="form_field"> <span class="form_label_comparator">≥</span> <input type="text" class="form_input_field_numerical" name="ct_ct_type_freq_rank_fr" id="ct_ct_type_freq_rank_fr"/> <input type="text" class="form_input_field_numerical" name="ct_ct_type_freq_rank_to" id="ct_ct_type_freq_rank_to" style="float:right;"/> <span class="form_label_comparator" style="float:right">≤</span> </div> <div class="form_label"> Zeichentrigramm-Lexikonfrequenz, Frequenzrang </div> <a class="doclink form_icon_question" href="/web/20230108113941/http://dlexdb.de/doc/ct_type_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a> <div style="clear:both;"></div> <input type="hidden" id="ct_ct_type_freq_rank_act" name="ct_ct_type_freq_rank_act" value="0"/> <input type="hidden" id="ct_ct_type_freq_rank_out" name="ct_ct_type_freq_rank_out" value="0"/> </div> <div id="ct_ct_type_freq_rank123_group" class="form_criterion" style="display: none;"> <div class="form_field"> <span class="form_label_comparator">≥</span> <input type="text" class="form_input_field_numerical" name="ct_ct_type_freq_rank123_fr" id="ct_ct_type_freq_rank123_fr"/> <input type="text" class="form_input_field_numerical" name="ct_ct_type_freq_rank123_to" id="ct_ct_type_freq_rank123_to" style="float:right;"/> <span class="form_label_comparator" style="float:right">≤</span> </div> <div class="form_label"> Zeichentrigramm-Lexikonfrequenz, Frequenzrang 123 </div> <a class="doclink form_icon_question" href="/web/20230108113941/http://dlexdb.de/doc/ct_type_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a> <div style="clear:both;"></div> <input type="hidden" id="ct_ct_type_freq_rank123_act" name="ct_ct_type_freq_rank123_act" value="0"/> <input type="hidden" id="ct_ct_type_freq_rank123_out" name="ct_ct_type_freq_rank123_out" value="0"/> </div> <script type="text/javascript"> Dlex.tree_def[0] = [ { 'id': 'surf', 'txt': '<span class=" ">Oberfl盲chenfilter</span>', 'items': [ { 'id': 'ct_cit', 'txt': '<span class="">Zeichentrigramm</span> <a class="doclink form_icon_question" href="/doc/ct_cit/" target="_blank" title="Dokumentation zu diesem Filter"></a>', 'check': 1, 'img': 'output2.gif' } ] }, { 'id': 'freq', 'txt': '<span class=" ">Frequenzfilter</span>', 'items': [ { 'id': 'ct_token_freq', 'txt': '<span class=" ">Zeichentrigramm-Korpusfrequenz</span>', 'items': [ { 'id': 'ct_token_freq_abs', 'txt': '<span class="">absolut</span> <a class="doclink form_icon_question" href="/doc/ct_token_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a>', 'img': 'output2.gif' }, { 'id': 'ct_token_freq_nor', 'txt': '<span class="">normalisiert</span> <a class="doclink form_icon_question" href="/doc/ct_token_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a>' }, { 'id': 'ct_token_freq_abslog', 'txt': '<span class="">absolut log<sub>10</sub></span> <a class="doclink form_icon_question" href="/doc/ct_token_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a>' }, { 'id': 'ct_token_freq_norlog', 'txt': '<span class="">normalisiert log<sub>10</sub></span> <a class="doclink form_icon_question" href="/doc/ct_token_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a>' }, { 'id': 'ct_token_freq_rank', 'txt': '<span class="">Rang</span> <a class="doclink form_icon_question" href="/doc/ct_token_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a>' }, { 'id': 'ct_token_freq_rank123', 'txt': '<span class="">Rang 123</span> <a class="doclink form_icon_question" href="/doc/ct_token_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a>' } ] } , { 'id': 'ct_type_freq', 'txt': '<span class=" ">Zeichentrigramm-Lexikonfrequenz</span>', 'items': [ { 'id': 'ct_type_freq_abs', 'txt': '<span class="">absolut</span> <a class="doclink form_icon_question" href="/doc/ct_type_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a>', 'img': 'output2.gif' }, { 'id': 'ct_type_freq_nor', 'txt': '<span class="">normalisiert</span> <a class="doclink form_icon_question" href="/doc/ct_type_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a>' }, { 'id': 'ct_type_freq_abslog', 'txt': '<span class="">absolut log<sub>10</sub></span> <a class="doclink form_icon_question" href="/doc/ct_type_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a>' }, { 'id': 'ct_type_freq_norlog', 'txt': '<span class="">normalisiert log<sub>10</sub></span> <a class="doclink form_icon_question" href="/doc/ct_type_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a>' }, { 'id': 'ct_type_freq_rank', 'txt': '<span class="">Rang</span> <a class="doclink form_icon_question" href="/doc/ct_type_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a>' }, { 'id': 'ct_type_freq_rank123', 'txt': '<span class="">Rang 123</span> <a class="doclink form_icon_question" href="/doc/ct_type_freq/" target="_blank" title="Dokumentation zu diesem Filter"></a>' } ] } ] } ] </script> </div><!-- filters --> </div><!-- panel --> </form> <div id="form_criterion_head" class="form_criterion"> <div> <div id="form_icon_search"><!-- .form_icon_search_active --> <div id="submit_button" class="pseudolink">Abfrage ausf眉hren</div> </div> </div> <div style="clear: both;"></div> </div> </div><!-- searchpage_main_content --> <div id="searchpage_main_content_right"> <div class="div_left_vr"> </div> <div id="tree_container0" class="tree_container"> <h2>Filterauswahl</h2> <div id="filter_tree0" class="tree_pos"></div> </div> </div><!-- searchpage_main_content_right --> <div id="results_cnt" style="clear: both"></div> <div id="results"></div> </div><!-- searchpage_main --> </div><!-- content_main --> <div style="clear: both;"></div> </div> </div> </div> <div id="footer"> <div class="block"> <dl> <dt>dlexDB</dt> <dd> <a href="/web/20230108113941/http://dlexdb.de/search/typposlem/">dlexDB-Abfrage</a> </dd> <dt>Dokumentation</dt> <dd> <a class="active" href="/web/20230108113941/http://dlexdb.de/documentation/overview/">脺berblick</a> / <a href="/web/20230108113941/http://dlexdb.de/documentation/search/">dlexDB-Abfrage</a> / <a href="/web/20230108113941/http://dlexdb.de/documentation/variables/">Variablen</a> </dd> <dt> </dt> <dd> <a href="/web/20230108113941/http://dlexdb.de/documentation/corpora/">Korpusgrundlage</a> / <a href="/web/20230108113941/http://dlexdb.de/documentation/references/">Referenzen</a> </dd> <dt>Projekt</dt> <dd> <a href="/web/20230108113941/http://dlexdb.de/project/description/">Beschreibung</a> / <a href="/web/20230108113941/http://dlexdb.de/project/publications/">Ver枚ffentlichungen</a> / <a href="/web/20230108113941/http://dlexdb.de/project/staff/">Mitarbeiter</a> </dd> <dt>Partner</dt> <dd> <a href="https://web.archive.org/web/20230108113941/http://www.uni-potsdam.de/" target="_blank">Universit盲t Potsdam</a> / <a href="https://web.archive.org/web/20230108113941/http://www.bbaw.de/" target="_blank">BBAW</a> / <a href="https://web.archive.org/web/20230108113941/http://www.dfg.de/" target="_blank">DFG</a> </dd> </dl> <p>Inhalte dieser Seite sind © Copyright 2008-2012 dlex Projekt, DWDS Projekt, Universit盲t Potsdam.</p> <a id="logo_dfg" href="https://web.archive.org/web/20230108113941/http://www.dfg.de/"><img src="/web/20230108113941im_/http://dlexdb.de/media/img/DFG.png" alt="DFG" title="DFG"/></a> <a id="logo_bbaw" href="https://web.archive.org/web/20230108113941/http://www.bbaw.de/"><img src="/web/20230108113941im_/http://dlexdb.de/media/img/BBAW_Logo_KLEIN_sw.gif" alt="BBAW" title="BBAW"/></a> <a id="logo_up" href="https://web.archive.org/web/20230108113941/http://www.uni-potsdam.de/"><img src="/web/20230108113941im_/http://dlexdb.de/media/img/Unilogo_80.png" alt="Universit盲t Potsdam" title="Universit盲t Potsdam"/></a> <!-- Piwik --> <script type="text/javascript"> var pkBaseURL = (("https:" == document.location.protocol) ? "https://web.archive.org/web/20230108113941/https://dlexdb.de/piwik/" : "https://web.archive.org/web/20230108113941/http://dlexdb.de/piwik/"); document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E")); </script><script type="text/javascript"> try { var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1); piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); } catch( err ) {} </script><noscript><p><img src="https://web.archive.org/web/20230108113941im_/http://dlexdb.de/piwik/piwik.php?idsite=1" style="border:0" alt=""/></p></noscript> <!-- End Piwik Tracking Code --> </div> </div> </body> </html> <!-- FILE ARCHIVED ON 11:39:41 Jan 08, 2023 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 20:59:14 Feb 26, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.488 exclusion.robots: 0.027 exclusion.robots.policy: 0.016 esindex: 0.009 cdx.remote: 31.4 LoadShardBlock: 176.244 (3) PetaboxLoader3.datanode: 108.404 (4) PetaboxLoader3.resolve: 316.137 (2) load_resource: 319.159 -->