Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37047623
en ru br
Репозитории ALT
S:1.13-alt1
5.1: 1.0-alt2
4.1: 0.98-alt1
4.0: 0.98-alt1
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-CQL-Parser

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.98-alt1
Время сборки: 11 ноября 2006, 05:56 ( 906.9 недели назад )
Размер архива: 23.49 Kb

Домашняя страница:   http://www.cpan.org

Лицензия: Artistic
О пакете: Common Query Language Parser
Описание:

CQL::Parser provides a mechanism to parse Common Query Language (CQL)
statements. The best description of CQL comes from the CQL homepage
at the Library of Congress <http://www.loc.gov/z3950/agency/zing/cql/>;

CQL is a formal language for representing queries to information
retrieval systems such as web indexes, bibliographic catalogs and museum
collection information. The CQL design objective is that queries be
human readable and human writable, and that the language be intuitive
while maintaining the expressiveness of more complex languages.

A CQL statement can be as simple as a single keyword, or as complicated as a set
of compoenents indicating search indexes, relations, relational modifiers,
proximity clauses and boolean logic. CQL::Parser will parse CQL statements
and return the root node for a tree of nodes which describes the CQL statement.
This data structure can then be used by a client application to analyze the
statement, and possibly turn it into a query for a local repository.

Each CQL component in the tree inherits from CQL::Node and can be one
of the following: CQL::AndNode, CQL::NotNode, CQL::OrNode,
CQL::ProxNode, CQL::TermNode, CQL::PrefixNode. See the
documentation for those modules for their respective APIs.

Текущий майнтейнер: Vitaly Lipatov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • perl-CQL-Parser
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin