arxivpy icon indicating copy to clipboard operation
arxivpy copied to clipboard

Create function to generate query

Open titipata opened this issue 9 years ago • 1 comments

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 avatar Sep 29 '16 04:09 titipata

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

titipata avatar Sep 29 '16 08:09 titipata