hs-conllu-0.1.2: Conllu validating parser and utils.

Copyright© 2018 bruno cuconato
LicenseLPGL-3
Maintainerbruno cuconato <bcclaro+hackage@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe
LanguageHaskell2010

Conllu.UposTagset

Description

defines the CoNLL-U UPOS tagset. this module is meant to be imported as

import qualified Conllu.UposTagset as U

Documentation

data POS Source #

Constructors

ADJ 
ADP 
ADV 
AUX 
CCONJ 
DET 
INTJ 
NOUN 
NUM 
PART 
PRON 
PROPN 
PUNCT 
SCONJ 
SYM 
VERB 
X 

Instances

Enum POS Source # 

Methods

succ :: POS -> POS #

pred :: POS -> POS #

toEnum :: Int -> POS #

fromEnum :: POS -> Int #

enumFrom :: POS -> [POS] #

enumFromThen :: POS -> POS -> [POS] #

enumFromTo :: POS -> POS -> [POS] #

enumFromThenTo :: POS -> POS -> POS -> [POS] #

Eq POS Source # 

Methods

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

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

Read POS Source # 
Show POS Source # 

Methods

showsPrec :: Int -> POS -> ShowS #

show :: POS -> String #

showList :: [POS] -> ShowS #