opennlp.tools.formats.frenchtreebank
Class ConstitParseSampleStreamFactory

java.lang.Object
  extended by opennlp.tools.formats.AbstractSampleStreamFactory<Parse>
      extended by opennlp.tools.formats.frenchtreebank.ConstitParseSampleStreamFactory
All Implemented Interfaces:
opennlp.tools.cmdline.ObjectStreamFactory<Parse>

public class ConstitParseSampleStreamFactory
extends AbstractSampleStreamFactory<Parse>


Method Summary
 ObjectStream<Parse> create(String[] args)
           
static void registerFactory()
           
 
Methods inherited from class opennlp.tools.formats.AbstractSampleStreamFactory
getLang, getParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public ObjectStream<Parse> create(String[] args)

registerFactory

public static void registerFactory()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.