A tagset is a list of part-of-speech tags (POS tags for short), i.e. labels used to indicate the part of speech and sometimes also other grammatical categories (case, tense etc.) of each token in a text corpus.
Lamap part-of-speech tagset is available in Latin corpora annotated by the tool TreeTagger that was developed by Helmut Schmid in the TC project at the Institute for Computational Linguistics of the University of Stuttgart.
An Example of a tag in the CQL concordance search box: [tag="N"]
finds all nouns, e.g. nihil, cause (note: please make sure that you use straight double quotation marks)
Tagset
TAG | Part of speech | Example |
N | noun | salus |
V | verb | sapere |
PUN | punctuation | , |
ADJ | adjective | Gregorii |
C | Conjunction | et |
ADV | adverb | forsitan |
PRE | preposition | ab |
PRO | pronoun | te |
P | participle | dictum |
NUM | numeral | 3, duos |
E | eclamation | Ma |
NONLAT | nonlatin word | |
SUPINE | supine (verb) | petitum |
Source: http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/Lamap-Tagset.pdf (used tagset in Sketch Engine is simplified)