| Parser::ApParser | ====================================================================== Ap version |
| IXE::AssertionError | Thrown if an internal consistency check fails |
| Tanl::AttributeIndex | Associates to an attribute name the index of its value in a attribute vector |
| Tanl::Attributes | Represents the attributes of a token |
| IXE::io::basic_pstreambuf< CharT, Traits > | Class template for stream buffer |
| Tanl::Text::CChar | This is just a type specifier for use in CharBuffer |
| Tanl::Text::Char | Representation of Unicode characters |
| Tanl::Text::CharBuffer< CharTraits > | A text buffer that provides a random access iterator through it |
| IXE::CollectionError | Thrown for miscellaneous collection errors |
| Tanl::CombCorpus | Used 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_feature | A conf_feature contains a set of feature specifications |
| IXE::conf_set< T > | A conf_set contains a set of configuration values |
| IXE::ConfigFileError | Thrown when reading a configuration file fails |
| IXE::Configuration | A Configuration object that holds all the configuration variables |
| Tanl::ConllXSentenceReader | Reader of sentences in CoNLL format: one token per line, attributes tab separated |
| Tanl::Corpus | Represents common aspects of a Corpus |
| Tanl::CorpusFormat | Representatation of Corpus data format |
| Tanl::CorpusMap | Associates a Corpus constructor to an algorithm name |
| Tanl::DgaSentenceReader | Read a corpus and iterate over it returning one sentence at time |
| IXE::DocNotFoundError | Thrown when an attempt is made to access a document which is not in the collection |
| Tanl::Enumerator< T > | Enumerator interface |
| IXE::Error | Base class for all errors reported |
| Parser::EventStream | Creates a stream of Classifier::Event's from an annotated dependency corpus |
| IXE::ExcludeFile | An ExcludeFile contains the set of filename patterns to exclude during either indexing or extraction |
| IXE::FileAction | Perform action on each file in directory tree |
| IXE::FileError | Thrown when opening a file fails |
| IXE::io::FileHandle | FileHandle abstract from OS |
| IXE::FileType | A FileType maps a filename pattern to a file type |
| IXE::io::Format | A class to perform formatted output |
| IXE::FormatError | Wrong index format file |
| Tanl::Text::HtmlTokenizer | Similar to StringTokenizer, except that it skips HTML tags |
| IXE::IncludeFile | An IncludeFile contains the set of filename patterns to include during either indexing or extraction |
| IXE::IndexingError | Thrown during indexing |
| IXE::InternalError | Thrown when an internal inconsistency occurs |
| IXE::InvalidArgumentError | Thrown when an invalid argument is supplied to the API |
| IXE::InvalidResultError | Thrown when trying to access invalid data |
| Tanl::IPipe< Tin, Tout > | IPipe interface |
| Tanl::Iterator< T > | Iterator interface |
| Parser::Iterator< T > | Iterator interface |
| Tanl::Language | Functional 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::LogicError | Base class for errors due to programming errors |
| IXE::io::mappedFile | Map a whole file |
| IXE::io::MappedFileView | A 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::MatchGroups | Holds the offsets of matching regular expressions |
| IXE::MemoryError | Thrown when there is a communications problem with a remote collection |
| Parser::MeParser | A Parser using a Maximum Entropy classifier |
| Parser::MlParser | A Parser using a Deep Learning classifier |
| IXE::MmapError | Thrown when mmap fails mapping a file to memory |
| Tanl::MorphExtractor | Functional interface for extractors of morphological features |
| Parser::MultiSvmParser | Parser using two SVM classifiers, provided by libsvm, one to predict the action, one to predict the label |
| IXE::NetworkError | Thrown when there is a communications problem with a remote collection |
| Tanl::Text::NormEqual | Compare strings by normalizing to lowercase and discarding non alphanumeric characters |
| IXE::OpeningError | Thrown when opening a collection fails |
| IXE::Options | Options describes a set of command-line options |
| IXE::OptionStream | Given the traditional argc and argv for command-line arguments, extract options from them following the stream model |
| Parser::Parser | Base class for parsers |
| Parser::ParserMap | Associates a Parser constructor to an algorithm name |
| Parser::ParseState | Parse state |
| Tanl::Text::RegExp::Pattern | Regular Expression matching |
| IXE::PatternList | An 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::PatternSet | A PatternSet contains a set of shell wildcard patterns |
| Parser::PosTagger | Base class for POS taggers |
| IXE::io::pstream_common< CharT, Traits > | Class template for common base class |
| IXE::io::pstreams | Common base class providing constants and typenames |
| IXE::QueryError | Thrown when an SQL query fails |
| IXE::RangeError | Thrown when an element is out of range |
| IXE::ReaderError | Thrown when reader fails interpreting document format |
| IXE::RuntimeError | Base class for errors due to run time problems |
| Parser::Scanner::Token | Represents a token recognized by the scanner |
| Parser::SentenceInfo | Common info to all states while parsing a sentence |
| Parser::Serializable | Serializable 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::SplitSentenceReader | Read a plain text file, split into tokens and return one sentence at a time |
| Tanl::SplitSentenceReader::BoundarySet | Parameters defininig where to split a sentence |
| Parser::State | Parser base state |
| Tanl::Text::String | String class This class stores and manipulates strings of characters defined according to ISO10646 |
| Tanl::Text::Suffixes | List of string suffix |
| Parser::SvmParser | Parser using an SVM classifier, provided by libsvm |
| IXE::SystemError | Thrown when a system call fails |
| IXE::TableError | Thrown when accessing a database Table fails |
| Tanl::TextCorpus | Plain text corpus |
| Tanl::Token | Represents a sentence token (a word in a sentence) |
| Tanl::Token::Morpho | Compact morphology representation |
| Tanl::TokenField | Describes the fields in each token in a corpus |
| Tanl::TokenizedTextCorpus | Corpus made of tokens |
| Parser::Tokenizer | Read a plain text file, split into tokens |
| Tanl::TokenLink | Represents links to other tokens |
| Parser::TokenPath | Specification of a path from a token, through the sentence |
| Tanl::TokenSentenceReader | Read a text split into space-separated tokens, one sentence per line, and iterate over it returning one sentence at time |
| Parser::TrainState | Parser training state |
| Tanl::TreeToken | Token with descendants |
| IXE::UnimplementedError | Thrown when an attempt to use an unimplemented feature is made |
| Tanl::Text::Utf8Char | This is just a type specifier for use in CharBuffer |
| IXE::Var< T > | Configuration variable |
| IXE::VarDefault< T > | Configuration variable with default value |
| Tanl::Text::WordIndex | Associates an ID to each word in a set |
| Tanl::Text::WordSet | Set of words |