NAME
Lingua::FreeLing3::Config - Interface to FreeLing3 config files
SYNOPSIS
my
$conf
= Lingua::FreeLing3::Config->new(
'es'
);
my
$tokenizer_data
=
$conf
->config(
"TokenizerFile"
);
DESCRIPTION
This module is not intented to be used directly, unless you are messing with the FL3 internals.
METHODS
new
Loads a configuration file from disk. Returns an object. Receives as argument the language name.
config
Given a config key, returns its value. Note this module is not intended to change the config file, so this is NOT an accessor.
perl(1)
AUTHOR
Alberto Manuel Brandão Simões, <ambs@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2012 by Alberto Manuel Brandão Simões