drdhaval2785 / SanskritSorting

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

Normal Sorting Issues #37

Closed gasyoun closed 9 years ago

gasyoun commented 9 years ago

In normalsorted3.html instead of -a (19027), -ā (4531), -i (963) I ask for a- (19027), ā- (4531), i- (963)

cmd

1) I enter CMD in the Search box 2) cd C:\xampp\htdocs\SanskritSorting 3) paste php multi13.php or php reverse22.php

After script ends working nothing happens. Did not get any output, because I have no idea what is dev_normal_input.txt and sure I do not have one. Only get 0 or 1 kb output files. What files should I have in addition?

drdhaval2785 commented 9 years ago

@gasyoun

dev_normal_input is the same old devanagari.txt

Now dev_normal_input for input to multi. dev_reverse_input for input to reverse. dev_morphologicends.txt for pratyaya file.

The first two are nothing but list you want to sort.

gasyoun commented 9 years ago

Hmm, what if I want to sort same file? What need is there to have two input files instead of one? Does not make much sense to me. We have different outputs and that's enough. Why should we want to have different inputs?

drdhaval2785 commented 9 years ago

you dont want. Someone else may want it. Let's keep it separate.

gasyoun commented 9 years ago

If Someone else may want it he'll ask and as nobody is asking this might not be the best idea around. dev_normal_input.txt might be misleading, as I was thinking instead of SLP1 it's devanagari again in input. If you have chosen for whatever reason there should be different input files, why not add a specimen text list to the github repository with dev_reverse_input.txt, dev_normal_input.txt and dev_morphologicends.txt? Otherwise nothing will work at all. http://pastebin.com/9cMMZbXY should be echoed to not show up in CMD mode, right? To have pratyayastatistics_reverse.txt together with reversesorted4.txt I would rename it to reverse_pratyaya_stat.txt, otherwise need time to understand which belongs to which. Similar with normal.

cmd-multi

Created a .bat file

START "runas /user:administrator" cmd /K "cd C:\xampp\htdocs\SanskritSorting & php multi13.php"

but did not work.

drdhaval2785 commented 9 years ago

OK. As you are the sole user of this code - I will do as you want it. Give me some minutes

drdhaval2785 commented 9 years ago

In normalsorted3.html instead of -a (19027), -ā (4531), -i (963) I ask for a- (19027), ā- (4531), i- (963)

Done.

Why should we want to have different inputs? We have single now - named input.txt.

Echoing display in CMD Now silent in CMD