rust_lemmatizer 0.1.0

A lemmatizing package for use with a .csv dictionary of lemmas and their corresponding words.
Documentation
[[bin]]
name = "get_lemmas"
path = "src/bin/get_lemmas.rs"
[dependencies.csv]
version = "1.1"

[lib]
name = "rust_lemmatizer"
path = "src/lib.rs"

[package]
authors = ["Ian Goodale"]
categories = ["text-processing"]
description = "A lemmatizing package for use with a .csv dictionary of lemmas and their corresponding words."
edition = "2021"
keywords = ["NLP", "lemmatization"]
license = "GPL-3.0-or-later"
name = "rust_lemmatizer"
readme = "README.md"
repository = "https://github.com/ian-nai/rust_lemmatizer"
resolver = "2"
version = "0.1.0"