CFGLib.Parsers.Parser.Accepts C# (CSharp) Method

Accepts() public method

public Accepts ( Sentence s ) : bool
s Sentence
return bool
		public bool Accepts(Sentence s) {
			return ParseGetProbability(s) > 0.0;
		}
		public abstract ForestInternal ParseGetForest(Sentence s);