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

ParseGetForest() public abstract method

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