conjunction

Purpose

The function is used to search for conjunctions. It duplicates the functionality of the functions lemma(), stem(), form(), partofspeech() allowing to write a query in a more concise way.

Syntax

conjunction()

conjunction(argument)

Arguments

The function accepts single argument. When used without arguments, the function matches any conjunction.

Returned Value

Documents matching the query.

Examples

conjunction() = lemma(conjunction) matches all conjunctions in the text.

conjunction(as) = lemma(conjunction, as) matches all occurrences of the conjunction "as" in the text.