|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AltSet | |
| opennlp.grok.expression | |
| opennlp.grok.knowledge | |
| Uses of AltSet in opennlp.grok.expression |
| Methods in opennlp.grok.expression that return AltSet | |
AltSet |
AltSet.intersect(AltSet s)
|
AltSet |
AltSet.union(AltSet s)
|
AltSet |
AltSet.setDifference(AltSet s)
|
AltSet |
AltSet.minus(java.lang.Object d)
|
AltSet |
AltSet.plural()
|
| Methods in opennlp.grok.expression with parameters of type AltSet | |
void |
AltSet.addAll(AltSet c)
|
AltSet |
AltSet.intersect(AltSet s)
|
AltSet |
AltSet.union(AltSet s)
|
AltSet |
AltSet.setDifference(AltSet s)
|
| Uses of AltSet in opennlp.grok.knowledge |
| Subclasses of AltSet in opennlp.grok.knowledge | |
class |
Entity
An Entity is a FC which represents an entity (such as John, the dog, or California) in the discourse. |
class |
Event
An Event is a FC which represents an event (such as "John hit Bill") in the discourse. |
class |
FCAdapter
An FC is the collection of information which defines an entity, proposition, or a group of entities or propositions. |
class |
GrokKind
Nodes in the ISA hierarchies. |
| Methods in opennlp.grok.knowledge with parameters of type AltSet | |
opennlp.common.discourse.Referable |
Brain.interpretLFs(opennlp.common.unify.Feature f,
opennlp.common.synsem.Denoter assert,
AltSet presupps)
|
opennlp.common.discourse.Referable |
Brain.interpret(opennlp.common.unify.Feature f,
opennlp.common.synsem.Denoter assert,
AltSet presupps)
Interpret a semantic form which the parser has produced. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||