AplikaceAplikace
Nastavení

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
en:pojmy:dotazovaci_jazyk [2016/11/08 17:52] – created veronikapojarovaen:pojmy:dotazovaci_jazyk [2016/11/08 18:05] veronikapojarova
Line 13: Line 13:
 where the attribute is [[en:pojmy:atributy_pozicni|positional]] (word, lemma, tag etc.), the value is the search term itself, or a pattern specified with the help of [[en:pojmy:regularni_vyrazy|regular expressions]]. The query can also include limitations on [[en:pojmy:atributy_strukturni|structural attributes]] (sentence, doc, opus), where it is also possible to specify other values (e.g.  for opuses it is the publication year, genre, author etc.). Limitations for structural attributes are, unlike those for positional attributes, written in  [[en:kurz:zobrazeni_dotazu#jak_vypada_tzv_vertikala|in pointed brackets]] (e.g. ''<s id=%%"10"%%/>''); see a more detailed and complete description of the [[https://www.sketchengine.co.uk/corpus-querying/|CQL ]]. CQL is a formal language which has a precise (and finite) definition. CQL supports some elements of traditional [[en:pojmy:regularni_vyrazy|regular]] languages ((E.g. quantificators, round brackets and logical operators.)), but it also supports expanded, specifically corpus-related commands such as ''[[en:pojmy:within|within]]'', ''[[en:pojmy:meet|meet]]'', ''[[en:pojmy:union|union]]'' or ''[[en:pojmy:containing|containing]]'', which work with the structure of the corpus. where the attribute is [[en:pojmy:atributy_pozicni|positional]] (word, lemma, tag etc.), the value is the search term itself, or a pattern specified with the help of [[en:pojmy:regularni_vyrazy|regular expressions]]. The query can also include limitations on [[en:pojmy:atributy_strukturni|structural attributes]] (sentence, doc, opus), where it is also possible to specify other values (e.g.  for opuses it is the publication year, genre, author etc.). Limitations for structural attributes are, unlike those for positional attributes, written in  [[en:kurz:zobrazeni_dotazu#jak_vypada_tzv_vertikala|in pointed brackets]] (e.g. ''<s id=%%"10"%%/>''); see a more detailed and complete description of the [[https://www.sketchengine.co.uk/corpus-querying/|CQL ]]. CQL is a formal language which has a precise (and finite) definition. CQL supports some elements of traditional [[en:pojmy:regularni_vyrazy|regular]] languages ((E.g. quantificators, round brackets and logical operators.)), but it also supports expanded, specifically corpus-related commands such as ''[[en:pojmy:within|within]]'', ''[[en:pojmy:meet|meet]]'', ''[[en:pojmy:union|union]]'' or ''[[en:pojmy:containing|containing]]'', which work with the structure of the corpus.
  
-A simultaneous query for more than one position (i.e. word sequence or wider context) is formed simply by the concatenation of the individual queries for each successive position. E.g. the query ''[lemma=<nowiki>"</nowiki>mít<nowiki>"</nowiki>][][lemma=<nowiki>"</nowiki>srdce<nowiki>"</nowiki>]'' searches for all occurrences of the lemmas //mít// //srdce//, in between which there is one position (i.e. word or interpunction).+A simultaneous query for more than one position (i.e. word sequence or wider context) is formed simply by the concatenation of the individual queries for each successive position. E.g. the query ''[lemma=<nowiki>"</nowiki>have<nowiki>"</nowiki>][][lemma=<nowiki>"</nowiki>heart<nowiki>"</nowiki>]'' searches for all occurrences of the lemmas //have// and //heart//, in between which there is one position (i.e. word or punctuation).
  
 Následující příklad dotazovacího jazyka korpusového manažeru Manatee najde všechny doklady spojení typu „bez chuti a bez zápachu“, „bez práce, bez peněz“ apod. vyskytující se v korpusu uvnitř jedné věty (struktura ''<s/>'', viz [[pojmy:atributy_strukturni|strukturní atributy]]):  Následující příklad dotazovacího jazyka korpusového manažeru Manatee najde všechny doklady spojení typu „bez chuti a bez zápachu“, „bez práce, bez peněz“ apod. vyskytující se v korpusu uvnitř jedné věty (struktura ''<s/>'', viz [[pojmy:atributy_strukturni|strukturní atributy]]):