##
## registry entry for corpus HOLMES-DE
##

# long descriptive name for the corpus
NAME "Excerpts from 'Hound of the Baskervilles' (German translation, UTF-8)"
# corpus ID (must be lowercase in registry!)
ID   holmes-de
# path to binary data files
HOME data/holmes_de
# optional info file (displayed by "info;" command in CQP)
# INFO holmes/de/.info

# corpus properties provide additional information about the corpus:
##:: charset = "utf8"	# character encoding of corpus data
##:: language = "de"	# insert ISO code for language (de, en, fr, ...)
#========================================================================#


##
## p-attributes (token annotations)
##

ATTRIBUTE word
ATTRIBUTE pos
ATTRIBUTE lemma


##
## s-attributes (structural markup)
##

# <p num=".."> ... </p>
STRUCTURE p
STRUCTURE p_num	# [annotations]

# <s id=".."> ... </s>
STRUCTURE s
STRUCTURE s_id	# [annotations]
