JSNU Logo
CECPC_Core / POS-CQP Tagged corpus and CQP search

CECPC_Core / POS-CQP

Use simple keyword search for raw text, or CQP syntax for BlackLab KWIC search.

Simple Search

CQP Syntax

How to Read CQP and POS Tags

CQP uses brackets for token constraints. word is the surface form, lemma is the base form, and pos is the part-of-speech tag; regular expressions can combine conditions.

Examples: [pos="NN.*"] finds nouns, [lemma="develop"] finds the lemma develop, and [word="data" & pos="NN.*"] combines word and POS constraints.