Name Last Update
..
data Loading commit data...
doc Loading commit data...
plWordnet Loading commit data...
resources Loading commit data...
validation Loading commit data...
.gitignore Loading commit data...
ENIAMinflexion.ml Loading commit data...
ENIAMmorphologyRules.ml Loading commit data...
ENIAMmorphologyTypes.ml Loading commit data...
README Loading commit data...
TODO Loading commit data...
adj-ext-rzad-ewaluacje.tar.gz Loading commit data...
analyze.ml Loading commit data...
apiInterface.ml Loading commit data...
compare_morphosyn.py Loading commit data...
compos_alt.py Loading commit data...
dict.ml Loading commit data...
eniam-mophology-1.2-linux-x86_64.tar.bz2 Loading commit data...
eniam-morphology-1.0.tar.bz2 Loading commit data...
eniam-morphology-1.1.tar.bz2 Loading commit data...
eniam-morphology-1.2.tar.bz2 Loading commit data...
fonetics.ml Loading commit data...
freqListInterps.ml Loading commit data...
freqProbs.ml Loading commit data...
freqStats.ml Loading commit data...
freqUtils.ml Loading commit data...
freq_test.ml Loading commit data...
freqrules_ambig.txt Loading commit data...
generate.ml Loading commit data...
interface.ml Loading commit data...
lgpl-3.0.txt Loading commit data...
makefile Loading commit data...
morphology.html Loading commit data...
morphology2.html Loading commit data...
ruleGenerator.ml Loading commit data...
stem.ml Loading commit data...
suffix_tree.ml Loading commit data...
test.ml Loading commit data...
walenty opis.txt Loading commit data...
walidacjalematyzacji.zip Loading commit data...
walidacjalematyzacji2.zip Loading commit data...
webInterface.ml Loading commit data...
webInterface2.ml Loading commit data...

README

ENIAMmorphology Version 1.2 :
-----------------------

ENIAMmorphology is a library that provides a morphological analyser
and a guesser for Polish.

Install
-------

ENIAMmorphology requires OCaml version 4.05.0 compiler
together with Xlib library version 4.4 or later.

In order to create resources for ENIAMmorphology you must first download SGJP version 20170730 or later.
Then, compile resource generator:

make generate

an create resources:

./generate

In order to install type:

make install

by default, ENIAMmorphology 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

In order compile library interface type:
make interface
./morphology

For help on command line options type:
./morphology --help

By default ENIAMmorphology 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-2018 Wojciech Jaworski <wjaworski atSPAMfree mimuw dot edu dot pl>
Copyright © 2016-2018 Institute of Computer Science Polish Academy of Sciences

The library uses the following licensed resources:

SGJP: Grammatical Dictionary of Polish, version 20170730
Copyright © 2007–2017 Zygmunt Saloni, Włodzimierz Gruszczyński, Marcin
Woliński, Robert Wołosz, Danuta Skowrońska
http://sgjp.pl

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