class documentation
class WordNetSynsetIteratorImpl(BabelIteratorImpl, WordNetSynsetIterator):
Iterator over WordNet BabelSynset(s).
| Static Method | get |
Get the character at the given index. |
| Method | __init__ |
init method |
| Method | has |
function that returns true if the iterator has still another element to continue the iteration with. |
| Method | __next__ |
Undocumented |
| Constant | _ADJ |
Undocumented |
| Constant | _ADJ |
Undocumented |
| Constant | _ADV |
Undocumented |
| Constant | _MAX |
Undocumented |
| Constant | _NOUN |
Undocumented |
| Constant | _NOUN |
Undocumented |
| Constant | _PREFIX |
Undocumented |
| Constant | _VERB |
Undocumented |
| Constant | _VERB |
Undocumented |
| Instance Variable | _current |
the current index of the iteration |
Inherited from BabelIteratorImpl:
| Method | __iter__ |
Undocumented |
| 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 |