public class ConvertToCNF
extends java.lang.Object
Constructor and Description |
---|
ConvertToCNF() |
Modifier and Type | Method and Description |
---|---|
static Sentence |
convert(Sentence s)
Returns the specified sentence in its logically equivalent conjunctive
normal form.
|