Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christianwgd/antispam
Web service runtime for the bayespam spam checker
https://github.com/christianwgd/antispam
Last synced: 2 days ago
JSON representation
Web service runtime for the bayespam spam checker
- Host: GitHub
- URL: https://github.com/christianwgd/antispam
- Owner: christianwgd
- Created: 2020-09-27T16:22:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T11:31:10.000Z (8 months ago)
- Last Synced: 2024-05-14T12:39:42.608Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Rust antispam webservice
## Introduction
antispam is a web service runtime for the [bayespam](https://docs.rs/bayespam/1.0.3/bayespam/) spam checker crate.
There are two services available:- Check: Gets a text to check and returns if it's classified as spam. The score of the text is also returned
- Train: Learn a text to the bayespam file as either spam or ham.## Installation
> To be done