Skip to content

FreeAgentStore/sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analyzer

Analyze text sentiment using heuristic code — no AI model needed. Instant results, zero download. The code evolves as more examples are added.

Part of FreeAgentStore — AI tools that run free in your browser.

Install

npm install @freeagentstore/sentiment

Usage

export { analyzeSentiment } from "@freeagentstore/sentiment";

ESM (zero install)

<script type="module">
  import { ... } from 'https://freeagentstore.online/pkg/sentiment/index.js'
</script>

Try it

Open sandbox on FreeAgentStore

License

MIT

About

Analyze text sentiment using heuristic code — no AI model needed. Instant results, zero download. The code evolves as more examples are added.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors