Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to calculate difficulty metric?
    primarykey
    data
    text
    <p><strong>Note:</strong> I have completely changed the original question!</p> <p>I do have several texts, which consists of several words. Words are categorized into difficulty categories from 1 to 6, 1 being the easiest one and 6 the hardest (or from common to least common). However, obviously not all words can be put into these categories, because they are countless words in the english language. </p> <p>Each category has twice as many words as the category before.</p> <ol> <li>Level: 100 words in total (100 new)</li> <li>Level: 200 words in total (100 new)</li> <li>Level: 400 words in total (200 new)</li> <li>Level: 800 words in total (400 new)</li> <li>Level: 1600 words in total (800 new)</li> <li>Level: 3200 words in total (1600 new)</li> </ol> <p>When I use the term level 6 below, I mean <strong>introduced</strong> in level 6. So it is part of the 1600 new words and can't be found in the 1600 words up to level 5.</p> <p>How would I rate the difficulty of an individual text? Compare these texts:</p> <h2>An easy one</h2> <p>would only consist of very basic vocabulary:</p> <pre><code>I drive a car. </code></pre> <p>Let's say these are 4 level 1 words.</p> <h2>A medium one</h2> <pre><code>This old man is cretinous. </code></pre> <p>This is a very basic sentence which only comes with one difficult word. </p> <h2>A hard one</h2> <p>would have some advanced vocabulary in there too:</p> <pre><code>I steer a gas guzzler. </code></pre> <p>So how much more difficult is the second or third of the first one? Let's compare text 1 and text 3. <code>I</code> and <code>a</code> are still level 1 words, <code>gas</code> might be lvl 2, <code>steer</code> is 4 and <code>guzzler</code> is not even in the list. <code>cretinous</code> would be level 6. <strong>How to calculate a difficulty of these texts, now that I've classified the vocabulary?</strong></p> <p>I hope it is more clear what I want to do now.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload