The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Treex-Core core.pm"

Treex::Core - interface to linguistic structures and processing units in Treex River stage one • 4 direct dependents • 4 total dependents

"Treex::Core" is a library of modules for processing linguistic data, especially tree-shaped syntactic representations of natural language sentences, both for language analysis and synthesis purposes. "Treex::Core" is meant to be as language universa...

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Run River stage one • 4 direct dependents • 4 total dependents

"Treex::Core::Run" allows to apply a block, a scenario, or their mixture on a set of data files. It is designed to be used primarily from bash command line, using a thin front-end script called "treex". However, the same list of arguments can be pass...

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Log - logger tailored for the needs of Treex River stage one • 4 direct dependents • 4 total dependents

"Treex::Core::Log" is a logger developed with the Treex system. It uses more or less standard leveled set of reporting functions, printing the messages at "STDERR". Note that this module might be completely substituted by more elaborate solutions suc...

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Zone - base class for Zones River stage one • 4 direct dependents • 4 total dependents

"Treex::Core::Zone" is an abstract class, it is the antecedent of Treex::Core::DocZone and Treex::Core::BundleZone....

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Node - smallest unit that holds information in Treex River stage one • 4 direct dependents • 4 total dependents

This class represents a Treex node. Treex trees (contained in bundles) are formed by nodes and edges. Attributes can be attached only to nodes. Edge's attributes must be stored as the lower node's attributes. Tree's attributes must be stored as attri...

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Types - types used in Treex framework River stage one • 4 direct dependents • 4 total dependents

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Block - the basic data-processing unit in the Treex framework River stage one • 4 direct dependents • 4 total dependents

"Treex::Core::Block" is a base class serving as a common ancestor of all Treex blocks. "Treex::Core::Block" can't be used directly in any scenario. Use it's descendants which implement one of the methods "process_document()", "process_bundle()", "pro...

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Files - helper class for iterating over filenames River stage one • 4 direct dependents • 4 total dependents

The *@filelist* and *!wildcard* conventions are used in several tools, e.g. 7z or javac. For a large number of files, list the file names in a file - one per line. Then use the list file name preceded by an @ character. Methods <next_*> serve as iter...

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Loader - Loader River stage one • 4 direct dependents • 4 total dependents

Stub documentation for Treex::Core::Loader, Blah blah blah. EXPORT None by default....

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Common - shorten the "use" part of your Perl codes River stage one • 4 direct dependents • 4 total dependents

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Phrase River stage one • 4 direct dependents • 4 total dependents

A "Phrase" is a concept defined on top of dependency trees and subtrees (where a subtree contains a node and all its descendants, not just any arbitrary subset of nodes). Similarly to the Chomsky's hierarchy of formal grammars, there are two main typ...

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Bundle - a set of equivalent sentences in the Treex framework River stage one • 4 direct dependents • 4 total dependents

A set of equivalent sentences (translations, or variants) and their linguistic representations in the Treex framework A bundle in Treex corresponds to one sentence or more sentences, typically translations or variants of each other, with all their li...

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Config - centralized info about Treex configuration River stage one • 4 direct dependents • 4 total dependents

This module provides information about the current installed Treex framework, for instance paths to its components. By default the configuration is stored in "$HOME/.treex/config.yaml". You can specify an alternative directory for "config.yaml" by se...

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Node::A River stage one • 4 direct dependents • 4 total dependents

a-layer (analytical) node...

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::DocZone - document zone for the text attribute River stage one • 4 direct dependents • 4 total dependents

Document zones allow Treex documents to contain more texts, typically parallel texts (translations), or corresponding texts from different sources (text to be translated, reference translation, test translation)....

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Node::T River stage one • 4 direct dependents • 4 total dependents

t-layer (tectogrammatical) node...

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Node::P River stage one • 4 direct dependents • 4 total dependents

Representation of nodes of phrase structure (constituency) trees....

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Node::N River stage one • 4 direct dependents • 4 total dependents

A node for storing named entities....

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::TredView - visualization of Treex files in TrEd River stage one • 4 direct dependents • 4 total dependents

This module is used only in an extension of the Tree editor TrEd developed for displaying .treex files. The TrEd extension is contained in the same distribution as this module. The extension itself is very thin. It only creates an instance of "Treex:...

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC

Treex::Core::Scenario - a larger Treex processing unit, composed of blocks River stage one • 4 direct dependents • 4 total dependents

A Treex scenario consists of a sequence of (possibly parametrized) Treex blocks. Scenarios can be described by a simple textual format, which is either passed directly to the scenario construction, or is contained in a text file whose name is passed....

POPEL/Treex-Core-2.20210102 - 02 Jan 2021 21:13:20 UTC
70 results (0.034 seconds)