Sha256: d8d631cad9687fa19183ceeb86608d628b9b95cc7146d17b3493234ff4f8ee14
Contents?: true
Size: 525 Bytes
Versions: 5
Compression:
Stored size: 525 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 = "nl" pos_tag_set = "alpino" constituent_tag_set = "alpino"
Version data entries
5 entries across 5 versions & 1 rubygems