(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

How relatedness between words affects text complexity

What is it about?

We measure relatedness between words by counting word-co-occurrence in very large collections of text. Then, mathematical measures of relatedness are used to predict the complexity of any new text.

Why is it important?

It is a useful approach that supplements traditional readability formulas and helps predict complexity of texts for teachers, parents and students.

Read more on Kudos…
The following have contributed to this page:
Michael Flor
' ,"url"));