pfeyz / colag-irrel-and-ambig

0 stars 1 forks source link

Colag domain object should store sentences in a list #5

Open pfeyz opened 6 years ago

pfeyz commented 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?)

pfeyz commented 6 years ago

hm... I think this is debatable.