You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method corpus.filter(args) currently works on string comparisons. It would be better to have a comparison class to manage string comparisons properly. For example to also be able to compare with years such as "1842/43".
The text was updated successfully, but these errors were encountered:
The method
corpus.filter(args)
currently works on string comparisons. It would be better to have a comparison class to manage string comparisons properly. For example to also be able to compare with years such as "1842/43".The text was updated successfully, but these errors were encountered: