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