Open pfeyz opened 6 years ago
instead of a set.
https://github.com/pfeyz/colag-irrel-and-ambig/blob/master/colag/colag.py#L112
By storing them in a set we end up taking
and representing both of them only once. We don't want to lose that frequency information (I think?)
hm... I think this is debatable.
instead of a set.
https://github.com/pfeyz/colag-irrel-and-ambig/blob/master/colag/colag.py#L112
By storing them in a set we end up taking
and representing both of them only once. We don't want to lose that frequency information (I think?)