AplikaceAplikace
Nastavení

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:cnk:intercorp:verze13ud [2022/06/25 16:00] – [Examples of queries] alexandrrosenen:cnk:intercorp:verze13ud [2022/06/25 16:32] – [Examples of queries] alexandrrosen
Line 362: Line 362:
 <code>[deprel="nsubj" & lemma="bird"]</code> <code>[deprel="nsubj" & lemma="bird"]</code>
  
-  * [[https://www.korpus.cz/kontext/view?q=~YqKMIaOKMUQ0|This query]] finds occurrences of //bird//(//s//) as the subject. Najde napřvětu //A few **birds** flew off in disgust.// +  * [[https://www.korpus.cz/kontext/view?q=~YqKMIaOKMUQ0|This query]] finds occurrences of //bird//(//s//) as the subject. The query finds e.g. the sentence //A few **birds** flew off in disgust.// 
   * The verbs governing the subject can be listed using in the frequency distribution according to the ''p_lemma'' attribute (in the KonText menu: ''%%Frequency / Custom... / Attribute: p_lemma%%'').   * The verbs governing the subject can be listed using in the frequency distribution according to the ''p_lemma'' attribute (in the KonText menu: ''%%Frequency / Custom... / Attribute: p_lemma%%'').
  
Line 370: Line 370:
  
   * Finds accusative nominals, i.e. pronominal forms such as //her// or //themselves//, preceded by the preposition //about//. In English, only such forms are annotated as ''%%case="Acc"%%''. For nouns, the ''case'' attribute is not specified.((In the current release, only very few occurrences of personal pronouns in the subject position (such as //she//) are annotated as ''%%case="Nom"%%''.))    * Finds accusative nominals, i.e. pronominal forms such as //her// or //themselves//, preceded by the preposition //about//. In English, only such forms are annotated as ''%%case="Acc"%%''. For nouns, the ''case'' attribute is not specified.((In the current release, only very few occurrences of personal pronouns in the subject position (such as //she//) are annotated as ''%%case="Nom"%%''.)) 
-  * To extend the search to all nouns, drop ''%%case="Acc"%%''. The query ''%%[case_lemma="about"]%%'' finds all nominals governing the preposition //about//, i.e. all nominals in prepositional phrases beginning with this preposition.+  * To extend the search to all nouns, drop ''%%case="Acc"%%''. The query ''%%[case_lemma="about"]%%'' finds all nominals governing the preposition //about//, i.e. all nominals in prepositional phrases beginning with this preposition, including sentences such as //‘May I ask **what** this is all about, sir?’ said Bigwig.//
   * The governing verbs can be listed using frequency distribution according to the ''p_lemma'' attribute (in the KonText menu: ''%%Frequency / Custom... / Attribute: p_lemma%%'').   * The governing verbs can be listed using frequency distribution according to the ''p_lemma'' attribute (in the KonText menu: ''%%Frequency / Custom... / Attribute: p_lemma%%'').
  
Line 377: Line 377:
 <code>[deprel="obj" & case="Dat" | deprel="conj" & p_deprel="obj" & case="Dat"]</code> <code>[deprel="obj" & case="Dat" | deprel="conj" & p_deprel="obj" & case="Dat"]</code>
 - Finds dative objects, even non-initial conjuncts. - Finds dative objects, even non-initial conjuncts.
 +Such a query finds e.g. the sentence //In Trump, they have found a shameless **frontman** and TV **personality** who will do their bidding.//
  
 <code>[deprel="nsubj" & upos="PROPN" | deprel="conj" & p_deprel="nsubj" & upos="PROPN"]</code>  <code>[deprel="nsubj" & upos="PROPN" | deprel="conj" & p_deprel="nsubj" & upos="PROPN"]</code>