Copyright | (c) CNRS 2018-Present |
---|---|
License | AGPL + CECILL v3 |
Maintainer | team@gargantext.org |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
CSV parser for Gargantext corpus files.
Documentation
csvMapTermList :: FilePath -> IO TermList #
data CsvListType #
Instances
Read CsvListType # | |
Defined in Gargantext.Core.Text.List.Formats.CSV readsPrec :: Int -> ReadS CsvListType # readList :: ReadS [CsvListType] # readPrec :: ReadPrec CsvListType # readListPrec :: ReadPrec [CsvListType] # | |
Show CsvListType # | |
Defined in Gargantext.Core.Text.List.Formats.CSV showsPrec :: Int -> CsvListType -> ShowS # show :: CsvListType -> String # showList :: [CsvListType] -> ShowS # | |
FromField CsvListType # | |
Defined in Gargantext.Core.Text.List.Formats.CSV parseField :: Field -> Parser CsvListType # | |
ToField CsvListType # | |
Defined in Gargantext.Core.Text.List.Formats.CSV toField :: CsvListType -> Field # | |
Eq CsvListType # | |
Defined in Gargantext.Core.Text.List.Formats.CSV (==) :: CsvListType -> CsvListType -> Bool # (/=) :: CsvListType -> CsvListType -> Bool # |
CsvList | |
|
Instances
Show CsvList # | |
FromNamedRecord CsvList # | |
Defined in Gargantext.Core.Text.List.Formats.CSV | |
ToNamedRecord CsvList # | |
Defined in Gargantext.Core.Text.List.Formats.CSV toNamedRecord :: CsvList -> NamedRecord # |