GiellaLT GitHub - langdoc/FRechdoc GitHub Wiki

In spring 2020 GiellaLT started to move all languages into GitHub. Here are some notes of how they can be set up. The goal of this documentation is just to ensure that all languages in our language documentation projects (Komi, Pite, Kildin) are up to date – GiellaLT's own documentation is always recommended as the first resource.

Let's take an empty directory, and do:

git clone https://github.com/giellalt/giella-core
git clone https://github.com/giellalt/giella-shared
git clone https://github.com/giellalt/lang-kpv

Now are working now in a flat hierarchy that looks like this:

- giella-core
- giella-share
- lang-kpv

Before languages can be compiled we need to install giella-core and giella-shared.

cd giella-core
./autogen.sh
./configure
make
cd ../giella-shared
./autogen.sh
./configure
make

Then individual languages can be compiled followingly (configure flags depend from your needs):

cd lang-kpv
./autogen.sh
./configure --with-hfst --without-xfst --enable-tokenisers
time make V=1 -j