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