15-01-2013 Ankush Soni , * 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 , * 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 , * Version 2.3.2 1. Error in NEG calculation ex: tests/07_aug_vibhakticomputation.rin 23-07-2009 Avinesh PVS , * Version 2.3.1 1. Makefile is updated. 22-07-2009 Avinesh PVS , * 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 , * 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 , * 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 , * 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 1.1 nahIM NEG 1.2 CipawA VM 1.3 hE VAUX )) Output: 1 (( VGF 1.1 CipawA VM )) 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 , * Version 2.1 1. Some errors regarding the NEG and gnp of head when deleting the nodes is modified. 26-09-2008 Avinesh PVS , * 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 , * 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 , * 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 , * Version 1.7 1. Bug regarding computation of the vibhakti for the NP chunk (0_ for the first part of the vibhakti)