Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 08-02-2022, 02:47 PM   #421
Shark69
Zealot
Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.
 
Shark69's Avatar
 
Posts: 136
Karma: 493152
Join Date: Mar 2012
Location: Spain
Device: Kindle Oasis 2
Hello...
I'm processig eswiktionary-20220720-pages-articles.xml too, but I have a doubt. I can see several messages like:

Quote:
UNRECOGNIZED PREFIX Wikcionario:Frecuencias/Finés/280001-290000
====== WARNING: PARSING PAGE TOOK 169.2s: Wikcionario:Frecuencias/Finés/270001-280000
... 41259/953296 pages (4.3%) processed, 15:31:02 remaining
I suppose it is because tatuylonen told his plan was to check the process in the Finnish wiktionary. Did you receive those kind a messages?
Did you manage to finish the process?

As you can see, my log says 15:31:02 remaining because is a VM.

Thanks
Shark69 is offline   Reply With Quote
Old 08-02-2022, 07:49 PM   #422
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
Join Date: Nov 2020
Device: none
I stopped the command because these Wikcionario:Frecuencias/Finés pages are useless and take most of the process time. If `wiktwords` can ignore them it could finish way much faster. Maybe you can delete those pages from the dump file.
xxyzz is offline   Reply With Quote
Advert
Old 08-04-2022, 03:29 AM   #423
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
Join Date: Nov 2020
Device: none
I managed to let the command ignore these pages: https://github.com/tatuylonen/wiktextract/pull/143

But it can't extract the Spanish dump file for now, I think wikitextprocessor requires some changes to support the Spanish Wiktionary.
xxyzz is offline   Reply With Quote
Old 08-04-2022, 03:35 AM   #424
Shark69
Zealot
Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.
 
Shark69's Avatar
 
Posts: 136
Karma: 493152
Join Date: Mar 2012
Location: Spain
Device: Kindle Oasis 2
I was processing the file after deleting those pages as you told me, but it always failed. It was supposed to take 3 hours more or less. I didn't know if it was because of the code or because of my virtual machine. I guess the problem is the code, based on what you say.
Thanks.
Shark69 is offline   Reply With Quote
Old 08-04-2022, 03:41 AM   #425
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
Join Date: Nov 2020
Device: none
I'm able to create a JSON file with the changes I posted above but it only contains the page title:

Code:
{
  "redirect": "Wikcionario:Portada",
  "title": "Main Page"
}
{
  "redirect": "Categoría:ES:Plantillas de flexión de verbos",
  "title": "Categoría:Plantillas para conjugación de verbos españoles"
}
The command prints many debug info:

Code:
picoamperio: DEBUG: unexpected top-level node: <LEVEL6(['Referencias y notas']){} '\n', <HTML(references){} >> at ['picoamperio']
It looks like wikitextprocessor currently can't parse Spanish Wiktioanry pages.
xxyzz is offline   Reply With Quote
Advert
Old 08-04-2022, 03:50 AM   #426
Shark69
Zealot
Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.
 
Shark69's Avatar
 
Posts: 136
Karma: 493152
Join Date: Mar 2012
Location: Spain
Device: Kindle Oasis 2
Quote:
Originally Posted by xxyzz View Post
I'm able to create a JSON file with the changes I posted above but it only contains the page title:

Code:
{
  "redirect": "Wikcionario:Portada",
  "title": "Main Page"
}
{
  "redirect": "Categoría:ES:Plantillas de flexión de verbos",
  "title": "Categoría:Plantillas para conjugación de verbos españoles"
}
The command prints many debug info:

Code:
picoamperio: DEBUG: unexpected top-level node: <LEVEL6(['Referencias y notas']){} '\n', <HTML(references){} >> at ['picoamperio']
It looks like wikitextprocessor currently can't parse Spanish Wiktioanry pages.
Thanks for your efforts. I hope the project goes to inprove in managing another languages.
Shark69 is offline   Reply With Quote
Old 08-04-2022, 04:12 AM   #427
Shark69
Zealot
Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.
 
Shark69's Avatar
 
