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

Version Path
opener-coreference-base-2.1.1 core/corefgraph/properties/properties_it.py
opener-coreference-base-2.1.0 core/corefgraph/properties/properties_it.py
opener-coreference-base-2.0.3 core/corefgraph/properties/properties_it.py
opener-coreference-base-2.0.2 core/corefgraph/properties/properties_it.py
opener-coreference-base-2.0.1 core/corefgraph/properties/properties_it.py