ChangeLog 3.56 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
15-01-2013 Ankush Soni <ankush.soni@students.iiit.ac.in>,<ankushj470@gmail.com>
        * Version 2.3.4
	
	1. Issues in case of adverbial phrase has been resolved. Adverbs (head of adverb phrase) is eaten up by vibhatki computation module 2.3.3

16-11-2012 Ankush Soni <ankush.soni@students.iiit.ac.in>,<ankushj470@gmail.com>
        * Version 2.3.3
	
	1. Issues in case of adverbial phrase has been resolved. Previously it was not computing vibhakti in case of adverbial phrase.
	Now its computing.
	Ex: See in tests directory, filename - test_adverbialphrase.rin


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

	* Version 2.3.2

	1. Error in NEG calculation
	   ex: tests/07_aug_vibhakticomputation.rin


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

	* Version 2.3.1

	1. Makefile is updated.


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

	* Version 2.3

	1. vpos error and incase of NP chunks the tam of suffix was left out.	

	Ex: tests/error.2.3.rin

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

	* Version 2.2.2

	1. Bug Regarding the NP chunk vibhakti computation. Vibhakti was
	computed properly but the vpos was calculated wrong.	

	Ex: tests/error.2.2.2.rin

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

	* Version 2.2.1

	1. Position of the vibhakti is noted down.
	Ex: Previously vpos="vib_2_RP_4" now vpos="vib1_2_RP_4"

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

	* Version 2.2
	
	1. RP's and PSP's, NEG's and VAUX's position being stored in a
	variable called vpos. (examples in error.rin)

	Input:
	1       ((      VGF     <fs af='Cipa,v,m,sg,any,,wA,wA' head="CipawA">
	1.1     nahIM   NEG     <fs af='nahIM,adv,,,,,,' poslcat="NM">
	1.2     CipawA  VM      <fs af='Cipa,v,m,sg,any,,wA,wA' name="CipawA">
	1.3     hE      VAUX    <fs af='hE,v,any,sg,2,,hE,hE' name="hE">
		))
	Output:
	1       ((      VGF     <fs af='Cipa,v,m,sg,2,,nahIM_wA_hE,wA' head="CipawA" vpos="NEG1_tam2_3">
	1.1     CipawA  VM      <fs af='Cipa,v,m,sg,any,,wA,wA' name="CipawA">
		))

	Here vpos represents NEG1_tam_3 -> "NEG1" position of NEG is 1,"tam"
	is original tam of the head at 2 after addition of NEG,3 represents the position of hE.

	This is given to have the flexibility of the position in the Vibhakti
	Splitter Module.

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

	* Version 2.1
	
	1. Some errors regarding the NEG and gnp of head when deleting the nodes
	is modified. 

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

	* Version 2.0

	1. Include Makefile for copying and installation.
	2. improve the directory structure as per ilmt_guideline_0.3 except application logging and code review.


26-09-2008 Avinesh PVS  <avinesh@students.iiit.ac.in>,<avinesh.pvs@gmail.com>
	* Version 1.9

	1. The features of the head. Incase gen,num,per are NULL. Features should not be copied.
	2. VM-VM incase there don't consider the second VM as the tam.
	3. examples :  KA_nA - pEnA padzA -> KA_nA - pE_nA_padzA not KA_nA_pE+nA_padzA

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

	* Version 1.8

	1. Bug regarding deletion of wrong node in VGNN,VGINF 
	2. it is due to the sort function the ascending order was not maintained in code

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

	* Version 1.7

	1. Bug regarding computation of the vibhakti for the NP chunk (0_ for the first part of the vibhakti)