An add-on for caspailleur to work with Pattern Structures
A Pattern Structure (D, ⊑)
represents a description space D
where every two descriptions can be compared by a "less precise" operator ⊑
.
For example, if D
is a set of ngrams then ngram (hello,)
is less precise then (hello, world)
: (hello, ) ⊑ (hello, world)
,
that is every ngram that contains (hello, world)
contains (hello,)
.
Important
The latest version v0.1 is fully functioning but published without proper README.md in order to meet the submission deadlines of CONCEPTS'25 conference. README.md and some Quality-of-Life improvements will come soon.