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 revision
Previous revision
Next revisionBoth sides next revision
en:cnk:intercorp:verze13ud [2022/07/03 18:16] – [Examples of queries] alexandrrosenen:cnk:intercorp:verze13ud [2022/07/03 18:30] – [Examples of queries] alexandrrosen
Line 380: Line 380:
   * Note that for coordinated constituents, a separate concordance is shown for each conjunct.   * Note that for coordinated constituents, a separate concordance is shown for each conjunct.
   * Either the keyword's ''deprel'' denotes the direct or indirect object (''%%deprel="i?obj"%%'', or -- equivalently -- ''%%deprel="obj|iobj"%%''), or the keyword's ''deprel'' is ''conj'' (''%%deprel="conj"%%'') and depends on a direct or indirect object (''%%p_deprel="i?obj"%%''), i.e. it is the non-initial conjunct in a coordinated constituent functioning as direct or indirect object.   * Either the keyword's ''deprel'' denotes the direct or indirect object (''%%deprel="i?obj"%%'', or -- equivalently -- ''%%deprel="obj|iobj"%%''), or the keyword's ''deprel'' is ''conj'' (''%%deprel="conj"%%'') and depends on a direct or indirect object (''%%p_deprel="i?obj"%%''), i.e. it is the non-initial conjunct in a coordinated constituent functioning as direct or indirect object.
 +
 +=== Proper nouns as subjects, also as conjuncts ===
  
 <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> 
-- Finds proper nouns as subjects, even non-initial conjuncts.+ 
 +  * [[https://www.korpus.cz/kontext/view?q=~cuIC4msKMsAW|This query]] finds proper nouns as subjects, including non-initial conjuncts. 
 +  * Concordances include sentences such as //And what does **Crump** say?// or //“I never even saw her,” said **Pat**.//
  
 <code>[upos="NOUN" & case="Ins" & deprel="obj" & p_feats="VerbForm=Inf"]</code> <code>[upos="NOUN" & case="Ins" & deprel="obj" & p_feats="VerbForm=Inf"]</code>