AplikaceAplikace
Nastavení

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:eebo:multiword [2016/11/14 05:08] – [Searching the corpus] kristinavalentinyovaen:eebo:multiword [2018/07/30 14:53] (current) vaclavcvrcek
Line 6: Line 6:
 If searching for one specific form such as //is arrived//, we may use the //Phrase// query type as described in our [[en:eebo:first_query|first lesson ]]. If searching for one specific form such as //is arrived//, we may use the //Phrase// query type as described in our [[en:eebo:first_query|first lesson ]].
  
-However, in this case we want to find all the possible variants, //am come//, //are come// the query can be written in [[en:pojmy:dotazovaci_jazyk|CQL]] (Corpus Query Language) using a number of regular expressions. Furthermore, the CQL query mode in the [[en:kontext| KonText]] interface is case sensitive, and therefore both variants should be included in the query in order for us to obtain as many relevant hits as possible.+However, in this case we want to find all the possible variants, //am come//, //are come// the query can be written in [[en:pojmy:dotazovaci_jazyk|CQL]] (Corpus Query Language) using a number of regular expressions. Furthermore, the CQL query mode in the [[en:manualy:kontext:index|KonText]] interface is case sensitive, and therefore both variants should be included in the query in order for us to obtain as many relevant hits as possible.
  
 For example, searching for the two forms of the verb //am// and //are// simultaneously requires use of the vertical bar ''|'', which is a regular expression functioning as "or", i.e. it returns either //am// or //are//. Such a query is written as ''[word="am"]|[word="are"]'' For example, searching for the two forms of the verb //am// and //are// simultaneously requires use of the vertical bar ''|'', which is a regular expression functioning as "or", i.e. it returns either //am// or //are//. Such a query is written as ''[word="am"]|[word="are"]''