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

Fix 52: tests only include sentences with no unknown terms. #53

Conversation

jzohrab
Copy link

@jzohrab jzohrab commented Nov 2, 2022

Addresses issue #52 .

I believe that the subquery is correct -- it works with my local test data. @HugoFara , can you verify? (The Ti2WordCount is checked for non-zero because it appears that it is zero for things like spaces, punctuation, etc).

@HugoFara HugoFara linked an issue Nov 2, 2022 that may be closed by this pull request
HugoFara added a commit that referenced this pull request Nov 4, 2022
Until now it was supposed to be 0%, but very buggy.
Fixed #52, #53.
@HugoFara
Copy link
Owner

HugoFara commented Nov 4, 2022

Hi, thanks for the pull request! As explained in #52 , it would really limit the number of testable sentences. So instead of using sentence were you understand all words, I selected "meaningful" sentences with 70% of known words. Enjoy!

@HugoFara HugoFara closed this Nov 4, 2022
@HugoFara HugoFara added the bug Something isn't working label Nov 4, 2022
@jzohrab jzohrab deleted the fix_tests_only_use_sentences_with_no_unknown_terms branch November 15, 2022 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests should not use sentences with unknown words
2 participants