Package opennlp.tools.util

Examples of opennlp.tools.util.ReverseListIterator


  /**
   * Returns an iterator over the mentions which iteratates through them based on which were most recently mentioned. 
   * @return an iterator over the mentions which iteratates through them based on which were most recently mentioned.
   */
  public Iterator getRecentMentions() {
    return(new ReverseListIterator(extents));
  }
View Full Code Here

TOP

Related Classes of opennlp.tools.util.ReverseListIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.