If you get an error about bad locale when you enter make install or when you try to execute the analyzer sample program, you probably need to generate some locales in your system.
FreeLing uses en_US.UTF8
locale as default during
installation. If this locale is not installed in your system, you'll
get an error during dictionary installation.
Most languages in FreeLing will work with this locale, but Russian will need to have its own locale installed in the system.
The procedure to install a locale in your system varies depending on your distribution. For instance:
locale-get
command. E.g.:
sudo locale-gen en_US.UTF8
sudo locale-gen pt_BR.UTF8
sudo locale-gen ru_RU.UTF8
dpkg-reconfigure locales