deepset-ai / COVID-QA

API & Webapp to answer questions about COVID-19. Using NLP (Question Answering) and trusted data sources.
Apache License 2.0
344 stars 121 forks source link

Added state pattern to Query class #173

Open yasserelsaid opened 3 years ago

yasserelsaid commented 3 years ago

Applied the state pattern to the Query class to make methods on involving the filter attribute behave differently depending on the filter state.