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

Возвращать все гнёзда синонимов #4

Closed
BruchesLena opened this issue Aug 5, 2024 · 0 comments · Fixed by #7
Closed

Возвращать все гнёзда синонимов #4

BruchesLena opened this issue Aug 5, 2024 · 0 comments · Fixed by #7
Assignees
Labels
enhancement New feature or request

Comments

@BruchesLena
Copy link
Contributor

BruchesLena commented Aug 5, 2024

Сейчас метод def get_element_by_synonym(self, synonym: str) -> Optional[dict]: возвращает первое гнездо синонимов, которое встретилось с заданным синонимом.
Нужно возвращать список таких словарей:

  • Пустой список, если нет гнёзд с заданным синонимом;
  • Список с одним элементом (словарём), если есть только одно гнездо с заданным синонимом;
  • Список из нескольких синонимов (> 1), если есть несколько различных гнёзд с заданными синонимами
@BruchesLena BruchesLena added the enhancement New feature or request label Aug 5, 2024
@BruchesLena BruchesLena self-assigned this Aug 7, 2024
@BruchesLena BruchesLena linked a pull request Aug 7, 2024 that will close this issue
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant