Make sure sorted

This commit is contained in:
Jan Krepl 2021-03-09 10:49:53 +01:00
parent 3f3e8110dc
commit f26b61e001

View File

@ -195,7 +195,7 @@ class EntityRuler(Pipe):
all_labels.add(label)
else:
all_labels.add(l)
return tuple(all_labels)
return tuple(sorted(all_labels))
def initialize(
self,