Difference between revisions of "Rule Learner/Executables"

From Knowitall
Jump to: navigation, search
(Created page with "Run a rule with [http://knowitall.cs.washington.edu/javadoc/nlp/edu/washington/cs/knowitall/rule/util/RunRule.html]. Generalize a rule with [http://knowitall.cs.washington.edu/ja...")
 
Line 1: Line 1:
Run a rule with [http://knowitall.cs.washington.edu/javadoc/nlp/edu/washington/cs/knowitall/rule/util/RunRule.html].
+
Run a rule with [http://knowitall.cs.washington.edu/javadoc/nlp/edu/washington/cs/knowitall/rule/util/RunRule.html RunRule].
Generalize a rule with [http://knowitall.cs.washington.edu/javadoc/nlp/edu/washington/cs/knowitall/rule/util/GeneralizeRule.html].
+
Generalize a rule with [http://knowitall.cs.washington.edu/javadoc/nlp/edu/washington/cs/knowitall/rule/util/GeneralizeRule.html GeneralizeRule].
Simplify a rule with [http://knowitall.cs.washington.edu/javadoc/nlp/edu/washington/cs/knowitall/rule/util/SimplifyRule.html].
+
Simplify a rule with [http://knowitall.cs.washington.edu/javadoc/nlp/edu/washington/cs/knowitall/rule/util/SimplifyRule.html SimplifyRule].
Pretty print a rule with [http://knowitall.cs.washington.edu/javadoc/nlp/edu/washington/cs/knowitall/rule/util/PrettyPrintRule.html].
+
Pretty print a rule with [http://knowitall.cs.washington.edu/javadoc/nlp/edu/washington/cs/knowitall/rule/util/PrettyPrintRule.html PrintRule].

Revision as of 23:12, 20 April 2011

Run a rule with RunRule. Generalize a rule with GeneralizeRule. Simplify a rule with SimplifyRule. Pretty print a rule with PrintRule.