sarcophagus:carcass:tutorials:advanced_2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
sarcophagus:carcass:tutorials:advanced_2 [2012/06/02 18:12] erossarcophagus:carcass:tutorials:advanced_2 [2012/06/04 14:49] – [Smart Query Editor] eros
Line 6: Line 6:
 ==== Smart Query Editor ==== ==== Smart Query Editor ====
  
 +Now try using //Sort// to sort the results alphabetically by //match// (refer to the [[sarcophagus:carcass:tutorials:basic_3#sorting_results|basic tutorial]] if you don't remember how to do that).
  
 +You'll notice that there are 25 pages of results, if you want to move directly to a particular page, you can type the page number directly into the box.
 +
 +Try typing **8** into the box and press enter on your keyboard: you'll be taken directly to page 8 of the result set.
 +
 +{{ :sarcophagus:carcass:tutorials:advanced:060_browse_results.png?950 }}
 +
 +Now let's get back to the //Smart Query Editor// and try a different query:
 +
 +  * first of all, reset the previous query by clicking on ''Clear form''
 +
 +\\
 +
 +{{ :sarcophagus:carcass:tutorials:advanced:070_clear_form.png?950 }}
 +
 +\\
 +
 +  * then fill out the form like this:
 +    * Position 1: in the //Lemma// box type ''apply''
 +    * Position 2: in the //Part of speech// drop-down list select ''Determiner''
 +    * Position 3: in the //Part of speech// drop-down list select ''Noun''
 +    * click on ''Submit''
 +
 +\\
 +
 +{{ :sarcophagus:carcass:tutorials:advanced:080_smart_query_2.png?950 }}
 +
 +\\
 +
 +This query returns all occurrences of the the verb "apply" (in all its inflected forms), followed by a determiner and a noun.
 +
 +\\
 +
 +{{ :sarcophagus:carcass:tutorials:advanced:090_query_2_results.png?950 }}
 +
 +\\
 +
 +There might be errors in the results (e.g. sometimes the second word will not be a determiner or the third will not be a noun): they are due to inaccuracies in the pos-tagging of the corpus. This kind of errors are to be expected when dealing with automatically tagged corpora (such as the //UkWaC// corpus we are using in this tutorial).
 +
 +Here again, sorting results by match could be useful.
 +
 +In the [[sarcophagus:carcass:tutorials:advanced_3|next part]] of the tutorial you'll learn about //optional positions//.
  
 ======= ======= ======= =======