class documentation

Abstract iterator over BabelNet's content.

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

Inherited from BabelIterator:

Method __next__ Undocumented
def __init__(self, searcher):

init method

Parameters
searcherThe searcher to use
def has_next(self):

function that returns true if the iterator has still another element to continue the iteration with.

Returns
booltrue if there is another element, false otherwise
def __iter__(self):
_current_index: int =

indicates the current index of the iteration

_live_docs =

the LiveDocs of lucene

_reader =

the reader