# Annotation configuration for a simple example part-of-speech and # dependency annotation task. [entities] # POS tags from Petrov et al. (2011) A universal part-of-speech tagset. # (with "PUNCT" instead of ".") # Note that an alternative representation with only a single type # (e.g. "Token") type and POS tags as attributes is also possible. ADJ ADP ADV CONJ DET NOUN NUM PRON PRT VERB X PUNCT [relations] # Dependency types and hierarchy from de Marneffe and Manning (2008) # Stanford typed dependencies manual. For simplicity, defining only # a (somewhat arbitrary) subset. # Note that any dependency is allowed between any pair of tokens # regardless of POS, which is simple to define but allows many # syntactically invalid combinations. = root Arg1:, Arg2: dep Arg1:, Arg2: aux Arg1:, Arg2: arg Arg1:, Arg2: comp Arg1:, Arg2: obj Arg1:, Arg2: subj Arg1:, Arg2: cc Arg1:, Arg2: conj Arg1:, Arg2: expl Arg1:, Arg2: mod Arg1:, Arg2: amod Arg1:, Arg2: det Arg1:, Arg2: nn Arg1:, Arg2: num Arg1:, Arg2: prep Arg1:, Arg2: punct Arg1:, Arg2: [attributes] [events] # none defined