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

Write __iter__ magic method for all types #1

Closed
milosen opened this issue Nov 24, 2023 · 0 comments
Closed

Write __iter__ magic method for all types #1

milosen opened this issue Nov 24, 2023 · 0 comments
Assignees

Comments

@milosen
Copy link
Owner

milosen commented Nov 24, 2023

... to make them iterate over their constituents:

E.g. [syllble.id for word in lexicon for syllable in word] should give us a complete list of syllable-strings in the lexicon.

@milosen milosen self-assigned this Nov 24, 2023
@milosen milosen closed this as completed Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant