Hello I have two to three rules in my java code but the number of rules now increased and I need to write it in the file and imports it. I want to ask what changes I need to do inside my code. Or just write *Reasoner reasoner = new GenericRuleReasoner( Rule.rulesFromURL( **"rules.t* xt" ) );
instead of Reasoner reasoner = new GenericRuleReasoner(Rule.parseRules(rule)); Also is it necessary that rules.txt will be in the project folder?
