| Copyright | (c) CNRS 2017-Present |
|---|---|
| License | AGPL + CECILL v3 |
| Maintainer | team@gargantext.org |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Gargantext.Core.NLP
Description
Documentation
type NLPServerMap = Map Lang NLPServerConfig #
class HasNLPServer env where #
Minimal complete definition
Instances
| HasNLPServer DevEnv # | |
Defined in Gargantext.API.Admin.EnvTypes Methods nlpServer :: Getter DevEnv NLPServerMap # nlpServerGet :: Lang -> Getter DevEnv NLPServerConfig # | |
| HasNLPServer Env # | |
Defined in Gargantext.API.Admin.EnvTypes | |
nlpServerMap :: NLPConfig -> NLPServerMap #