| TOC for all levels |
| Clair | Top |
| CIDR | single pass document clustering |
| Centroid | Clair::Centroid |
| ChisqIndependent | compute the Chi square for the CLAIR Library head1 VERSION Version 0.01 |
| Classify | Clair::Classify Take in the model file generated by Learn.pm and then carry out the classification on the test data. |
| Cluster | |
| Config | A module containing important clairlib variables head1 VERSION Version 1.00 |
| Corpus | Class for dealing with TREC corpus format data |
| Debug | Clair::Debug A simple class that Exports debugmsg and errmsg subs. |
| Document | |
| Extensions | Versioning File for the Clairlib-ext distribution head1 VERSION Version 1.00 |
| Features | Clair::Features Carry out feature selection using Chi-squared algorithm with Clair::GenericDoc.pm objects as input. |
| Gen | Generator Class for the CLAIR Library head1 VERSION Version 0.01 |
| GenericDoc | Clair::GenericDoc A class to standardize and create generic representation of documents. |
| GraphWrapper | Abstract class for underlying graphs |
| IDF | Provides access to an inverse document frequency (IDF) database. |
| Index | Clair::Index Creates various indexes from supplied Clair::GenericDoc objects. |
| Learn | Clair::Learn Implement various learning algorithms here. Default algorithm is Perceptron. |
| Network | Network Class for the CLAIR Library head1 VERSION Version 0.01 |
| NetworkWrapper | A subclass of Clair::Network that wraps the C++ version of Lexrank. head1 VERSION Version 0.01 |
| SentenceFeatures | a collection of sentence feature subroutines |
| StringManip | Clair::StringManip Majority of the string manipulation routines required by other packages are implemented here. |
| SyntheticCollection | Clair::SyntheticCollection |
| Util | Utility Class for the CLAIR Library head1 VERSION Version 0.01 |
| Clair::RandomDistribution | Top |
| Gaussian | Clair::RandomDistribution::Gaussian |
| LogNormal | Clair::RandomDistribution::LogNormal |
| Poisson | Clair::RandomDistribution::Poisson |
| RandomDistributionBase | base class for all distributions |
| RandomDistributionFromWeights | Clair::RandomDistribution::RandomDistributionFromWeights |
| Zipfian | Clair::RandomDistribution::Zipfian |
| Clair::CIDR | Top |
| Wrapper(1) | A wrapper script for the original cidr script head1 VERSION Version 0.01 |
| Clair::Nutch | Top |
| Search(1) | A class for performing simple Nutch searches. |
| Clair::Interface | Top |
| Weka | Clair::Interface::Weka |
| Clair::Utils | Top |
| ALE | The Automatic Link Extrapolator |
| CorpusDownload | CorpusDownload |
| Idf | Idf |
| LinearAlgebra | verifyLength |
| MxTerminator(1) | |
| Parse | A wrapper around two common parsing tools: the Charniak parser and chunklink tool. |
| Robot | configurable web traversal engine (for web robots & agents) |
| Stem | An implementation of a stemmer |
| TFIDFUtils | TFIDFUtils.pm |
| Tf | Tf |
| WebSearch | WebSearch |
| porter |
| Clair::ALE | Top |
| Conn | A connection between two pages, consisting of one or more links, created the the Automatic Link Extrapolator. |
| Extract | Extract links and add them to the database |
| Link | A link between two URLs created by the Automatic Link Extrapolator. |
| NormalizeURL(1) | |
| Search(2) | Search the Automatic Link Extrapolator. |
| Stemmer(1) | Internal stemmer used by ALE. |
| Tokenizer(1) | |
| URL | A URL created by the Automatic Link Extrapolator |
| Wget | |
| _SQL | Internal SQL adapter for use by ALE |
| Clair::ALE::Default | Top |
| NormalizeURL(2) | |
| Stemmer(2) | ALE's default stemmer. |
| Tokenizer(2) |
| Clair::ALE::Wget | Top |
| Hash |
| Clair::MEAD | Top |
| DocsentConverter | Document => Mead Cluster converter head1 VERSION Version 0.01 |
| Summary | access to a MEAD summary |
| Wrapper(2) | A perl module wrapper for MEAD head1 VERSION Version 0.01 |
| Clair::Index | Top |
| dirfiles | dirfiles Builds the index into the filesystem namespace. |
| mldbm | mldbm A submodule that gets dynamically loaded by Index.pm. |
| Clair::LM | Top |
| Ngram | extract and prune N-grams from documents |
| Clair::LinkPolicy | Top |
| BarabasiAlbert | Class implementing the Barabasi Albert link model. |
| ErdosRenyi(1) | Class implementing the Erdos Renyi link model |
| LinkPolicyBase | Base class for creating corpora from collections |
| MenczerMacro | Class implementing the Menczer Micro link model |
| MenczerPAMixed | Class implementing the MenczerPAMixed Micro link model |
| RadevMicro | Class implementing the Radev Micro link model |
| RadevPAMixed | Class implementing the RadevPAMixed link model |
| WattsStrogatz | Class implementing the Watts/Strogatz link model |
| Clair::Algorithm | Top |
| LSI | Clair::Algorithm::LSI |
| Clair::Network | Top |
| AdamicAdar | Calculate the adamic/adar value for the CLAIR Library |
| CFNetwork | Clair::Network::CFNetwork |
| Centrality | Abstract class for computing network centrality |
| GirvanNewman | Network module implemented the Krenighan-Lin algorithm |
| KernighanLin | Network module implemented the Krenighan-Lin algorithm |
| Reader | Abstract class for reading in network formats |
| Subnet | |
| Writer | Abstract class for exporting various Network formats |
| Clair::Network::Sample | Top |
| ForestFire | Random sampling using Forest Fire model |
| RandomEdge | Random edge sampling |
| RandomNode | Random node sampling |
| SampleBase | Abstract class for network sampling |
| Clair::Network::Reader | Top |
| Edgelist(1) | Class for reading in edgelist network files |
| GML | Class for reading in GML network files |
| GraphML(1) | Class for reading in GraphML network files |
| Pajek(1) | Class for reading in Pajek network files |
| Clair::Network::Generator | Top |
| ErdosRenyi(2) | ErdosRenyi network generator abstract class |
| GeneratorBase | Network generator abstract class |
| Clair::Network::Writer | Top |
| Edgelist(2) | Class for writing edge list network files |
| Graclus | Class for writing graclus matrix files |
| GraphML(2) | Class for writing GraphML network files |
| Pajek(2) | Class for writing Pajek network files |
| PajekProject | Class for writing Pajek project files |
| Clair::Network::Centrality | Top |
| Betweenness | Class for computing betweenness centrality |
| CPPLexRank | Class for computing LexRank centrality using C++ code |
| Closeness | Class for computing closeness centrality |
| Degree | Class for computing degree centrality |
| LexRank | Class for computing LexRank centrality |
| PageRank | Class for computing PageRank centrality |
| Clair::Statistics | Top |
| Nothing here |
| Clair::Statistics::Distributions | Top |
| DistBase | |
| Geometric | |
| TDist |
| Clair::Statistics::Tests | Top |
| Nothing here |
| Clair::Info | Top |
| Query | Clair::Info::Query A module that implements different types of queries. |
| Stats |
| Clair::GraphWrapper | Top |
| Boost | Concrete class for Boost graphs |
| Clair::GenericDoc | Top |
| html | html - a submodule that strips out html tags. |
| octet_stream | octet_stream - a submodule that parses xml and converts it into a hash |
| plain | plain A submodule that returns the document as is. |
| shakespear | shakespear - specialized to parse shakespear html files. It's essentially the same as html.pm sub-module. |
| sports | sports - a specialized module for parsing docs for hw2 |
| xml | xml - a submodule that parses xml and converts it into a hash |
| Clair::Polisci | Top |
| AustralianParser | A class for parsing Australian hansard html. |
| Graf | An object representing a hansard graf |
| Record | An object representing a hansard record |
| Speaker | An object representing a hansard speaker |
| Clair::Polisci::AU | Top |
| XMLHandler(1) |
| Clair::Polisci::US | Top |
| Connection(1) | Read records from the US polisci database |
| XMLHandler(2) |
| Clair::Bio | Top |
| Connection(2) | Connect to the Bio database using SOAP head1 VERSION Version 0.01 |
| EUtils | a base class for Bio::EUtils objects |
| GeneRIF | Perl module for parsing GeneRIF files |
| Clair::Bio::EUtils | Top |
| ESearch | a Perl interface to the ESearch utility |
| ESearchHandler | an XML handler for parsing ESearch results |
| Clair::IR | Top |
| Nothing here |
| Clair::SentenceSegmenter | Top |
| MxTerminator(2) | |
| SentenceSegmenter | |
| Text |