| Copyright | (c) CNRS 2017 |
|---|---|
| License | AGPL + CECILL v3 |
| Maintainer | team@gargantext.org |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Gargantext.Utils.SpacyNLP.Types
Description
Spacy ecosystem: https://github.com/explosion/spaCy
Server to be used: https://gitlab.iscpif.fr/gargantext/spacy-server
Documentation
Constructors
| SpacyData | |
Fields
| |
Constructors
| SpacyText | |
Fields
| |
Constructors
data SpacyRequest #
Constructors
| SpacyRequest | |
Fields | |
Instances
| FromJSON SpacyRequest # | |
Defined in Gargantext.Utils.SpacyNLP.Types | |
| ToJSON SpacyRequest # | |
Defined in Gargantext.Utils.SpacyNLP.Types Methods toJSON :: SpacyRequest -> Value # toEncoding :: SpacyRequest -> Encoding # toJSONList :: [SpacyRequest] -> Value # toEncodingList :: [SpacyRequest] -> Encoding # | |
| Show SpacyRequest # | |
Defined in Gargantext.Utils.SpacyNLP.Types Methods showsPrec :: Int -> SpacyRequest -> ShowS # show :: SpacyRequest -> String # showList :: [SpacyRequest] -> ShowS # | |
spacy_data :: Iso' SpacyData [SpacyText] #
spacy_tags :: Lens' SpacyText [SpacyTags] #