Name Last Update
..
ENIAMplWordnet.ml Loading commit data...
ENIAMplWordnetAnalyze.ml Loading commit data...
ENIAMplWordnetGenerate.ml Loading commit data...
ENIAMplWordnetTypes.ml Loading commit data...
README Loading commit data...
eniam-plWordnet-1.0.tar.bz2 Loading commit data...
lgpl-3.0.txt Loading commit data...
makefile Loading commit data...
relation.ml Loading commit data...

README

ENIAMplWordnet Version 1.0 :
-----------------------

ENIAMplWordnet is a library that converts
Polish Wordnet "Słowosieć" into format used by ENIAM.

Install
-------

ENIAMplWordnet requires OCaml version 4.02.3 compiler
together with Xlib library version 3.2.

In order to use ENIAMplWordnet you must first download plWordnet.

Then, compile ENIAMplWordnet:

make

convert plWordnet:

./converter <plWordnet_file>

install converted plWordnet:

make install

remove temporary files:

make clean

Credits
-------
Copyright © 2016-2017 Wojciech Jaworski <wjaworski atSPAMfree mimuw dot edu dot pl>
Copyright © 2016-2017 Institute of Computer Science Polish Academy of Sciences

Licence
-------

This library is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This library 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 Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.