Skip to content

Python script to create a latex file with results of syllogistic reasoning using Weak Completion Semantics.

Notifications You must be signed in to change notification settings

anaolicosta/SyllogismsToLatex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to configure it

In config.py you can configure:

  • Name of output latex file
  • Path to folders with prolog programs and least models
  • Pattern to consider (example: 1212)
  • Syllogims to include in the file
  • Information to include in the file about each syllogism. Currently the following information can be selected to be included in the latex file:
include_Program = True     --> prolog encoding
include_GProgram = True    --> grounded program
include_LeastModel = True  --> least model
include_EntailedConclusions = True  --> conclusions entailed by our least model
include_Experiments = True          --> human answers

Do not delete any constant from config.py file.

How to run it

python createLatexFile.py 

About

Python script to create a latex file with results of syllogistic reasoning using Weak Completion Semantics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages