| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Language.Drasil.Development
Description
Developing the expression language in Drasil. Re-export many things to simplify external use.
Development.Sentence
NounPhrase
class NounPhrase n where Source #
Minimal complete definition
Methods
phraseNP :: n -> NPStruct 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".
NounPhrase.Core
Essentially a subset of Sentence that contains only the parts
that make sense for a NounPhrase