Sha256: 3cc6de5342670c7f478e6540d7d86d76b788c8b7a5411803c33713e2c55d5bdd
Contents?: true
Size: 527 Bytes
Versions: 5
Compression:
Stored size: 527 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 = "it" pos_tag_set = "tutpenn" constituent_tag_set = "tutpenn"
Version data entries
5 entries across 5 versions & 1 rubygems