NAME

Treex::Core::Config - centralized info about Treex configuration

VERSION

version 0.05222

SYNOPSIS

use Treex::Core::Config;
print "TrEd in availabe in " . Treex::Core::Config::tred_dir . "\n";
print "PML schema is available in " . Treex::Core::Config::pml_schema_dir . "\n";

DESCRIPTION

This module provides information about the current installed Treex framework, for instance paths to its components.

FUNCTIONS

devel_version()
returns true iff the current Treex instance is running from the svn working copy
(which means that it is the development version, not installed from CPAN)
lib_core_dir()
returns the directory in which this module is located (and where
the other Treex::Core modules are expected too)
share_dir()
returns the Treex shared directory (formerly TMT_SHARE)
pml_schema_dir()
return the directory in which the PML schemata for .treex files are located
tred_dir()
the directory in which the tree editor TrEd is installed
tred_extension_dir
the directory in which the TrEd extension for Treex files is stored

AUTHOR

Zdeněk Žabokrtský <zabokrtsky@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.