Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Developing the expression language in Drasil. Re-export many things to simplify external use.
NounPhrase
class NounPhrase n where Source #
phraseNP :: n -> Sentence Source #
Retrieves singular form of term. Ex. "the quick brown fox".
pluralNP :: n -> PluralForm Source #
Retrieves plural form of term. Ex. "the quick brown foxes".
sdep :: Sentence -> [UID] Source #
This is to collect symbolic UID
s that are printed out as a Symbol
.