sentiwordnet-parser-0.1.0.0: Parser for the SentiWordNet tab-separated file

Safe HaskellNone
LanguageHaskell2010

NLP.SentiwordnetParser

Contents

Synopsis

Documentation

data Entry Source #

Constructors

Entry 

Instances

Eq Entry Source # 

Methods

(==) :: Entry -> Entry -> Bool #

(/=) :: Entry -> Entry -> Bool #

Show Entry Source # 

Methods

showsPrec :: Int -> Entry -> ShowS #

show :: Entry -> String #

showList :: [Entry] -> ShowS #

data POS Source #

Instances

Eq POS Source # 

Methods

(==) :: POS -> POS -> Bool #

(/=) :: POS -> POS -> Bool #

Show POS Source # 

Methods

showsPrec :: Int -> POS -> ShowS #

show :: POS -> String #

showList :: [POS] -> ShowS #

internal stuff

test :: IO () Source #