Class MucNameSampleStream

java.lang.Object
opennlp.tools.util.FilterObjectStream<String,opennlp.tools.namefind.NameSample>
opennlp.tools.formats.muc.MucNameSampleStream
All Implemented Interfaces:
AutoCloseable, opennlp.tools.util.ObjectStream<opennlp.tools.namefind.NameSample>

public class MucNameSampleStream extends opennlp.tools.util.FilterObjectStream<String,opennlp.tools.namefind.NameSample>
  • Method Summary

    Modifier and Type
    Method
    Description
    opennlp.tools.namefind.NameSample
     

    Methods inherited from class opennlp.tools.util.FilterObjectStream

    close, reset

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details