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

https://github.com/alextanhongpin/autocomplete

Autocomplete server written in golang
https://github.com/alextanhongpin/autocomplete

auto-complete auto-correct golang

Last synced: about 1 year ago
JSON representation

Autocomplete server written in golang

Awesome Lists containing this project

README

          

# Auto-complete & Auto-correct Server

Auto-complete feature using Trie and auto-corect using BK-Tree which uses Damerau-levenshtein as the distance metric.

## Start

```bash
$ go run main.go
```