gargantext-0.0.7.1.5.3: Search, map, share
Copyright(c) CNRS 2018
LicenseAGPL + CECILL v3
Maintainerteam@gargantext.org
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gargantext.Core.Text

Description

Text gathers terms in unit of contexts.

Synopsis

Documentation

class HasText h where #

Methods

hasText :: h -> [Text] #

Instances

Instances details
HasText HyperdataContact # 
Instance details

Defined in Gargantext.Database.Admin.Types.Hyperdata.Contact

HasText HyperdataDocument # 
Instance details

Defined in Gargantext.Database.Admin.Types.Hyperdata.Document

HasText a => HasText (Node a) # 
Instance details

Defined in Gargantext.Database.Action.Flow.Extract

Methods

hasText :: Node a -> [Text] #

newtype Texte #

Constructors

Texte Text 

Instances

Instances details
Show Texte # 
Instance details

Defined in Gargantext.Core.Text

Methods

showsPrec :: Int -> Texte -> ShowS #

show :: Texte -> String #

showList :: [Texte] -> ShowS #

Collage Texte Paragraphe # 
Instance details

Defined in Gargantext.Core.Text

Methods

dec :: Texte -> [Paragraphe] #

inc :: [Paragraphe] -> Texte #

newtype Paragraphe #

Constructors

Paragraphe Text 

Instances

Instances details
Show Paragraphe # 
Instance details

Defined in Gargantext.Core.Text

Collage Paragraphe Phrase # 
Instance details

Defined in Gargantext.Core.Text

Methods

dec :: Paragraphe -> [Phrase] #

inc :: [Phrase] -> Paragraphe #

Collage Texte Paragraphe # 
Instance details

Defined in Gargantext.Core.Text

Methods

dec :: Texte -> [Paragraphe] #

inc :: [Paragraphe] -> Texte #

newtype Phrase #

Constructors

Phrase Text 

Instances

Instances details
Show Phrase # 
Instance details

Defined in Gargantext.Core.Text

Collage Paragraphe Phrase # 
Instance details

Defined in Gargantext.Core.Text

Methods

dec :: Paragraphe -> [Phrase] #

inc :: [Phrase] -> Paragraphe #

Collage Phrase MultiTerme # 
Instance details

Defined in Gargantext.Core.Text

Methods

dec :: Phrase -> [MultiTerme] #

inc :: [MultiTerme] -> Phrase #

newtype MultiTerme #

Constructors

MultiTerme Text 

Instances

Instances details
Show MultiTerme # 
Instance details

Defined in Gargantext.Core.Text

Collage MultiTerme Mot # 
Instance details

Defined in Gargantext.Core.Text

Methods

dec :: MultiTerme -> [Mot] #

inc :: [Mot] -> MultiTerme #

Collage Phrase MultiTerme # 
Instance details

Defined in Gargantext.Core.Text

Methods

dec :: Phrase -> [MultiTerme] #

inc :: [MultiTerme] -> Phrase #

newtype Mot #

Constructors

Mot Text 

Instances

Instances details
Show Mot # 
Instance details

Defined in Gargantext.Core.Text

Methods

showsPrec :: Int -> Mot -> ShowS #

show :: Mot -> String #

showList :: [Mot] -> ShowS #

Collage MultiTerme Mot # 
Instance details

Defined in Gargantext.Core.Text

Methods

dec :: MultiTerme -> [Mot] #

inc :: [Mot] -> MultiTerme #

newtype Lettre #

Constructors

Lettre Text 

Instances

Instances details
Show Lettre # 
Instance details

Defined in Gargantext.Core.Text

type Titre = Phrase #

Type syn seems obvious

class Collage sup inf where #

Methods

dec :: sup -> [inf] #

inc :: [inf] -> sup #

Instances

Instances details
Collage MultiTerme Mot # 
Instance details

Defined in Gargantext.Core.Text

Methods

dec :: MultiTerme -> [Mot] #

inc :: [Mot] -> MultiTerme #

Collage Paragraphe Phrase # 
Instance details

Defined in Gargantext.Core.Text

Methods

dec :: Paragraphe -> [Phrase] #

inc :: [Phrase] -> Paragraphe #

Collage Phrase MultiTerme # 
Instance details

Defined in Gargantext.Core.Text

Methods

dec :: Phrase -> [MultiTerme] #

inc :: [MultiTerme] -> Phrase #

Collage Texte Paragraphe # 
Instance details

Defined in Gargantext.Core.Text

Methods

dec :: Texte -> [Paragraphe] #

inc :: [Paragraphe] -> Texte #

size :: Text -> Int #

Ngrams size