• Alfredo Di Napoli's avatar
    Add unified stemming interface · 2941ac6e
    Alfredo Di Napoli authored
    This commit refactors ever so slightly the '.Stem' modules to create a
    unified interface; now Gargantext.Core.Text.Terms.Mono.Stem exports a
    single 'stem' function which can be used with different
    `StemmingAlgorithm`s, and now the other algorithms' functions have been
    shielded behind internal modules.
    
    This makes possible to see at glance which part of Garg are using which
    stemming algorithm, as it wasn't always clearer before.
    
    This also allows us to have a better control over the langugages, as not
    all the stemming algorithms supports all the languages that Garg
    supports.
    2941ac6e
Name
Last commit
Last update
bench Loading commit data...
bench-data/phylo Loading commit data...
bin Loading commit data...
devops Loading commit data...
docs Loading commit data...
ekg-assets Loading commit data...
nix Loading commit data...
src Loading commit data...
src-doctest Loading commit data...
test Loading commit data...
test-data Loading commit data...
.clippy.dhall Loading commit data...
.envrc Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
DEVELOPER_GUIDELINES.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
cabal.project Loading commit data...
cabal.project.freeze Loading commit data...
gargantext-cors-settings.toml Loading commit data...
gargantext.cabal Loading commit data...
gargantext.ini_toModify Loading commit data...
run Loading commit data...
server Loading commit data...
shell.nix Loading commit data...
stack.yaml Loading commit data...
start Loading commit data...
weeder.dhall Loading commit data...