Loading [Contrib]/a11y/accessibility-menu.js

Morphology-PT-0.1.0.0: Morphology of the Portuguese language

Safe HaskellSafe
LanguageHaskell2010

NLP.Morphology.Txt

Documentation

tshow :: Show a => a -> Text Source #

tread :: Read a => Text -> a Source #

putTxt :: Txt a => a -> IO () Source #

putTxtLn :: Txt a => a -> IO () Source #

class Txt a where Source #

Methods

txt :: a -> Text Source #

Instances
Txt Text Source # 
Instance details

Defined in NLP.Morphology.Txt

Methods

txt :: Text -> Text Source #

Txt ThematicVowel Source # 
Instance details

Defined in NLP.Morphology.PT.Common

Txt Root Source # 
Instance details

Defined in NLP.Morphology.PT.Common

Methods

txt :: Root -> Text Source #

Txt Person Source # 
Instance details

Defined in NLP.Morphology.PT.Common

Methods

txt :: Person -> Text Source #

Txt Number Source # 
Instance details

Defined in NLP.Morphology.PT.Common

Methods

txt :: Number -> Text Source #

Txt Gender Source # 
Instance details

Defined in NLP.Morphology.PT.Common

Methods

txt :: Gender -> Text Source #

Txt VStructure Source # 
Instance details

Defined in NLP.Morphology.PT.Verb.Base

Methods

txt :: VStructure -> Text Source #

Txt Morpheme Source # 
Instance details

Defined in NLP.Morphology.PT.Verb.Base

Methods

txt :: Morpheme -> Text Source #

Txt [[[Morpheme]]] Source # 
Instance details

Defined in NLP.Morphology.PT.Verb.Base

Methods

txt :: [[[Morpheme]]] -> Text Source #

Txt [[Morpheme]] Source # 
Instance details

Defined in NLP.Morphology.PT.Verb.Base

Methods

txt :: [[Morpheme]] -> Text Source #

Txt [Morpheme] Source # 
Instance details

Defined in NLP.Morphology.PT.Verb.Base

Methods

txt :: [Morpheme] -> Text Source #