Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeuxisoo/go-zenwords

An experimental program for providing text filtering services
https://github.com/zeuxisoo/go-zenwords

filter golang grpc rpc web

Last synced: 5 days ago
JSON representation

An experimental program for providing text filtering services

Awesome Lists containing this project

README

        

# Zenwords

An experimental program for providing text filtering services

## Usage

Install the vendor (if not exists)

dep ensure

Get the tools

make tools

Generate the related code from protocol buffers

make generate

Build the application

go build -o zenwords *.go

Copy wrods file and edit it

cp words.txt /path/to/your/app/root/words.txt

Run the program

./zenwords