GEM-benchmark / NL-Augmenter

NL-Augmenter 🦎 → 🐍 A Collaborative Repository of Natural Language Transformations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Breaking Line in Gender Neutral Rewrite Transformation

boyleconnor opened this issue · comments

This line is breaking the package.

self.nlp = ... should go under the __init__() method.

@tonysun9 it looks like this bug is in your transformation. Could you please fix this?

Thanks for pointing this out. Made a PR here: #324.