rug-compling / alpinocorpus

Library for handling Alpino corpora
GNU Lesser General Public License v2.1
8 stars 1 forks source link

Implement bidirectional iteration #11

Closed danieldk closed 13 years ago

danieldk commented 13 years ago

In directory and compact corpora, we could support bidirectional iteration.

The obvious solution would be to add operator-- to EntryIterator, and throw an exception in iterators that do not support it.

danieldk commented 13 years ago

I am removing this from the requested feature list, since backward iteration would now not be possible in directory-based corpora anymore (see #2).