Tanl Linguistic Pipeline |
Reads tokens from input stream. More...
#include <MorphSplitter.h>
Public Member Functions | |
MorphStream (std::istream &) | |
bool | MoveNext () |
Advances to the next element of the collection. | |
std::vector< Token * > * | Current () |
Reads tokens from input stream.
vector< Token * > * Tanl::MorphStream::Current | ( | ) | [virtual] |
Implements Tanl::Enumerator< std::vector< Token * > * >.
bool Tanl::MorphStream::MoveNext | ( | ) | [virtual] |
Advances to the next element of the collection.
Implements Tanl::Enumerator< std::vector< Token * > * >.
References Tanl::AttributeIndex::insert(), and Tanl::Token::set().