titipata / arxivpy

Python wrapper for arXiv API
MIT License
56 stars 18 forks source link

Create function to generate query #2

Open titipata opened 8 years ago

titipata commented 8 years ago

This will help us to make query term and put it on query function. Here is rough idea to generate query (thanks @bluenex for the suggestion/discussion).

def generate_query(terms=["first_name last_name", ...], prefix="title", bool="AND", **kwargs):
titipata commented 8 years ago

we also want to generate query in free from e.g. author konrad kording andnot (title deep learning or title neuroscience) (suggested by @bluenex )