feat: enhance Universal Illogics dictionary with engineering contradiction markers
Browse files
src/trignum_core/subtractive_filter.py
CHANGED
|
@@ -129,6 +129,9 @@ class SubtractiveFilter:
|
|
| 129 |
("everywhere", "nowhere"),
|
| 130 |
("everything", "nothing"),
|
| 131 |
("must", "cannot"),
|
|
|
|
|
|
|
|
|
|
| 132 |
]
|
| 133 |
|
| 134 |
for pos, neg in contradiction_markers:
|
|
|
|
| 129 |
("everywhere", "nowhere"),
|
| 130 |
("everything", "nothing"),
|
| 131 |
("must", "cannot"),
|
| 132 |
+
("offline", "connection"),
|
| 133 |
+
("unreachable", "connect"),
|
| 134 |
+
("deleted", "update"),
|
| 135 |
]
|
| 136 |
|
| 137 |
for pos, neg in contradiction_markers:
|