Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/ESHackathon/search_parser
https://github.com/ESHackathon/search_parser
ADD: Now you can easily deploy it with appengine
21adca7ca8edf164cde293abf65f34e725a33436 authored about 6 years ago by Daniel Pérez Rada <[email protected]>
21adca7ca8edf164cde293abf65f34e725a33436 authored about 6 years ago by Daniel Pérez Rada <[email protected]>
ADD: Some examples data, from the way they report the strategies
6c5adf68b5b3e222c141237bb6c3a56266c58c37 authored over 6 years ago by Daniel Pérez Rada <[email protected]>
6c5adf68b5b3e222c141237bb6c3a56266c58c37 authored over 6 years ago by Daniel Pérez Rada <[email protected]>
ADD: Separating the parsing of the strategy with getting the terms
af27769397a78024c24374affee1e148b42f32ac authored over 6 years ago by Daniel Pérez Rada <[email protected]>
af27769397a78024c24374affee1e148b42f32ac authored over 6 years ago by Daniel Pérez Rada <[email protected]>
ADD: Now the lexer support priority. So it will match the rules
in the order they are defined
df59920247c1b32a931c2d109cba9d89305c5135 authored over 6 years ago by Daniel Pérez Rada <[email protected]>
FIX: problem with the last word
d64bce5926c18b56db6148ca1df7fe6062fd8ec0 authored over 6 years ago by Daniel Pérez Rada <[email protected]>
d64bce5926c18b56db6148ca1df7fe6062fd8ec0 authored over 6 years ago by Daniel Pérez Rada <[email protected]>
Docker support
65bb91e3b881fd4cdc9ba60af065a0fc6d97f3c0 authored over 6 years ago by Andrew Martin <[email protected]>
65bb91e3b881fd4cdc9ba60af065a0fc6d97f3c0 authored over 6 years ago by Andrew Martin <[email protected]>
ADD: json response
d17c1d67b38d34f2018b7f8ac10f6dd4fc13cb8b authored over 6 years ago by Daniel Pérez Rada <[email protected]>
d17c1d67b38d34f2018b7f8ac10f6dd4fc13cb8b authored over 6 years ago by Daniel Pérez Rada <[email protected]>
ADD: Server and some refactor
ea8772fc2a13c93edd8c21359500afaeb86f08a6 authored over 6 years ago by Daniel Pérez Rada <[email protected]>
ea8772fc2a13c93edd8c21359500afaeb86f08a6 authored over 6 years ago by Daniel Pérez Rada <[email protected]>
Concatenated terms
d22ca7b2bc6fd15876f5e8f622a202362e831df5 authored over 6 years ago by Andrew Martin <[email protected]>
d22ca7b2bc6fd15876f5e8f622a202362e831df5 authored over 6 years ago by Andrew Martin <[email protected]>
ADD: First version:
- An external python lexer (from a gist)
- Some rules for basic search parsing
- Some example ...