xnohat / wordwisecreator

Generate Kindle Wordwise for All type of Ebook (EPUB, MOBI, PRC, AZW3, PDF...)
GNU General Public License v3.0
49 stars 12 forks source link

failed to open stream: No such file or directory #3

Open imevilx opened 4 years ago

imevilx commented 4 years ago

+] Load Stop Words [+] Load Wordwise Dict [+] Clean old temps [+] Convert Book to HTML [+] Load Book Contents PHP Warning: file_get_contents(book_dump_html/index1.html): failed to open stream: No such file or directory in /home/j/wordwisecreator/wordwisecreator.php on line 61 [+] Process (1) Words [+] Create New Book with Wordwised PHP Warning: file_put_contents(book_dump_html/index1.html): failed to open stream: No such file or directory in /home/j/wordwisecreator/wordwisecreator.php on line 115 [+] 3 book EPUB, AZW3, PDF with wordwise generated Done !

jizusun commented 4 years ago

The same to me 😢

➜  wordwisecreator git:(master) ✗ php wordwisecreator.php '/Users/jizu/Calibre Library/Amy Tan/The Joy Luck Club_ A Novel (12)/The Joy Luck Club_ A Novel - Amy Tan.epub'
[+] Load Stop Words
[+] Load Wordwise Dict
[+] Clean old temps
[+] Convert Book to HTML
[+] Load Book Contents

Warning: file_get_contents(book_dump_html/index.html): failed to open stream: No such file or directory in /Users/i337932/Code/wordwisecreator/wordwisecreator.php on line 61
[+] Process (1) Words
[+] Create New Book with Wordwised

Warning: file_put_contents(book_dump_html/index.html): failed to open stream: No such file or directory in /Users/i337932/Code/wordwisecreator/wordwisecreator.php on line 115
[+] 3 book EPUB, AZW3, PDF with wordwise generated Done !
xnohat commented 3 years ago

Hi , you need calibre install on your system. This script use ebook-convert command from calibre to process texts

hbattosai commented 3 years ago

Hi xnohat, i have installed calibre but it didn't find the ebook-convert command. Is there any special config in calibre? I have installed in my pc with windows 10.

Monirzadeh commented 2 years ago

Hi xnohat, i have installed calibre but it didn't find the ebook-convert command. Is there any special config in calibre? I have installed in my pc with windows 10.

i am not on windows but try this #6

kenilt commented 1 year ago

This tool was not updated for a long time, and it run a bit slow. So I ported it using Golang then it was so much faster and I added some other features to it. You can check it out at: https://github.com/kenilt/go-wordwise-creator Features