Difference between revisions of "Rule Learner/Executables"

From Knowitall
Jump to: navigation, search
Line 1: Line 1:
 
Run a rule with [http://knowitall.cs.washington.edu/javadoc/nlp/edu/washington/cs/knowitall/rule/util/RunRule.html RunRule].
 
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 GeneralizeRule].
 
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 SimplifyRule].
 
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 PrintRule].
 
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.