Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
195
Issues
195
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
6c1e5560
Commit
6c1e5560
authored
Apr 07, 2025
by
Alfredo Di Napoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor polishing
parent
40ff740e
Pipeline
#7522
passed with stages
in 37 minutes and 48 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
hie.yaml
hie.yaml
+0
-6
New.hs
src/Gargantext/API/Node/Corpus/New.hs
+1
-1
Parsers.hs
src/Gargantext/Core/Text/Corpus/Parsers.hs
+2
-2
No files found.
hie.yaml
View file @
6c1e5560
...
@@ -68,9 +68,3 @@ cradle:
...
@@ -68,9 +68,3 @@ cradle:
-
path
:
"
./test"
-
path
:
"
./test"
component
:
"
gargantext:test:garg-test-hspec"
component
:
"
gargantext:test:garg-test-hspec"
-
path
:
"
./bench/Main.hs"
component
:
"
gargantext:bench:garg-bench"
-
path
:
"
./bench/Paths_gargantext.hs"
component
:
"
gargantext:bench:garg-bench"
src/Gargantext/API/Node/Corpus/New.hs
View file @
6c1e5560
...
@@ -12,10 +12,10 @@ New corpus means either:
...
@@ -12,10 +12,10 @@ New corpus means either:
- new data in existing corpus
- new data in existing corpus
-}
-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE LambdaCase #-}
module
Gargantext.API.Node.Corpus.New
module
Gargantext.API.Node.Corpus.New
where
where
...
...
src/Gargantext/Core/Text/Corpus/Parsers.hs
View file @
6c1e5560
...
@@ -47,13 +47,14 @@ import Data.Text qualified as DT
...
@@ -47,13 +47,14 @@ import Data.Text qualified as DT
import
Data.Tuple.Extra
(
both
)
-- , first, second)
import
Data.Tuple.Extra
(
both
)
-- , first, second)
import
Gargantext.API.Node.Corpus.New.Types
(
FileFormat
(
..
))
import
Gargantext.API.Node.Corpus.New.Types
(
FileFormat
(
..
))
import
Gargantext.Core
(
Lang
(
..
))
import
Gargantext.Core
(
Lang
(
..
))
import
Gargantext.Core.Text.Corpus.Parsers.TSV
(
parseHal
,
parseTsv
,
parseTsvC
)
import
Gargantext.Core.Text.Corpus.Parsers.Date
qualified
as
Date
import
Gargantext.Core.Text.Corpus.Parsers.Date
qualified
as
Date
import
Gargantext.Core.Text.Corpus.Parsers.FrameWrite
(
text2titleParagraphs
)
import
Gargantext.Core.Text.Corpus.Parsers.FrameWrite
(
text2titleParagraphs
)
import
Gargantext.Core.Text.Corpus.Parsers.Iramuteq
qualified
as
Iramuteq
import
Gargantext.Core.Text.Corpus.Parsers.Iramuteq
qualified
as
Iramuteq
import
Gargantext.Core.Text.Corpus.Parsers.JSON
(
parseJSONC
,
parseIstex
)
import
Gargantext.Core.Text.Corpus.Parsers.JSON
(
parseJSONC
,
parseIstex
)
import
Gargantext.Core.Text.Corpus.Parsers.RIS
qualified
as
RIS
import
Gargantext.Core.Text.Corpus.Parsers.RIS
qualified
as
RIS
import
Gargantext.Core.Text.Corpus.Parsers.RIS.Presse
(
presseEnrich
)
import
Gargantext.Core.Text.Corpus.Parsers.RIS.Presse
(
presseEnrich
)
import
Gargantext.Core.Text.Corpus.Parsers.TSV
(
parseHal
,
parseTsv
,
parseTsvC
)
import
Gargantext.Core.Text.Corpus.Parsers.Types
import
Gargantext.Core.Text.Corpus.Parsers.WOS
qualified
as
WOS
import
Gargantext.Core.Text.Corpus.Parsers.WOS
qualified
as
WOS
import
Gargantext.Core.Text.Ngrams
(
NgramsType
(
..
))
import
Gargantext.Core.Text.Ngrams
(
NgramsType
(
..
))
import
Gargantext.Database.Admin.Types.Hyperdata.Document
(
HyperdataDocument
(
..
)
)
import
Gargantext.Database.Admin.Types.Hyperdata.Document
(
HyperdataDocument
(
..
)
)
...
@@ -62,7 +63,6 @@ import Gargantext.Utils.Jobs.Error
...
@@ -62,7 +63,6 @@ import Gargantext.Utils.Jobs.Error
import
Gargantext.Utils.Zip
qualified
as
UZip
import
Gargantext.Utils.Zip
qualified
as
UZip
import
Protolude
(
show
)
import
Protolude
(
show
)
import
System.FilePath
(
takeExtension
)
import
System.FilePath
(
takeExtension
)
import
Gargantext.Core.Text.Corpus.Parsers.Types
------------------------------------------------------------------------
------------------------------------------------------------------------
type
ParseError
=
Text
type
ParseError
=
Text
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment