CLMBRs / ultk

A library for research in unnatural language semantics
GNU General Public License v3.0
6 stars 2 forks source link

Let referents be a frozenset, not tuple, of elements #33

Open nathimel opened 4 months ago

nathimel commented 4 months ago

To ensure that Meanings and Universes satisfy extensionality 🧐, and do not end up being not equal based on order of elements, let them be frozensets, not tuples. Then, let _dist be a frozenset of (tuples) pairs of (Referent, probability).