| Package | Description |
|---|---|
| com.articulate.sigma.semRewrite |
| Modifier and Type | Field and Description |
|---|---|
CNF |
Rule.cnf |
CNF |
RHS.cnf |
CNF |
QAOutputGenerator.Record.CNF |
| Modifier and Type | Method and Description |
|---|---|
CNF |
CNF.applyBindings(HashMap<String,String> bindings)
Apply variable substitutions to this set of clauses
|
static CNF |
Clausifier.clausify(LHS lhs) |
CNF |
CNF.deepCopy() |
static CNF |
CommonCNFUtil.findOneCommonCNF(Collection<CNF> input) |
CNF |
CommonCNFUtil.QAPair.getAnswerCNF() |
CNF |
CommonCNFUtil.QAPair.getQueryCNF() |
CNF |
Interpreter.interpretGenCNF(String input)
Take in a single sentence and output CNF for further processing.
|
CNF |
Interpreter.interpretGenCNFBasic(String input)
Take in a single sentence and output CNF for further processing.
|
static CNF |
CommonCNFUtil.loadFileAndFindCommonCNF(String path)
function to load text file and generate one common CNF for all sentences,
one sentence one line.
|
static CNF |
CNF.parseSimple(Lexer lex)
Only positive clauses, no disjuncts, which is the output format
of the Stanford Dependency Parser
|
CNF |
CNF.removeBound() |
static CNF |
RuleSet.testRuleAndClausify()
A test method
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,CNF> |
CommonCNFUtil.generateCNFForStringSet(Map<Integer,String> sentences) |
protected ArrayList<CNF> |
Interpreter.getCNFInput(String input)
Method (mainly for testing) to get list of CNFs from input sentence.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Interpreter.addUnprocessed(ArrayList<String> kifoutput,
CNF cnf) |
void |
CNF.copyBoundFlags(CNF cnf)
Copy bound flags to this set of clauses
|
void |
Graph.fromCNF(CNF cnf)
Convert from CNF into the Graph structure
|
void |
CNF.merge(CNF cnf) |
static void |
Interpreter.preProcessQuestionWords(CNF inputs) |
HashMap<String,String> |
CNF.unify(CNF cnf)
Unify this CNF with the argument.
|
| Modifier and Type | Method and Description |
|---|---|
static CNF |
CommonCNFUtil.findOneCommonCNF(Collection<CNF> input) |
ArrayList<String> |
Interpreter.interpretCNF(ArrayList<CNF> inputs) |
String |
Interpreter.printKB(ArrayList<CNF> inputs) |
Copyright © 2015. All rights reserved.