minimorph-0.1.6.1: English spelling functions with an emphasis on simplicity.

Safe HaskellSafe
LanguageHaskell98

NLP.Minimorph.Number

Synopsis

Documentation

data SingPlu a Source #

Singular and Plural.

Constructors

SP 

Fields

Instances

Eq a => Eq (SingPlu a) Source # 

Methods

(==) :: SingPlu a -> SingPlu a -> Bool #

(/=) :: SingPlu a -> SingPlu a -> Bool #

Show a => Show (SingPlu a) Source # 

Methods

showsPrec :: Int -> SingPlu a -> ShowS #

show :: SingPlu a -> String #

showList :: [SingPlu a] -> ShowS #

data Number Source #

Constructors

Singular 
Plural 

Instances