Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeuxisoo/go-zenwords
- Owner: zeuxisoo
- Created: 2019-01-10T10:24:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T10:29:04.000Z (almost 6 years ago)
- Last Synced: 2024-12-01T13:43:57.065Z (2 months ago)
- Topics: filter, golang, grpc, rpc, web
- Language: Go
- Homepage:
- Size: 489 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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