brillig-0.3: Simple part of speech tagger

Safe HaskellSafe-Infered

NLP.Brillig

Documentation

newtype Tag Source

Constructors

Tag 

Fields

fromTag :: Text
 

Instances

type Tagged a = (a, Tag)Source

retag :: ([Tag] -> [Tag]) -> [Tagged Text] -> [Tagged Text]Source