ChangeLog 4.02 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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
Jul-2015	Irshad Ahmad	<irshad.bhat@research.iiit.ac.in>
	
	* Version 1.5.0

	- Gujurati language support added.
	-

Jul-2015	Irshad Ahmad	<irshad.bhat@research.iiit.ac.in>
	
	* Version 1.5.0

	- Python implementation
	-

Jan-2012	Rashid Ahmad	<rashid101b@gmail.com>
	
	* Version 1.4.9

	- Oriya language support added.
	- 

29-Dec-2011	Rashid Ahmad	<rashid101b@gmail.com>
	
	* Version 1.4.8

	- reading and writting utf8 file issue solved by putting -C option in perl
	  command as argument. (e.g. perl -C prog.pl <options> <input-file>)
	- fix the issue consonant+nukata+halant in Hindi (e.g. word: wanaKZvaxara)
	- head and name conversion in ssf is avoided as per HCU-CALTS feedback.

14-Mar-2011	Rashid Ahmad	<rashid101b@gmail.com>
	
	* Version 1.4.7

	- In wx2utf the words start with ^ or ^@ just leave as it is.
	- In case of tamil wx2utf 0BB6 (S) mapped to 0BB7 (R)
	- M map is changed m+halant (as per Dr. Ramnan feedback)

7-Mar-2011	Rashid Ahmad	<rashid101b@gmail.com>
	
	* Version 1.4.6

	- iscii2unicode_tel function some mapping commented like ऴ etc.

28-Feb-2011	Rashid Ahmad	<rashid101b@gmail.com>
	
	* Version 1.4.5

	- fix ऩ issue from wx2utf in telugu.
	- case added in tests directory (sampale-cases-tel-wx.txt)
	- tamil normailze issue two-part dependent vowel signs solved.

21-Feb-2011	Rashid Ahmad	<rashid101b@gmail.com>
	
	* Version 1.4.4

	- fix punc issue in ssf input.
	- fix ~ issue in input and output file path.

06-Apr-2010     Rashid Ahmad    <rashid101b@gmail.com>

	* Version 1.4.3

	- incorporate the output option from the command line option.
	- create convertor_indic_lib.pl for convertor library.
	- create sample-convertor-call.pl for how to call convertor library.

28-Feb-2011	Rashid Ahmad	<rashid101b@gmail.com>
	
	* Version 1.4.5

	- fix ऩ issue from wx2utf in telugu.
	- case added in tests directory (sampale-cases-tel-wx.txt)
	- tamil normailze issue two-part dependent vowel signs solved.

21-Feb-2011	Rashid Ahmad	<rashid101b@gmail.com>
	
	* Version 1.4.4

	- fix punc issue in ssf input.
	- fix ~ issue in input and output file path.

06-Apr-2010     Rashid Ahmad    <rashid101b@gmail.com>

	* Version 1.4.3

	- incorporate the output option from the command line option.
	- create convertor_indic_lib.pl for convertor library.
	- create sample-convertor-call.pl for how to call convertor library.

18-Mar-2010	Rashid Ahmad	<rashid101b@gmail.com>
	
	* Version 1.4.2

	- wx2utf.pl and utf2wx.pl files function are moved in lib/IndicCC.pl.
	- incorporate the small code in wx2utf function in lib/IndicCC.pl.
	- to escap the other language string as it is.


18-Mar-2010	Rashid Ahmad	<rashid101b@gmail.com>
	
	* Version 1.4.1

	- tested 1050 uniq words. input file in tests/tam/uniq-words-tam-aukbc-[wx|utf].txt
	- isuue related wx2utf are fixed by incorporating the variou case in wx2iscii sub. in lib/IndicCC.pl
	- issue reagrding utf2wx are fixed by incorporating 3-lines in iscii2wx sub. in lib/IndicCC.pl
	- "\x{D0}"=> rY, "\x{C7}"=>nY, "\x{D3}"=>lYY
	- added the support of tamil language.

15-Mar-2010	Rashid Ahmad	<rashid101b@gmail.com>
	
	* Version 1.4.0


	- test wx2utf-tel, utf2wx-tel and fix the various cases like lYa,lYi, lY[MHz] etc. 
	- resolve full stop issue from wx2utf direction for hindi.
	- we have compare the changed IndicCC.pl to old one and undo the changes
	  that Harika Indu did.


08-May-2010	Rashid Ahmad	<rashid101b@gmail.com>
	
	* Version 1.3.0

	- text conversion incorporated.
	- input option incorporated in command line argument parsing.
	- tel ssf test data incorporated.

03-03-2010	Rashid Ahmad	<rashid101b@gmail.com>
	
	* Version 1.2.0

	- changed as per requirement of ILMT project Sampark.
	- this version is currently working on SSF format only.
	- test on hindi data ONLY.


08-02-10        Rashid Ahmad    <rashid101b@gmail.com>

	* Version 1.1.0

	- This version is modified of the base version.
	- created the sample pl file for test convertor.
	- Base version is developed in perl by Pawan Kumar, Rashid Ahmad and Avinesh.

10-Aug-09       Pawan Kumar     <hawahawai@gmail.com>

	* Version 1.0.0

	- Base Version.