opennlp.tools.parser
Class ParserFactory

java.lang.Object
  extended by opennlp.tools.parser.ParserFactory

public class ParserFactory
extends Object


Method Summary
static Parser create(ParserModel model)
           
static Parser create(ParserModel model, int beamSize, double advancePercentage)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static Parser create(ParserModel model,
                            int beamSize,
                            double advancePercentage)

create

public static Parser create(ParserModel model)


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