/dowser

small information retrieval engine

Primary LanguageGo

Dowser: Small information retrieval engine

Dowser provides you to do 'dowsing' throught the documents. It's my hobby project to understand what is search engine looks like, and how it work. Now, it only processes Japanese. (English comoing soon)

Install

$ go get github.com/shinpei/dowser

How to use

 import "github.com/shinpei/dowser"

 dowser = dowser.Create();
 dowser.Run()

License

It's under ASL2.0. If you find bug or improvement request, please contact me through twitter, @shinpeintk. And always welcoming heartful pull request.

cheers, 🍺 🗿