README 1.05 KB
Newer Older
priyank's avatar
priyank committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
						Transfer Grammar Engine (VERSION 2.2)
						----------------------- --------------

Requirements:
------------
Operating System		:    LINUX/UNIX system	

Compiler/Interpreter/Librarie(s):    Perl and SSF API's 	

How to Use??
-----------
	
    >> perl run-transferEngine.pl --path=$PWD --resource=data_bin/Rules -i test_input -o test_output
   
   *Sample input and output files are provided in the home dir namely test_input,test_output.

Updates from the 1.0 version:
----------------------------
1. Initial Version had lots of bugs regarding the Rule reading, Modifications, Adding etc..


Directory Structure:
--------------------

    transferEngine	 
     |
     |-- src (functional src)
     |	
     |--data_bin -- Rules.dat
     |	  
     |--API 


   src        : Programs that are executed.
   data_bin   : Resource files used.
   API 	      : Shakti API's 



#################################
Author: Avinesh PVS
	LTRC
	IIIT Hyderabad	

Any Quries or suggestions mail to
avinesh@students.iiit.ac.in
(or)
avinesh.pvs@gmail.com
#################################