class documentation

class BabelLexiconIteratorImpl(BabelIteratorImpl, BabelLexiconIterator):

View In Hierarchy

Iterator over BabelNet's lexicon

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

Inherited from BabelIteratorImpl:

Method __init__ init method
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 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 __next__(self):