Class CELT

java.lang.Object
com.articulate.sigma.CELT

public class CELT extends Object
Class for invoking CELT.
  • Constructor Details

    • CELT

      public CELT() throws IOException
      Create a running instance of CELT.
      Throws:
      IOException - should not normally be thrown unless either Prolog executable or CELT startup file name are incorrect
  • Method Details

    • submit

      public String submit(String sentence) throws IOException
      Submit a sentence, terminated by a period or question mark and return a KIF formula that is equivalent.
      Parameters:
      sentence -
      Returns:
      answer from CELT
      Throws:
      IOException - should not normally be thrown
    • main

      public static void main(String[] args)