C# Class CFGLib.Parsers.Parser

Show file Open project: ellisonch/CFGLib

Public Methods

Method Description
Accepts ( Sentence s ) : bool
ParseGetForest ( Sentence s ) : ForestInternal
ParseGetProbability ( Sentence s ) : double

Method Details

Accepts() public method

public Accepts ( Sentence s ) : bool
s Sentence
return bool

ParseGetForest() public abstract method

public abstract ParseGetForest ( Sentence s ) : ForestInternal
s Sentence
return CFGLib.Parsers.Forests.ForestInternal

ParseGetProbability() public abstract method

public abstract ParseGetProbability ( Sentence s ) : double
s Sentence
return double