Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hscells/cqr
- Owner: hscells
- License: mit
- Created: 2017-11-03T04:03:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T11:11:25.000Z (almost 6 years ago)
- Last Synced: 2024-06-21T00:13:39.589Z (5 months ago)
- Topics: boolean-query, information-retrieval, query, query-representation, representation
- Language: Go
- Homepage: https://godoc.org/github.com/hscells/cqr
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.