Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
For adding a relation (expression) to a concept.
Synopsis
- data RelationConcept
- makeRC :: Express e => String -> NP -> Sentence -> e -> RelationConcept
Chunk Type
data RelationConcept Source #
For a concept (ConceptChunk
) that also has a Relation
(ModelExpr
) attached.
Ex. We can describe a pendulum arm and then apply an associated equation so that we know its behaviour.