Class ParserTypeExtensions

Namespace
NOpenNLP.Tools.Parser
Assembly
NOpenNLP.Tools.dll

Provides the static members of upstream's ParserType enum.

public static class ParserTypeExtensions
Inheritance
ParserTypeExtensions
Inherited Members

Methods

Parse(string)

Parses the given type name, returning null when it names no known parser type.

public static ParserType? Parse(string type)

Parameters

type string

Returns

ParserType?