edponce / FACET

Framework for Annotation and Concept Extraction in Text
Other
2 stars 0 forks source link

Rework set/get methods of classes #10

Closed edponce closed 4 years ago

edponce commented 4 years ago

Classes often have similar or the same set/get methods, so that configuration options are handled consistently. Nevertheless, duplicate code should be avoided.

edponce commented 4 years ago

Added NAME attribute to classes and get_'class'() methods in init.py to consistently resolve class/object types. Removed some get/set methods.