udapi.block.ud.es.fixverbfeats module

Block to fix features (and potentially lemmas) of verbs in UD Spanish-PUD.

class udapi.block.ud.es.fixverbfeats.FixVerbFeats(zones='all', if_empty_tree='process', **kwargs)[source]

Bases: Block

process_node(node)[source]

The features assigned to verbs in Spanish PUD are often wrong, although the annotation was (reportedly) done manually. For example, infinitives are tagged with VerbForm=Fin instead of VerbForm=Inf.