gov.llnl.ontology.text.parse
Class MaltSvmParser

java.lang.Object
  extended by gov.llnl.ontology.text.parse.MaltParser
      extended by gov.llnl.ontology.text.parse.MaltSvmParser
All Implemented Interfaces:
Parser

public class MaltSvmParser
extends MaltParser

A convenience class for instantiating a MaltParser that uses the polynomial model.

Author:
Keith Stevens

Field Summary
static String PARSER_MODEL
          The default location of the malt parser model.
 
Constructor Summary
MaltSvmParser()
          Creates a new MaltSvmParser.
 
Method Summary
 
Methods inherited from class gov.llnl.ontology.text.parse.MaltParser
parseText, parseText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER_MODEL

public static final String PARSER_MODEL
The default location of the malt parser model.

See Also:
Constant Field Values
Constructor Detail

MaltSvmParser

public MaltSvmParser()
Creates a new MaltSvmParser.



Copyright © 2010-2011. All Rights Reserved.