Sha256: a048e7605246676259881d2aff012ed87fc143c0525f8f3f9b51c8556bb71780
Contents?: true
Size: 523 Bytes
Versions: 5
Compression:
Stored size: 523 Bytes
Contents
# coding=utf-8 """ General properties Tagset values for each language as specified in resources/tagset. Currently, we use POS, Syntactic Constituents and NER types tagsets. The nomenclature for the files in resources/target is used to instantiate the variables below. For example, pos_tag_set will expect a file end in '_pos', such as 'tagset_pos'. The same applies to '_constituent' and '_ner'. """ __author__ = 'Rodrigo Agerri <rodrigo.agerri@ehu.es>' lang = "de" pos_tag_set = "negra" constituent_tag_set = "negra"
Version data entries
5 entries across 5 versions & 1 rubygems