NAME
CHANGES - Revision history for WordNet::Extend
DESCRIPTION
Version 0.030 (Released 10/13/2016)
- (1)
-
Fixed insertion error causing command line 'wn' to seg fault.
- (2)
-
Fixed error preventing user from inserting multiple new lemmas at once.
Version 0.020 (Released 09/29/2016)
- (1)
-
Fixed documentation for Extend, Insert, and Locate.
- (2)
-
Added new error check for Insert to make sure the user is not specifying a non existing lemma for a location.
- (3)
-
Added new revertLastChange() function which allows the user to take back only the most recent insert.
Version 0.014 (Released 09/19/2016)
- (1)
-
Added pod for README and Changes.
- (2)
-
Fixed synopsis example to allow user to copy and paste right out of the box.
- (3)
-
Separated the insert functionality from the locate functionality. Insert exists in Insert.pm and locate in Locate.pm. This results in WordNet::Insert becoming WordNet::Extend.
- (4)
-
Added attach() and merge() function into Insert.pm which inserts lemma into specified location in WordNet. The old insert() function, which locates where they should be inserted, has been changed to locate(). insertFile() has also been changed to locateFile().
- (5)
-
Added test case for inserting item into WordNet.
Version 0.02 (Released 05/26/2016)
Version 0.01 (Released 05/24/2016)
AUTHORS
Ted Pedersen, University of Minnesota, Duluth
tpederse at d.umn.edu
Jon Rusert, University of Minnesota, Duluth
ruse0008 at d.umn.edu
COPYRIGHT
Copyright (C) 2016, Ted Pedersen, Jonathan D Rusert
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.