sentiment-basic 0.1.0

Simple, deterministic positive/negative word-count sentiment scoring with built-in word lists — pure, zero-dependency, no network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sentiment-basic"
version = "0.1.0"
edition = "2021"
authors = ["BeLikeNative <hello@belikenative.com>"]
license = "MIT"
description = "Simple, deterministic positive/negative word-count sentiment scoring with built-in word lists — pure, zero-dependency, no network."
homepage = "https://belikenative.com/"
repository = "https://github.com/theluckystrike/belikenative"
documentation = "https://docs.rs/sentiment-basic"
keywords = ["sentiment", "nlp", "text", "opinion-mining", "linguistics"]
categories = ["text-processing", "science"]
readme = "README.md"

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