Context recognition in TIL

This webpage is web presentation of system in Prolog language for Context recognition in TIL.

About

System is C# console application using Prolog module. Input is TIL - Script file and output is derivation tree of TIL-Script constructions with their occurrence written in XML. Processing input file is implemented in C#, context recognition, type control and output into XML file are implemented in Prolog language. Demonstration how program work can be found here.

Requirements

System requires instalation of 64-bit version of SWI - Prolog. Path to SWI - Prolog home directory (named swipl) has to be saved in enviroment variable SWI_HOME_DIR. Last issue is to add path of bin directory in swipl folder to enviroment variable PATH.

Downloads