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

Safe HaskellSafe
LanguageHaskell2010

NLP.Minimorph.Util

Description

Text utility functions.

Synopsis

Documentation

(<+>) :: Text -> Text -> Text infixr 6 Source #

Separated by space unless one of them is empty (in which case just the non-empty one).

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

Show a value in Text format.