ChangeLog 1.53 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
27-1-2015  Sandhya  <sandhya.rao06@gmail.com>

	* Version 2.4.5

	1. Rules written.
	
17-3-2009  Avinesh PVS  <avinesh@students.iiit.ac.in>,<avinesh.pvs@gmail.com>

	* Version 2.4.3

	1. Change in match_rule.pl and the load.pl. To accept any character
	rather than ascii values.
	2. It can work with "0	((	SSF" in the input format.

12-3-2009  Avinesh PVS  <avinesh@students.iiit.ac.in>,<avinesh.pvs@gmail.com>

	* Version 2.4.1

	1.Small correction in the directories sl-tl has been changed to sl_tl
	

6-3-2009  Avinesh PVS  <avinesh@students.iiit.ac.in>,<avinesh.pvs@gmail.com>

	* Version 2.4

	1. New notation for the Movement of Words
	   Example Rule 18 and test file tests/input10
	   NP~1(({x1:}{x2:<root="$x.3">}{x3:})) => NP~1(({x1:}{x3:}{x2:})) 
	   X2 and X3 are reordered.

	2. Small Correction in matching ($x.3 to $x.3$)
	
	3. Logging updated.

11-2-2009  Avinesh PVS  <avinesh@students.iiit.ac.in>,<avinesh.pvs@gmail.com>

	* Version 2.3

	1. Heads recalulated.


11-12-2008  Avinesh PVS  <avinesh@students.iiit.ac.in>,<avinesh.pvs@gmail.com>

	* Version 2.2

	1. Changes of rule application when the node is inserted.
	2. Reordering of the chunks.
	3. Deletion of the chunks.
	4. Addition of the chunk @ the End of the tree.

23-09-2008  Avinesh PVS  <avinesh@students.iiit.ac.in>,<avinesh.pvs@gmail.com>

	* Version 2.1
	
	1. Some more bugs have been removed regarding the Rule parsing.

18-06-2008  Avinesh PVS  <avinesh@students.iiit.ac.in>,<avinesh.pvs@gmail.com>

	* Version 2.0

	1. Modifications regarding the Rule parsing and application.