Posts: 136
Karma: 493152
Join Date: Mar 2012
Location: Spain
Device: Kindle Oasis 2
Speaking of other topic. Do you want people to open issues related to an unofficial version? That is, problems related to a version downloaded after a "git push" and available in GitHub Actions Artifacts?
Shark69 is offline   Reply With Quote
Old 08-04-2022, 04:18 AM   #428
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
Join Date: Nov 2020
Device: none
Quote:
Originally Posted by Shark69 View Post
Speaking of other topic. Do you want people to open issues related to an unofficial version? That is, problems related to a version downloaded after a "git push" and available in GitHub Actions Artifacts?
Why not? Better fix bugs before a release. You can also create a new discussion on GitHub.
xxyzz is offline   Reply With Quote
Old 08-04-2022, 04:20 AM   #429
Shark69
Zealot
Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.
 
Shark69's Avatar
 
Posts: 136
Karma: 493152
Join Date: Mar 2012
Location: Spain
Device: Kindle Oasis 2
Quote:
Originally Posted by xxyzz View Post
Why not? Better fix bugs before a release. You can also create a new discussion on GitHub.
Shark69 is offline   Reply With Quote
Old 08-07-2022, 09:43 AM   #430
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
Join Date: Nov 2020
Device: none
I have added some new features recently:
  • Improve search lemma performance
  • Add IPA to Wiktionary table and footnotes
  • Export lemmas and their definitions, this exported file can be imported to Anki.
  • Book format can be selected manually for each job

to test these new features you need to delete the old "wiktionary_*" files in the "worddumb-lemmas" folder.
xxyzz is offline   Reply With Quote
Old 08-07-2022, 10:42 AM   #431
Shark69
Zealot
Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.
 
Shark69's Avatar
 
Posts: 136
Karma: 493152
Join Date: Mar 2012
Location: Spain
Device: Kindle Oasis 2
Quote:
Originally Posted by xxyzz View Post
I have added some new features recently:
  • Improve search lemma performance
  • Add IPA to Wiktionary table and footnotes
  • Export lemmas and their definitions, this exported file can be imported to Anki.
  • Book format can be selected manually for each job

to test these new features you need to delete the old "wiktionary_*" files in the "worddumb-lemmas" folder.
Thanks!
Shark69 is offline   Reply With Quote
Old 08-11-2022, 04:19 AM   #432
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
Join Date: Nov 2020
Device: none
I added Chinese translation files to the master branch. Please send pull requests if you want to add translation files for other languages. New .po file can be created from the .po file in the "translations" folder in poedit(https://poedit.net).
xxyzz is offline   Reply With Quote
Old 08-11-2022, 05:31 AM   #433
Shark69
Zealot
Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.
 
Shark69's Avatar
 
Posts: 136
Karma: 493152
Join Date: Mar 2012
Location: Spain
Device: Kindle Oasis 2
Quote:
Originally Posted by xxyzz View Post
I added Chinese translation files to the master branch. Please send pull requests if you want to add translation files for other languages. New .po file can be created from the .po file in the "translations" folder in poedit(https://poedit.net).
I'm interested in Spanish translation. But I think it is quite difficult to create the .po file beginning from zero. Would you give me some suggestions about how have you made the chinese file? Thanks.
Shark69 is offline   Reply With Quote
Old 08-11-2022, 05:40 AM   #434
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
Join Date: Nov 2020
Device: none
I created the .po file by scaning the source code with Poedit. But you can create new translation file from the Chinese .po file by using the "New from POT/PO file..." option in Poedit app.
xxyzz is offline   Reply With Quote
Old 08-15-2022, 03:32 AM   #435
Shark69
Zealot
Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.
 
Shark69's Avatar
 
Posts: 136
Karma: 493152
Join Date: Mar 2012
Location: Spain
Device: Kindle Oasis 2
Quote:
Originally Posted by xxyzz View Post
I created the .po file by scaning the source code with Poedit. But you can create new translation file from the Chinese .po file by using the "New from POT/PO file..." option in Poedit app.
Thanks. I'll do it.
Shark69 is offline   Reply With Quote
Reply

Tags
worddumb, x-ray


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 523 07-15-2025 06:45 PM
[GUI Plugin] CalibreSpy DaltonST Plugins 245 08-18-2024 09:33 PM
[GUI Plugin] Manga plugin mastertea Plugins 6 01-06-2022 02:43 AM
[GUI Plugin] Save Virtual Libraries To Column (GUI) chaley Plugins 14 04-04-2021 05:25 AM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 08:04 PM.


MobileRead.com is a privately owned, operated and funded community.