[WIP] Zardoz is a small WFA which tries to learn from the server and client the rules of what to block.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module zardoz
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/blevesearch/bleve v0.8.1 // indirect
|
|
github.com/blevesearch/go-porterstemmer v1.0.2 // indirect
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
|
|
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
|
|
github.com/lytics/multibayes v0.0.0-20161108162840-3457a5582021
|
|
)
|