Class BabelOffsetIterator
- java.lang.Object
-
- it.uniroma1.lcl.babelnet.iterators.BabelIterator<String>
-
- it.uniroma1.lcl.babelnet.iterators.BabelOffsetIterator
-
public class BabelOffsetIterator extends BabelIterator<String>
Iterator overBabelNet
's synset offsets.- Author:
- vannella
-
-
Field Summary
-
Fields inherited from class it.uniroma1.lcl.babelnet.iterators.BabelIterator
currentIndex, liveDocs, reader
-
-
Constructor Summary
Constructors Constructor Description BabelOffsetIterator(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 String
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 String next()
-
-