Packages

Pure Gleam implementation of the Porter2 English stemming algorithm

Current section

Files

Jump to
Raw

gleam.toml

name = "snowball_stemmer"
version = "1.0.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Pure Gleam implementation of the Porter2 English stemming algorithm"
licences = ["Apache-2.0"]
repository = { type = "github", user = "seafoamteal", repo = "snowball_stemmer" }
# links = [{ title = "Website", href = "" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
splitter = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.3.0 and < 3.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
porter_stemmer = ">= 1.0.0 and < 2.0.0"
gleamy_bench = ">= 0.6.0 and < 1.0.0"
argv = ">= 1.0.2 and < 2.0.0"
gleam_community_ansi = ">= 1.4.3 and < 2.0.0"