drdhaval2785 / SanskritSorting

Codes written by Dr. Dhaval Patel for Sanskrit Natural Language Programming
2 stars 1 forks source link

conf.php comments #41

Closed gasyoun closed 9 years ago

gasyoun commented 9 years ago

Line 5 and 7 should be uncommented by default in conf.php

drdhaval2785 commented 9 years ago

Not necessary. Right now passing everything from commandline. Therefore, conf.php is not much relevant for passing input and output destination.

Syntax for Commandline Interface. (This is a CLI tool now) the syntax is

php multi13.php outputfolder inputtext morphologicends
php reverse22.php outputfolder inputtext morphologicends

Actual examples are

php multi13.php d:\sorting d:\sorting\input\input.txt d:\sorting\input\morphologicends.txt
php reverse22.php d:\sorting d:\sorting\input\input.txt d:\sorting\input\morphologicends.txt