AIMA.Core.Logic.Propositional.Algorithms.KnowledgeBase.KnowledgeBase C# (CSharp) Method

KnowledgeBase() public method

public KnowledgeBase ( ) : System
return System
        public KnowledgeBase()
        {
            sentences = new List<Sentence>();
            parser = new PEParser();
        }