abc | |
AbsoluteDiscountDocModel | Absolute discout smoothing |
AgglomCluster | |
AllDictEntryFilter | Accept all entries |
AndQnode | |
ArabicParser | |
ArabicStemmer | |
Array< Type > | |
ArrayAccumulator | Array Score Accumulator |
ArrayCounter< T > | Counts stored in an array ( when the element type is int, float/double typed counts will be converted to an integer) |
ArrayQueryRep | Representation of a query with a double array |
BandNotQnode | |
BandQnode | |
BasicDocInfoList | Implementation of DocInfoList for BasicIndex |
BasicDocStream | A DocStream handler of a stream with the basic lemur format |
BasicIndex | Basic Indexer (with arbitrary compressor) |
BasicIndexWithCat | A basic implementation of IndexWithCat based on two Index's |
BasicPassage | |
BasicSumm | |
BasicTermInfoList | Basic TermInfoList |
BasicTokenDoc | Doc representation for BasicDocStream |
BeliefNode | Parent class for all belief operators |
BrillPOSParser | |
BrillPOSTokenizer | |
buffer_type | |
CentroidCluster | Centroid clustering of documents (agglomerative mean). Trades space for speed |
ChineseCharParser | |
ChineseParser | |
clink | |
Cluster | Cluster representation, a vector of cluster elements |
ClusterDB | Abstract interface for clustering databases |
ClusterDBError | Exception to throw for clustering errors |
ClusterElt | |
ClusterFactory | Factory class for making Cluster instances |
ClusterRep | Generic vector space representation for a cluster or document |
CollectionProps | This Abstract Class for set of Collection Properties |
CommandInterp | The command interpretor for interacting with a PDict |
Compress | Abstract Compressor |
CORIDocRep | |
CORIMergeMethod | |
CORIQueryRep | |
CORIRetMethod | |
CORIScoreFunc | |
CosSim | Cosine similarity method for vector space comparisons |
CosSimDocRep | Representation of a doc (as a weighted vector) in the CosSim method |
CosSimQueryRep | Representation of a query (as a weighted vector) in the CosSim method |
CosSimRetMethod | Cosine similarity retrieval method |
CosSimScoreFunc | The ScoreFunction for the CosSim method |
Counter | Abstract Counter class |
CSet< ObjType, CountType > | |
CtfIndexer | |
DBManager | |
ddinf_link | |
ddlink | |
ddpar_link | |
DictEntry | |
dictentry | |
DictEntryFilter | Filters on dictionary entries |
DictEntryVector | Vector of dictionary entries, supports sorting on the prob attribute |
dictRecord | Internal structure for dictionary records in keyfile |
dictStats | Structure for dictionary statistics in keyfile |
DirichletPriorDocModel | Bayesian smoothing with Dirichlet prior |
DirichletUnigramLM | Dirichlet prior smoothing |
DistMergeMethod | |
DistSearchMethod | |
DocFreqIndexer | |
DocInfo | Representation of Doc Information Entry |
DocInfoList | Abstract Interface of Doc Information List |
DocInfoList::iterator | Iterator class, used for all subclass lists |
DocMgrManager | |
DocOffsetParser | |
DocScore | A list of docids and scores |
DocScoreVector | |
SimpleKLParameter::DocSmoothParam | |
DocStream | Abstract interface for a collection of documents |
doct | |
Document | Abstract document class |
DocumentManager | |
DocumentProps | Class for set of Document Properties |
DocumentRep | Representation of documents in a collection for efficient inverted index scoring |
DocUnigramCounter | Counter of unigrams in documents |
dt_entry | |
ElemDocMgr | |
Exception | |
FastList< Type > | |
fcb | |
OkapiParameter::FeedbackParam | |
TFIDFParameter::FeedbackParam | |
CosSimParameter::FeedbackParam | |
File | |
FiltRejQnode | |
FiltReqQnode | |
FlatFileClusterDB | |
FlattextDocMgr | |
FlattextDocMgr::abc | |
FlattextDocMgr::lookup_e | |
FLL< Type > | |
FloatFreqVector | |
FreqCount | Record with frequency information to be stored in a hash table |
FreqCounter | Record with frequency information to be stored in a hash table |
freqinfo_tt | Internally used structure for storing term statistics |
FreqVector | |
GammaCompress | Gamma compressor |
HashFreqVector | Representation of a frequency vector with a hash table |
hashobj | |
hte | |
IdentifinderParser | |
IncFPPushIndex | Incremental push method of building an index |
IncFPTextHandler | |
IncPassagePushIndex | Incremental passage push index |
IncPassageTextHandler | |
Index | Abstract Class for indexed document collection |
IndexCount | Class for collecting counts of an index |
IndexedReal | A list of indexed real numbers (similar to IndexProb) |
IndexedRealVector | |
IndexManager | A group of index management functions |
IndexProb | A class for collecting probabilities for an index |
IndexReader | |
IndexWithCat | An abstract interface for access to an index with category information |
InqArabicParser | |
InQueryOpParser | |
InQueryRep | Representation of a query in the InQuery method |
InQueryRetMethod | |
InterpUnigramLM | Linear interpolation smoothing |
inv_entry | |
InvDocInfo | Example Class for push method of building an index |
InvDocList | |
InvFPDocInfo | Example Class for push method of building an index |
InvFPDocList | |
InvFPIndex | Class for retrieving indexed document collection based on the abstract class Index.hpp |
InvFPIndexMerge | |
InvFPIndexReader | |
InvFPPushIndex | Example Class for push method of building an index |
InvFPTerm | Term class for InvIndex and InvFPIndex |
InvFPTermList | |
InvFPTermPropList | |
InvFPTextHandler | |
InvIndex | |
InvIndexMerge | |
InvPassagePushIndex | Passage push index |
InvPassageTextHandler | |
InvPushIndex | |
InvTermList | |
ISet< ObjType > | |
ix_block | |
ix_or_freespace_block | |
JelinekMercerDocModel | Jelinek-Mercer interpolation |
key | |
key_ptr_t | |
Keyfile | |
KeyfileClusterDB | |
KeyfileDocListSegmentReader | |
KeyfileDocMgr | |
KeyfileDocMgr::btl | |
KeyfileIncIndex | |
KeyfileIncIndex::record | Principle record |
KeyfileIncIndex::SegmentOffset | Offset within an individual file segment |
KeyfileIncIndex::TermData | Individual term data |
KeyfileTextHandler | |
kstem_HSLOT | |
KStemmer | |
LaplaceUnigramLM | Laplace-smoothed unigram language model |
LemurDBManager | |
LemurMemParser | |
level0_pntr | |
level0orn_pntr | |
leveln_pntr | |
LinkedPropertyList | |
List< Type > | |
LL< Type > | |
LLTerm | |
LocatedTerm | |
lt_str | |
ltctf | |
ltstr | |
Match | Byte offsets of a document term (first char to last char inclusive) |
MatchInfo | |
MaxQnode | |
MemCache | |
MemList | |
MemParser | |
MLUnigramLM | Maximum Likelihood Estimator |
MMRPassage | |
MMRSumm | |
MMRSumm::compareSW | |
ModifiableCounter | Modifiable counter, supports modification of counts |
MultiRegrMergeMethod | |
NotQnode | |
Number< U > | |
OdnQNode | |
OfflineCluster | Offline clustering algorithms |
OkapiDocRep | Doc representation for Okapi model |
OkapiQueryRep | OkapiQueryRep carries an array to store the count of relevant docs with a term |
OkapiQueryTerm | Represent of a query term in Okapi retrieval model, the term carries a count of the number of rel docs with the term |
OkapiRetMethod | The Okapi BM25 retrieval function, as described in their TREC-3 paper |
OkapiScoreFunc | The Okapi scoring function |
OneStepMarkovChain | One step markov chain translation model, not fully tested yet |
OrQnode | |
Parser | |
Passage | |
PassageQNode | Implements the PASSAGEN operator |
PassageRep | |
PassageRep::iterator | Replace with STL style iterator. iterator over passages |
PassageScore | Score of a passage, with start and end indices |
PassageScoreVector | Vector of passage scores, supports sorting |
PDict | Probabilistic dictionary using Keyfile for data storage |
PLSA | |
PorterStemmer | |
ProbDictEntryFilter | Accept all entries above a certain probability threshold |
Property | |
PropertyList | |
PropIndexTH | |
PropQNode | |
ProxInfo | |
ProxNode | Parent class for all prox operators |
PSet< ObjType > | |
PSet< ObjType >::SET_NODE | |
PseudoFBDocs | Representation of a subset of feedback documents |
PushIndex | Abstract Class for push method of building an index |
QnList | |
QryBasedSampler | |
Query | Abstract query |
QueryDocument | |
SimpleKLParameter::QueryModelParam | |
QueryNode | |
QueryRep | Abstract query representation |
QueryTerm | A query term is assumed to have at least an ID and a weight |
QueryTextHandler | |
ReadBuffer | Provide a growable read buffer on a File object |
reader_less | |
RelDocUnigramCounter | |
ResultEntry | Hash table entry for storing results |
ResultFile | Representation of result file |
results | |
RetMethodManager | |
RetrievalMethod | |
ReutersParser | |
RVLCompress | |
ScoreAccumulator | Abstract Score Accumulator |
ScoreFunction | Abstract interface for retrieval function with a default implementation (dot product) |
SimFactory | |
SimilarityMethod | Generic similarity method |
SimpleKLDocModel | Doc representation for simple KL divergence retrieval model |
SimpleKLQueryModel | Query model representation for the simple KL divergence model |
SimpleKLRetMethod | KL Divergence retrieval model with simple document model smoothing |
SimpleKLScoreFunc | Simple KL-divergence scoring function |
SingleRegrMergeMethod | |
SmoothedMLEstimator | Common implementation of a (smoothed) unigram LM estimated based on a counter |
Source | |
stem_info_t | |
Stemmer | |
Stopper | |
StopwordDictEntryFilter | Accept all entries not on the given stopword list. This filters on the target language |
String | |
String_set | |
StringQuery | |
StructQryDocRep | |
StructQueryRep | |
StructQueryRetMethod | |
StructQueryScoreFunc | ScoreFunction for structured querys. Provides evalQuery |
Summarizer | |
SumQnode | |
SynQNode | |
Target | |
Term | Basic term class |
TermCache | |
termCount | |
TermInfo | Abstract Representation of Term Information Entry |
TermInfoList | Abstract Interface of Term Information List |
TermInfoList::iterator | Iterator class, used for all subclass lists |
termProb | |
TermQnode | Implements a term query node (leaf) |
TermQuery | Abstract interface for a query containing a sequence of Terms |
Terms | |
TextHandler | |
TextHandlerManager | |
TextQuery | |
TextQueryRep | Abstract representation of a text query as a sequence of weighted terms |
TextQueryRetMethod | |
TFIDFDocRep | Representation of a doc (as a weighted vector) in the TFIDF method |
TFIDFQueryRep | Representation of a query (as a weighted vector) in the TFIDF method |
TFIDFRetMethod | The TFIDF retrieval method with a few TF formula options |
OkapiParameter::TFParam | |
ThresholdFcn | Generic threshold function |
Timer | |
TMatch | Term match entry |
TrecParser | |
TwoStageDocModel | Two stage smoothing : JM + DirichletPrior |
TypeDictEntryFilter | Accept all entries with a specified type |
UnigramLM | Abstract Unigram Language Model class |
UwnQNode | |
WebParser | |
WeightedIDSet | A set of ID's with weights |
TFIDFParameter::WeightParam | |
WordSet | A generic class that provides a neat and easy to use wrapper to a hash_set<char *> |
WriteBuffer | |
WriterInQueryHandler | |
WriterTextHandler | |
WsumQnode | |
XLingDocModel | Doc representation for cross lingual retrieval model |
XLingQueryModel | Query model representation for the cross lingual retrieval model |
XLingRetMethod | |
XLQueryTerm | |
yy_buffer_state | |