You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
Hello,
I install the gutenberg package with pip and with the functions "load_extexts" and "get_etexts", I can't download or read all texts for a specific language (for example english).
Is there a solution for downloading and reading text for a language ?
Thank you for your answer
The text was updated successfully, but these errors were encountered:
I haven't worked on this project in years at this point, so I'm just going off of the tests and the code. This function looks like it should do what you need. list_supported_metadatas() should include language and then you should be able to do get_etexts('language', 'english') or similar.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I install the gutenberg package with pip and with the functions "load_extexts" and "get_etexts", I can't download or read all texts for a specific language (for example english).
Is there a solution for downloading and reading text for a language ?
Thank you for your answer
The text was updated successfully, but these errors were encountered: