User Details
- User Since
- Jan 16 2025, 9:59 AM (64 w, 6 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Viktoria Hillerud (WMSE) [ Global Accounts ]
Today
I have rebased, edited and added some things:
Wait until beginning of week 18 to do the release so that more things perhaps could come in.
Yesterday
Mon, Apr 13
Thats very interesting, good catch!
Producer is also done
Will wait with producer until this is done: https://phabricator.wikimedia.org/T423094
Demo done
The latest MVP2, based on the STTS installation instructions, has now been more or less implemented and is currently running. We will likely need to tidy up a few things before proceeding with the release.
Fri, Apr 10
We will probably want to at least announce either/both:
Thu, Apr 9
Wed, Apr 8
Tue, Apr 7
Pronlex, Symbolset and Wikispeech_server is now updated to latest MVP: speechoid services
Thu, Apr 2
Piper image is now updated to MVP. Seemed to be just to check out the right commit hash in the image script: git checkout 439d7c5
Documented here
Wed, Apr 1
Tue, Mar 31
After further debugging and discussion on mediawiki-l mailing list, it seems this issue is related to the recent rollout of Parsoid based read view rendering on svwp.
Mon, Mar 30
- What are you waiting for?
- When can we expect the reports on examples of "poor pronunciation" to be acted upon?
- Do you have any statistics to share when it comes to the number of "Wikispeech plays" per month triggered from svwp (exluding your own testing)?
- Is it time to remove the Wikispeech gadget from the Swedish Wikipedia? (currently it seems to be broken/dead)
Fri, Mar 27
I think the issue might be in Cleaner::cleanHtmlDom(), where the title XPath is built using getNodePath(). It seems to produce a path that matches the local structure, but not the actual title DOM on svwp
The issue seems to be that the XPath generated for the title (e.g. //h1/span/text()) does not match the actual DOM structure on svwp, the title is nested deeper (more like //h1/span/span/text()), so the XPath does not resolve to any node.
Thu, Mar 26
After several hours of debugging across demo and producer, I finally isolated the issue.
Wed, Mar 25
After troubleshooting today on the demo server, with still no luck, this much can be said: