Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subquery from trend diagram includes matches with no date #350

Open
arildm opened this issue Mar 20, 2024 · 0 comments
Open

Subquery from trend diagram includes matches with no date #350

arildm opened this issue Mar 20, 2024 · 0 comments
Labels

Comments

@arildm
Copy link
Member

arildm commented Mar 20, 2024

  1. Search for "fisk" in the Skönlitteratur corpora and show statistics: https://korpdev.spraakbanken.gu.se:9111/#?corpus=aspacsv,rom99,romg,romi,romii,saltnld-sv,storsuc&cqp=%5B%5D&show_stats&search=word%7Cfisk&page=1&result_tab=2
  2. Open trend diagram
  3. Click in the diagram at the year 1842
  4. A new KWIC listing will load using a CQP query containing something like [(int(_.text_datefrom) >= 18420101 & int(_.text_dateto) <= 18421231) | (int(_.text_datefrom) <= 18420101 & int(_.text_dateto) >= 18421231)]
  • Expected: The three hits from the Äldre svenska romaner corpus
  • Actual: First all 31 hits from ASPAC: Svenska and then the three other hits
@arildm arildm added the bug label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant