0

I wrote:

atomic_labels = ["xWant", "oWant", "xAttr", "xNeed", "xIntent", "xEffect", "xReact", "oReact", "oEffect"]

for label in atomic_labels:
    PROCESSORS["atomic_" + label.lower()] = lambda: AtomicProcessor([label, "other"])

However, it seems that it initalized all classes with the last label ([oEffect, other])

Ahmad
  • 8,811
  • 11
  • 76
  • 141

0 Answers0