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
clone, equals, finalize, 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 © 2010. All Rights Reserved.