-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
WHAT I want this project to do (or not do)
I would like a function that returns a generator with every english word.
WHY I want this project to have this feature
Such a function would facilitate other functions.
HOW we might implement this feature
I image the function signature like:
def english_words() -> Iterable[str]:
...This could be generalized to other languages like:
def words(language: str) -> Iterable[str]:
...where language is some kind of language identifier.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request