Safe Haskell | None |
---|---|
Language | Haskell2010 |
NLP.GenI.Polarity.Types
- data PolarityKey
- type SemPols = [Int]
- data PolarityAttr
- = SimplePolarityAttr { }
- | RestrictedPolarityAttr { }
- readPolarityAttrs :: String -> Set PolarityAttr
- showPolarityAttrs :: Set PolarityAttr -> String
Documentation
data PolarityKey Source #
Constructors
PolarityKeyAv Text Text | |
PolarityKeyStr Text | |
PolarityKeyVar Text | attribute |
Instances
data PolarityAttr Source #
PolarityAttr
is something you want to perform detect polarities on.
Constructors
SimplePolarityAttr | |
RestrictedPolarityAttr |
|
Instances