NAME
Treex::Core::Common - shorten the "use
" part of your Perl codes
VERSION
version 2.20210102
SYNOPSIS
Write just
use
Treex::Core::Common;
Instead of
use
utf8;
use
strict;
use
warnings;
use
Treex::Core::Log;
use
Treex::Core::Config;
use
Treex::Core::Types;
use
Treex::Core::Files;
SUBROUTINES
- $language_name = get_lang_name($iso639_code)
- $bool = is_lang_code($iso639_code)
- pos_validated_list
-
This subroutine is automatically exported. Depending on the value of $Treex::Core::Config::params_validate it is either the (slow) one from MooseX::Params::Validate or a fast one, that does no type checking.
AUTHOR
Martin Popel <popel@ufal.mff.cuni.cz>
COPYRIGHT AND LICENSE
Copyright © 2011 by Institute of Formal and Applied Linguistics, Charles University in Prague
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.