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