Class MosesSentenceSampleStream

java.lang.Object
opennlp.tools.util.FilterObjectStream<String, opennlp.tools.sentdetect.SentenceSample>
opennlp.tools.formats.moses.MosesSentenceSampleStream
All Implemented Interfaces:
AutoCloseable, opennlp.tools.util.ObjectStream<opennlp.tools.sentdetect.SentenceSample>

public class MosesSentenceSampleStream extends opennlp.tools.util.FilterObjectStream<String, opennlp.tools.sentdetect.SentenceSample>
Moses is a statistical machine translation system that allows you to automatically train translation models for any language pair.

Details are found on the official website.

  • Constructor Details

    • MosesSentenceSampleStream

      public MosesSentenceSampleStream(opennlp.tools.util.ObjectStream<String> sentences)
      Parameters:
      sentences - The samples as input. Must not be null.
      Throws:
      IllegalArgumentException - Thrown if parameters are invalid.
  • Method Details