gutenberg icon indicating copy to clipboard operation
gutenberg copied to clipboard

A simple interface to the Project Gutenberg corpus.

Results 6 gutenberg issues
Sort by recently updated
recently updated
newest added

Hello! I am trying to use the gutenberg package but there are issues: I use the code which is demonstrated in github but I get the following message: ``` raise...

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...

* [ ] Drop Python 2.7 * [ ] Upgrade to rdflib >= 6.0.0 * [ ] Replace bsddb3 with berkeleydb

enhancement
help wanted

Hi guys, I got the cache ... used it well, but after upgrading my computer's OS, I started getting this error. I know I have the cache in the same...

bug
help wanted

The metadata database contains records for non-existent ebooks. Exists: https://www.gutenberg.org/ebooks/1 Doesn't exist: https://www.gutenberg.org/ebooks/182 Example code: ```python from __future__ import print_function from gutenberg.query import get_metadata def get_all_metadata(etextno): for feature_name in ['author',...

enhancement
help wanted

Hi there, could you guys please point me into any potentially available documentation of the SQL/dB version of the cache? I wonder how to directly query the SQLite cache. Thanks