CFGLib.Parsers.CYK.CykParser.ParseGetForest C# (CSharp) Method

ParseGetForest() public method

public ParseGetForest ( Sentence s ) : ForestInternal
s Sentence
return CFGLib.Parsers.Forests.ForestInternal
		public override ForestInternal ParseGetForest(Sentence s) {
			throw new NotImplementedException();
		}