article

Purpose

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

Syntax

article()

article(argument)

Arguments

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

Returned Value

Documents matching the query.

Examples

article() = lemma(article) matches all articles in the text.

article(an) = partofspeech(article, an) matches all occurrences of the indefinite article "an".