| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Language.Drasil.Chunk.Concept.Core
Contents
Description
Define concept-related chunks. A concept is usually something that has a term, definition, and comes from some domain of knowledge.
Concept-related Datatypes
data ConceptChunk Source #
The ConceptChunk datatype records a concept that contains a unique id (UID),
a term (NP), a definition (Sentence), an optional abbreviation ('Maybe String'),
and an associated domain of knowledge ([UID]).
Ex. The concept of Accuracy may be defined as the quality or state of being correct or precise.