class documentation

class BabelOffsetIteratorImpl(BabelIteratorImpl, BabelOffsetIterator):

View In Hierarchy

Iterator over BabelNet's synset offsets

Method __next__ Undocumented

Inherited from BabelIteratorImpl:

Method __init__ init method
Method has_next function that returns true if the iterator has still another element to continue the iteration with.
Method __iter__ Undocumented
Instance Variable _current_index indicates the current index of the iteration
Instance Variable _live_docs the LiveDocs of lucene
Instance Variable _reader the reader
def __next__(self):