Name Last Update
..
resources Loading commit data...
ENIAMwalFrames.ml Loading commit data...
ENIAMwalParser.ml Loading commit data...
ENIAMwalStringOf.ml Loading commit data...
ENIAMwalTEI.ml Loading commit data...
ENIAMwalTypes.ml Loading commit data...
ENIAMwalenty.ml Loading commit data...
README Loading commit data...
TODO Loading commit data...
eniam-walenty-1.0.tar.bz2 Loading commit data...
lgpl-3.0.txt Loading commit data...
makefile Loading commit data...
podmiot w Walentym.txt Loading commit data...
podmiot w Walentym2.txt Loading commit data...
test.ml Loading commit data...
walentyfreq.zip Loading commit data...

README

ENIAMwalenty Version 1.0 :
-----------------------

ENIAMwalenty is a library that provides an interface for
Polish Valence Dictionary "Walenty".

Install
-------

ENIAMwalenty requires OCaml version 4.02.3 compiler
together with Xlib library version 3.1 or later
and ENIAMplWordnet library version 1.0.
It also assumes that Walenty in TEI format is present
at the location /usr/share/walenty/walenty.xml.
This location may be changed by setting end exporting
WALENTY_LOCALIZATION environment variable.

In order to install type:

make install

by default, ENIAMwalenty is installed in the 'ocamlc -where'/eniam directory.
you can change it by editing the Makefile.

In order to test library type:
make test
./test

By default ENIAMwalenty looks for resources in /usr/share/eniam directory.
However this behaviour may be changed by setting end exporting ENIAM_RESOURCE_PATH
environment variable.

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

The library uses the following licensed resources:

Walenty: The Polish Valence Dictionary, version 20150909

Licence
-------

The content of the fixed.tab and phrase_types_expand_20150909.txt
in the "resources" dictionary is distributed under CC BY-SA
licence and the rest of code is published under the following 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 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/>.