Skip to content

Instantly share code, notes, and snippets.

View GohioAC's full-sized avatar

Aritra Chatterjee GohioAC

View GitHub Profile
GET /semantic_scholar/_search
{
"query": {
"bool": {
"filter": {
"bool": {
"should": [
{ "match_phrase": { "doc.entities": "Machine Learning" }},
{ "match_phrase": { "doc.entities": "Artificial Intelligence" }},
{ "match_phrase": { "doc.entities": "Natural Language Processing" }},