public final class GroundingAPI extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GroundingAPI.GroundRuleInfo |
Modifier and Type | Field and Description |
---|---|
static String |
PARTITION_OBS |
static String |
PARTITION_UNOBS |
Constructor and Description |
---|
GroundingAPI() |
Modifier and Type | Method and Description |
---|---|
static GroundingAPI.GroundRuleInfo[] |
ground(String[] ruleStrings,
String[] predicateNames,
int[] predicateArities,
String[][][] observedData,
String[][][] unobservedData) |
public static final String PARTITION_OBS
public static final String PARTITION_UNOBS
public static GroundingAPI.GroundRuleInfo[] ground(String[] ruleStrings, String[] predicateNames, int[] predicateArities, String[][][] observedData, String[][][] unobservedData)
Copyright © 2022 University of California, Santa Cruz. All rights reserved.