function queryKorAPpoliqarp(query) { | |
window.open('http://korap.ids-mannheim.de/kalamar/?ql=poliqarp&q='+encodeURIComponent(query), 'KorAP'); | |
} | |
function queryKorAPalternatives(alt1, alt2) { | |
queryKorAPpoliqarp("{1:[orth="+ alt1 +"]} | {2:[orth=" + alt2 +"]}"); | |
} | |
function paradigmatorClick(e, target, paradigmator) { | |
if (e.which === 2) { | |
e.preventDefault(); | |
queryKorAPalternatives(target, paradigmator); | |
return false; | |
} | |
} |