]> Git — Sourcephile - gargantext.git/commit
[NLP] add support for arbitrary languages in INI file
authorPrzemysław Kaminski <pk@intrepidus.pl>
Fri, 14 Apr 2023 11:00:28 +0000 (13:00 +0200)
committerPrzemysław Kaminski <pk@intrepidus.pl>
Fri, 14 Apr 2023 11:00:28 +0000 (13:00 +0200)
commit04533163374c8a7451b4c18916e021553d877a63
treedf83aaee6fcd6104010673d94ab8c45fe49e1e5f
parentf2d9f096d9c41410cee72ec27a1e710436a63adc
[NLP] add support for arbitrary languages in INI file

Also, added a basic GraphQL endpoint.
15 files changed:
gargantext.cabal
package.yaml
src/Gargantext/API/GraphQL.hs
src/Gargantext/API/GraphQL/NLP.hs [new file with mode: 0644]
src/Gargantext/API/Node/Corpus/New.hs
src/Gargantext/API/Node/Corpus/Searx.hs
src/Gargantext/API/Node/Types.hs
src/Gargantext/Core.hs
src/Gargantext/Core/NLP.hs
src/Gargantext/Core/Text/Learn.hs
src/Gargantext/Core/Text/Samples/CN.hs [moved from src/Gargantext/Core/Text/Samples/CH.hs with 93% similarity]
src/Gargantext/Core/Text/Samples/ES.hs [moved from src/Gargantext/Core/Text/Samples/SP.hs with 83% similarity]
src/Gargantext/Core/Text/Samples/PL.hs [new file with mode: 0644]
src/Gargantext/Utils/JohnSnowNLP.hs
stack.yaml