JetBrains-Research / pubtrends

Scientific literature explorer. Runs a Pubmed or Semantic Scholar search and allows user to explore high-level structure of result papers
Apache License 2.0
36 stars 2 forks source link

Adding whitespace to search query overrides min_search_words=2 limitation #215

Closed olegs closed 4 years ago

olegs commented 4 years ago

This is due to the split command detail.

>>> 'attention '.split(' ')
['attention', '']