#!/usr/bin/perl -w # negation: ! ~ - # conjunction: ^ & && # disjunction: v | || # top: true top # bottom: false bottom # implication: -> <- # equivalence: <-> # prop.letters: p P P[0-9]+ (all words excluding the letter v) # nominals: n N N[0-9]+ (all words excl...) # relations: r R R[0-9]+ (...) # diamonds: <>