ufal / perin

PERIN is Permutation-Invariant Semantic Parser developed for MRP 2020
45 stars 4 forks source link

filter_nonalnum #8

Closed lifengjin closed 3 years ago

lifengjin commented 3 years ago

https://github.com/ufal/perin/blob/51a46ad68eb3b4e02a8328518b92336db957076e/utility/label_processor.py#L29

Here the class calls a method called filter_out_nonalnum, but only filter_nonalnum is implemented. I assume they are the same, but want to make sure.

davda54 commented 3 years ago

Thank you very much for noticing, you're right :) It should be corrected now, so I'm closing this issue.