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

Speaker sets of KWIC snippets shoud be sorted #188

Open
EleFri opened this issue Feb 5, 2024 · 1 comment
Open

Speaker sets of KWIC snippets shoud be sorted #188

EleFri opened this issue Feb 5, 2024 · 1 comment
Assignees

Comments

@EleFri
Copy link
Collaborator

EleFri commented Feb 5, 2024

Change
Set speakers = new HashSet<>();
to
SortedSet speakers = new TreeSet<>();

@EleFri EleFri self-assigned this Feb 5, 2024
@EleFri
Copy link
Collaborator Author

EleFri commented Jul 2, 2024

implemented in elena_test_branch_2023_12_07 and should be merged into master later

EleFri added a commit that referenced this issue Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant