Class BabelSynsetIterator
- java.lang.Object
-
- it.uniroma1.lcl.babelnet.iterators.BabelIterator<BabelSynset>
-
- it.uniroma1.lcl.babelnet.iterators.BabelSynsetIterator
-
- All Implemented Interfaces:
Iterator<BabelSynset>
public class BabelSynsetIterator extends BabelIterator<BabelSynset>
Iterator overBabelSynset
s.- Author:
- vannella
-
-
Field Summary
-
Fields inherited from class it.uniroma1.lcl.babelnet.iterators.BabelIterator
currentIndex, liveDocs, reader
-
-
Constructor Summary
Constructors Constructor Description BabelSynsetIterator(org.apache.lucene.search.IndexSearcher dictionary)
Builds the iterator from the Lucene index searcher
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BabelSynset
next()
-
Methods inherited from class it.uniroma1.lcl.babelnet.iterators.BabelIterator
hasNext, remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
next
public BabelSynset next()
-
-