close
Skip to main content
Filter by
Sorted by
Tagged with
1 vote
3 answers
2k views

I'm creating a gutenberg dynamic block. The problem is my I can't access the attributes value outside of render.php , even in my main plugin random-jokes.php file. My console is just outputting this ...
rawaha johns's user avatar
0 votes
1 answer
453 views

I need to download all .txt files from this bookshelf. Is it possible via wget? I can't seem to find any parametres to pass regarding the bookshelf categorizing.
really_anxious's user avatar
0 votes
0 answers
46 views

I'm using drupal 9 and I want to use gutenberg a page builder, to make it easy for my co-worker who don't know anything about code. The thing is that I completed the installation but the edito isn't ...
sarah's user avatar
0 votes
0 answers
131 views

Sometimes project Gutenberg includes the author or book name in a machine readable way in the raw text files but many times it doesn't. I have a collection of project Gutenberg raw text files that I ...
Ohiovr's user avatar
0 votes
0 answers
193 views

I have the complete Project Gutenberg English library as alphabetized csv files with the columns - id, title, text. Here id is in the format /ebooks/15809. Then I am using the Wikipedia python package....
daddyodevil's user avatar
2 votes
0 answers
450 views

I am trying to follow Project Gutenberg's guide to downloading all their english books in txt format but I am running into issues. When I run the following command wget -w 2 -m -H "http://www....
Luca Guarro's user avatar
-3 votes
1 answer
2k views

I am new to python and I am looking for a way to extract with beautiful soup existing open source books that are available on gutenberg-de, such as this one I need to use them for further analysis and ...
Grig's user avatar
1 vote
1 answer
2k views

I'm trying to access a text file from project gutenberg's url. Hence I've copyed the same code from nltk book's, the result was different. from urllib import request url = "http://www.gutenberg.org/...
Lee's user avatar
3 votes
2 answers
161 views

I'm looking at Oliver Twist in both English and French. I found this site (https://cran.r-project.org/web/packages/tidytext/vignettes/tidytext.html) that provides code to apply the chapter number per ...
Litmon's user avatar
4 votes
2 answers
3k views

I'm trying to pull a book using the Gutenberg library and then remove French stopwords. I've been able to do this accurately in English by doing this: twistEN <- gutenberg_download(730) twistEN &...
Litmon's user avatar
2 votes
0 answers
1k views

I was using the Project Gutenberg API (I'm new, forgive me if this isn't actually the right term) with Python 2 just fine. But I needed to start using Python 3 for other reasons. I'm having a lot of ...
Will's user avatar
0 votes
1 answer
159 views

I'm relatively new, and I'm just at a loss as to where to start. I don't expect detailed step-by-step responses (though, of course, those are more than welcome), but any nudges in the right direction ...
Will's user avatar