Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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