Skip to content

This project is aimed at implementing an XSLT 2.0 translator to convert Deliberation RuleML 1.01 in XML format to an equivalent representation in a subset of the TPTP (Thousands of Problems for Theorem Provers) format.

Notifications You must be signed in to change notification settings

shazhendong/RuleML2TPTP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

See the entry page of the project for more introduction.

Getting Started

  1. This project is built using maven.
  2. Translate a RuleML file by calling "java -jar /path/to/ruleml2tptp.jar <source> -o <output>". Use option "-h" for a brief usage.
  3. This project needs JDK 1.7 or higher to compile the Java code.

About

This project is aimed at implementing an XSLT 2.0 translator to convert Deliberation RuleML 1.01 in XML format to an equivalent representation in a subset of the TPTP (Thousands of Problems for Theorem Provers) format.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • XSLT 85.5%
  • Java 14.5%