The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CHANGES - Revision history for WordNet::Extend

DESCRIPTION

Version 0.03 (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)

(1)

Fixed test file to properly use Test::More.

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/>.