DeSR Dependency Parser

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
Parser::ApParser====================================================================== Ap version
IXE::AssertionErrorThrown if an internal consistency check fails
Tanl::AttributeIndexAssociates to an attribute name the index of its value in a attribute vector
Tanl::AttributesRepresents the attributes of a token
IXE::io::basic_pstreambuf< CharT, Traits >Class template for stream buffer
Tanl::Text::CCharThis is just a type specifier for use in CharBuffer
Tanl::Text::CharRepresentation of Unicode characters
Tanl::Text::CharBuffer< CharTraits >A text buffer that provides a random access iterator through it
IXE::CollectionErrorThrown for miscellaneous collection errors
Tanl::CombCorpusUsed to convert a Conll08 corpus replacing dependency links with the first non relexive arg link
IXE::conf< bool >A conf<bool> is a Var for containing the value of a Boolean configuration variable
IXE::conf< float >A conf<float> is a Var for containing the value of a float configuration variable
IXE::conf< int >A conf<int> is a Var for containing the value of an integer configuration variable
IXE::conf< PatternSet >A conf_PatternSet contains a list of shell wildcard patterns
IXE::conf< std::string >A conf<string> is a configuration variable containing a string value
IXE::conf< std::vector< std::string > >A conf_vector contains a set of configuration values
Parser::conf_featureA conf_feature contains a set of feature specifications
IXE::conf_set< T >A conf_set contains a set of configuration values
IXE::ConfigFileErrorThrown when reading a configuration file fails
IXE::ConfigurationA Configuration object that holds all the configuration variables
Tanl::ConllXSentenceReaderReader of sentences in CoNLL format: one token per line, attributes tab separated
Tanl::CorpusRepresents common aspects of a Corpus
Tanl::CorpusFormatRepresentatation of Corpus data format
Tanl::CorpusMapAssociates a Corpus constructor to an algorithm name
Tanl::DgaSentenceReaderRead a corpus and iterate over it returning one sentence at time
IXE::DocNotFoundErrorThrown when an attempt is made to access a document which is not in the collection
Tanl::Enumerator< T >Enumerator interface
IXE::ErrorBase class for all errors reported
Parser::EventStreamCreates a stream of Classifier::Event's from an annotated dependency corpus
IXE::ExcludeFileAn ExcludeFile contains the set of filename patterns to exclude during either indexing or extraction
IXE::FileActionPerform action on each file in directory tree
IXE::FileErrorThrown when opening a file fails
IXE::io::FileHandleFileHandle abstract from OS
IXE::FileTypeA FileType maps a filename pattern to a file type
IXE::io::FormatA class to perform formatted output
IXE::FormatErrorWrong index format file
Tanl::Text::HtmlTokenizerSimilar to StringTokenizer, except that it skips HTML tags
IXE::IncludeFileAn IncludeFile contains the set of filename patterns to include during either indexing or extraction
IXE::IndexingErrorThrown during indexing
IXE::InternalErrorThrown when an internal inconsistency occurs
IXE::InvalidArgumentErrorThrown when an invalid argument is supplied to the API
IXE::InvalidResultErrorThrown when trying to access invalid data
Tanl::IPipe< Tin, Tout >IPipe interface
Tanl::Iterator< T >Iterator interface
Parser::Iterator< T >Iterator interface
Tanl::LanguageFunctional interface for extractors of morphological features
std::less< char const * >Specialize the binary_function "less" so that C-style strings (char const*) will work properly with STL containers
IXE::LogicErrorBase class for errors due to programming errors
IXE::io::mappedFileMap a whole file
IXE::io::MappedFileViewA mappedFile is an object that maps a file into memory (via the Unix system call mmap(2)) allowing it to be accessed via iterators
Tanl::Text::RegExp::MatchGroupsHolds the offsets of matching regular expressions
IXE::MemoryErrorThrown when there is a communications problem with a remote collection
Parser::MeParserA Parser using a Maximum Entropy classifier
Parser::MlParserA Parser using a Deep Learning classifier
IXE::MmapErrorThrown when mmap fails mapping a file to memory
Tanl::MorphExtractorFunctional interface for extractors of morphological features
Parser::MultiSvmParserParser using two SVM classifiers, provided by libsvm, one to predict the action, one to predict the label
IXE::NetworkErrorThrown when there is a communications problem with a remote collection
Tanl::Text::NormEqualCompare strings by normalizing to lowercase and discarding non alphanumeric characters
IXE::OpeningErrorThrown when opening a collection fails
IXE::OptionsOptions describes a set of command-line options
IXE::OptionStreamGiven the traditional argc and argv for command-line arguments, extract options from them following the stream model
Parser::ParserBase class for parsers
Parser::ParserMapAssociates a Parser constructor to an algorithm name
Parser::ParseStateParse state
Tanl::Text::RegExp::PatternRegular Expression matching
IXE::PatternListAn PatternList contains a list of shell wildcard patterns
IXE::PatternMap< T >A PatternMap maps a shell wildcard pattern to an object of type T
IXE::PatternSetA PatternSet contains a set of shell wildcard patterns
Parser::PosTaggerBase class for POS taggers
IXE::io::pstream_common< CharT, Traits >Class template for common base class
IXE::io::pstreamsCommon base class providing constants and typenames
IXE::QueryErrorThrown when an SQL query fails
IXE::RangeErrorThrown when an element is out of range
IXE::ReaderErrorThrown when reader fails interpreting document format
IXE::RuntimeErrorBase class for errors due to run time problems
Parser::Scanner::TokenRepresents a token recognized by the scanner
Parser::SentenceInfoCommon info to all states while parsing a sentence
Parser::SerializableSerializable interface
IXE::Set< T >A Set is a set but with the addition of a contains() member function, one that returns a simpler bool result indicating whether a given element is in the set
IXE::Set< char const * >Specialize Set for C-stle strings so as not to have a reference (implemented as a pointer) to a char const*
Tanl::SplitSentenceReaderRead a plain text file, split into tokens and return one sentence at a time
Tanl::SplitSentenceReader::BoundarySetParameters defininig where to split a sentence
Parser::StateParser base state
Tanl::Text::StringString class This class stores and manipulates strings of characters defined according to ISO10646
Tanl::Text::SuffixesList of string suffix
Parser::SvmParserParser using an SVM classifier, provided by libsvm
IXE::SystemErrorThrown when a system call fails
IXE::TableErrorThrown when accessing a database Table fails
Tanl::TextCorpusPlain text corpus
Tanl::TokenRepresents a sentence token (a word in a sentence)
Tanl::Token::MorphoCompact morphology representation
Tanl::TokenFieldDescribes the fields in each token in a corpus
Tanl::TokenizedTextCorpusCorpus made of tokens
Parser::TokenizerRead a plain text file, split into tokens
Tanl::TokenLinkRepresents links to other tokens
Parser::TokenPathSpecification of a path from a token, through the sentence
Tanl::TokenSentenceReaderRead a text split into space-separated tokens, one sentence per line, and iterate over it returning one sentence at time
Parser::TrainStateParser training state
Tanl::TreeTokenToken with descendants
IXE::UnimplementedErrorThrown when an attempt to use an unimplemented feature is made
Tanl::Text::Utf8CharThis is just a type specifier for use in CharBuffer
IXE::Var< T >Configuration variable
IXE::VarDefault< T >Configuration variable with default value
Tanl::Text::WordIndexAssociates an ID to each word in a set
Tanl::Text::WordSetSet of words
 
Copyright © 2005-2007 G. Attardi. Generated on 13 Aug 2009 by doxygen 1.5.7.1.