Getting Started With The New Infra
Installation and setup
The required steps for setting up the computer and installing the
Check out the source code for language modelling
- First, decide what language(s) you are interested in working on, from
- The alphabetic list on the page gives the ISO code of all the languages
- Then go to the page of the source code: github.com/giellalt.
- The GitHub page will show an INSTALLATION file with instructions. You may also
Getting started with your language
When you have installed and checked out qw explained above, do the following:
cd $HOME/giella/fin ./autogen.sh -l ./configure
(replace fin, the code for Finnish, with the language(s) you checked out). Now
NOTE that the command ./configure assume that you checked out the
To build the transducers and other tools for linguistic analysis, do:
make
To run the preinstalled tests, do:
make check
WARNING
You may encounter troubles with your CLASSPATH. We are working on it,
Happy linguistic coding!