var fDesc=new Array(); fDesc[0] = "kfNgram is a free stand-alone Windows program for linguistic research which generates lists of n-grams in text and HTML files.

Here n-gram is understood as a sequence of either n words, where n can be any positive integer, also known as lexical bundles, chains, wordgrams, and, in WordSmith, clusters, or else of n characters, also known as chargrams. When not further specified here, n-gram refers to wordgrams.

kfNgram also produces and displays lists of "phrase-frames", i.e. groups of wordgrams identical but for a single word.

kfNgram features an intuitive graphic user interface and offers numerous options."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }