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

Safe HaskellNone

NLP.Minimorph.Number

Synopsis

Documentation

data SingPlu a Source

Singular and Plural.

Constructors

SP 

Fields

sg :: a
 
pl :: a
 

Instances

Eq a => Eq (SingPlu a) 
Show a => Show (SingPlu a) 

data Number Source

Constructors

Singular 
Plural 

Instances