moot::AssocVector< KeyT, ValT > | LISP-style assoc list using vector<>: map-like class with small memory footprint. Useful for small associative arrays. Lookup and insert are linear time |
moot::AssocVector< KeyT, ValT >::value_sort_func | |
moot::AssocVectorNode< KeyT, ValT > | Template class for individual AssocVector nodes |
moot::cmdutil_file_churner | Class for churning through many input files, given either directly or as a list-file |
moot::GenericLexer | Abstract base class for Flex++ lexers |
mootBinIO::HeaderInfo | Header information structure, used for binary HMM model files |
mootBinIO::Item< T > | Binary item I/O template class, used for binary HMM model files |
mootBinIO::Item< AssocVector< KeyT, ValT > > | |
mootBinIO::Item< char * > | Binary I/O template instantiation for C strings |
mootBinIO::Item< hash_map< KeyT, ValT, HashFuncT, EqualFuncT > > | Binary I/O template instantiation for STL hash_map<> |
mootBinIO::Item< hash_set< ValT > > | Binary I/O template instantiation for STL hash_set<> |
mootBinIO::Item< map< KeyT, ValT > > | Binary I/O template instantiation for STL map<> |
mootBinIO::Item< mootEnum< NameT, HashFunc, NameEqlFunc > > | Binary I/O template instantiation for mootEnum<> |
mootBinIO::Item< set< ValT > > | Binary I/O template instantiation for STL set<> |
mootBinIO::Item< std::pair< T1, T2 > > | Binary I/O template instantiation for STL map<> |
mootBinIO::Item< string > | Binary I/O template instantiation for STL strings |
mootBinIO::Item< SuffixTrie > | Binary I/O template instantiation for SuffixTrie |
mootBinIO::Item< TrieVectorNode< DataT, CharT, UCharT > > | |
mootBinIO::Item< vector< ValT > > | Binary I/O template instantiation for STL vector<> |
mootio::mcbuffer | Streambuf-like class for I/O on C char* buffers |
mootio::mcstream | Wrapper class for C FILE* streams |
mootio::mcxxstream< _StreamClass > | |
mootio::mfstream | Wrapper class for named file i/o using C FILE*s |
mootio::micbuffer | Streambuf-like class for input from C char* buffers |
mootio::micxxstream | |
mootio::mifstream | Wrapper class for named file input using C FILE*s |
mootio::mistream | Abstract base class for input stream wrappers |
mootio::mocxxstream | |
mootio::mofstream | Wrapper class for named file output using C FILE*s |
moot::mootClassfreqs | Class for storage and retrieval of raw lexical-class frequencies |
moot::mootClassfreqs::LexClassEqual | |
moot::mootClassfreqs::LexClassHash | |
moot::mootClassfreqsCompiler | Lexical-class frequency parameter-file compiler |
mootClassfreqsLexer | Flex++ lexer for (TnT-style) moot lexical frequency parameter files |
mootClassfreqsParser | Bison++ parser for (TnT-style) moot lexical frequency parameter files |
mootClassfreqsParserLType | |
mootEnum< NameType, NameHashFcn, NameEqualFcn > | |
moot::mootEval | Tagger-evaluation utility class |
moot::mootExpatParser | C++ Wrapper for expat XML parsers |
moot::mootExpatParser::ContextBuffer | Utility class for expat input contexts |
moot::mootHMM | 1st-order Hidden Markov Model Tagger/Disambiguator class |
moot::mootHMM::LexClassEqual | |
moot::mootHMM::LexClassHash | |
moot::mootHMM::ViterbiColumn | Type for a Viterbi trellis column |
moot::mootHMM::ViterbiNode | Type for a Viterbi trellis entry ("pillar") node |
moot::mootHMM::ViterbiPathNode | |
moot::mootHMMTrainer | High-level class to gather training data for a mootHMM or mootCHMM |
moot::mootLexfreqs | Class for storage and retrieval of raw lexical frequencies |
moot::mootLexfreqs::LexfreqEntry | |
moot::mootLexfreqsCompiler | Lexical frequency parameter-file compiler |
mootLexfreqsLexer | Flex++ lexer for (TnT-style) moot lexical frequency parameter files |
mootLexfreqsParser | Bison++ parser for (TnT-style) moot lexical frequency parameter files |
mootLexfreqsParserLType | |
moot::mootNgrams | Class for storage & retrieval of raw N-Gram frequencies |
moot::mootNgrams::BigramEntry | |
moot::mootNgrams::Ngram | |
moot::mootNgrams::UnigramEntry | |
moot::mootNgramsCompiler | N-gram parameter-file compiler |
mootNgramsLexer | Flex++ lexer for (TnT-style) moot n-gram parameter files |
mootNgramsParser | Bison++ parser for (TnT-style) moot ngram-parameter files |
mootNgramsParserLType | |
mootPPLexer | Flex++ lexer for 'mootpp' raw-text preprocessor: Does rudimentary end-of-sentence and abbreviation recognition, and filters out (most) XML markup |
moot::mootRecoder | Interface to librecode character-conversion routines |
moot::mootToken | High-level token information object |
moot::mootToken::Analysis | Type for a single morphological analysis |
mootTokenLexer | Flex++ lexer for moot PoS tagger native text input |
moot::mootXMLRecoder | Special 2-phase recoder object for XML text |
mootio::mostream | Abstract base class for output stream wrappers |
mootio::mstream | Abstract base class for I/O stream wrappers |
moot::SuffixTrie | Top-level class for suffix tries |
moot::TokenIO | Abstract class for token I/O |
moot::TokenReader | Abstract class for token input |
moot::TokenReaderExpat | Experimental XML reader class using expat |
moot::TokenReaderNative | Class for native "cooked" text-format token input |
moot::TokenWriter | Abstract class for token output |
moot::TokenWriterExpat | Experimental XML writer class for use with expat-parsed XML or vanilla input |
moot::TokenWriterNative | Class for native "cooked" text-format token output |
moot::TrieVector< DataT, CharT, UCharT > | Top-level trie class-template using an adjaceny table |
moot::TrieVectorBase | Base class for TrieVector |
moot::TrieVectorNode< DataT, CharT, UCharT > | |
moot::TrieVectorNodeBase | |
vector | |
yy_mootClassfreqsParser_stype | |
yy_mootLexfreqsParser_stype | |
yy_mootNgramsParser_stype | |