Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hscells/cqr

Common query representation for keyword and Boolean queries in go.
https://github.com/hscells/cqr

boolean-query information-retrieval query query-representation representation

Last synced: 7 days ago
JSON representation

Common query representation for keyword and Boolean queries in go.

Awesome Lists containing this project

README

        

# cqr

[![GoDoc](https://godoc.org/github.com/hscells/cqr?status.svg)](https://godoc.org/github.com/hscells/cqr)
[![Go Report Card](https://goreportcard.com/badge/github.com/hscells/cqr)](https://goreportcard.com/report/github.com/hscells/cqr)
[![gocover](http://gocover.io/_badge/github.com/hscells/cqr)](https://gocover.io/github.com/hscells/cqr)

_Common query representation for keyword and Boolean queries in Go_

This package provides a common standard for query representation in Go. Both the
[transmute](https://github.com/hscells/transmute) and [lexes](https://github.com/dan-locke/lexes) query parsers are
compatible with Common Query Representation. A set of tools for query analysis to come.