class documentation
class BabelLexiconIteratorImpl(BabelIteratorImpl, BabelLexiconIterator):
Iterator over BabelNet's lexicon
Method | has |
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 |
indicates the current index of the iteration |
Instance Variable | _live |
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 | |
bool | true if there is another element, false otherwise |