tm::index::taxonomy(3pm) debian man page | unix.com

Man Page: tm::index::taxonomy

Operating Environment: debian

Section: 3pm

TM::Index::Taxonomy(3pm)				User Contributed Perl Documentation				  TM::Index::Taxonomy(3pm)

NAME
TM::Index::Taxonomy - Topic Maps, Indexing support (match layer)
SYNOPSIS
# somehow get a map (any subclass of TM will do) my $tm = ... # one option: create a lazy index which learns as you go use TM::Index::Taxonomy; my $idx = new TM::Index::Taxonomy ($tm)->populate; # for most operations which involve taxonometric functions to be called # that should be much faster
DESCRIPTION
This index can be attached to a map if querying it for subclass/superclass and/or instances/classes is intensive. The package inherits most of its functionality from TM::Index.
INTERFACE
Constructor The constructor/destructor is inherited from TM::Index. Methods
SEE ALSO
TM, TM::Index
COPYRIGHT AND LICENSE
Copyright 2010 by Robert Barta, <drrho@cpan.org> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2010-06-24 TM::Index::Taxonomy(3pm)
Related Man Pages
pod::index::builder(3pm) - debian
pod::index::entry(3pm) - debian
pod::index::search(3pm) - debian
tm::index::match(3pm) - debian
tm::index::reified(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Introduction
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph