Refactor prosody module
See original GitHub issueFollowing #1014, the prosody module should be refactored to follow the new Process
paradigm.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Prosody Community Modules
Prosody is a lightweight and extensible instant messaging server that can be customized extensively using modules (plugins) to change its default behaviour and ......
Read more >Syllable and Phoneme need to be defined for the future ...
clemsciences changed the title Syllable and Phoneme need to defined for the future prosody module Syllable and Phoneme need to be defined for...
Read more >What Prosody modules do I need to support Conversations?
Conversations provides a list of XEPs requiring server-side support, reproduced below with links to the corresponding Prosody 0.9.x modules.
Read more >3.11 - Metronome IM
Completely refactor mod_sec_labels and ACDF library. Add support to add ESS Mime Labels. ... Backport mod_http_upload_external from Prosody Modules.
Read more >patch - Use newer datastore for mod_muc_log - Google Groups
src/prosody-modules/mod_muc_log/mod_muc_log.lua 2019-05-07 14:03:06.836030801 +0200 > +++ modules/mod_muc_archive/mod_muc_archive.lua 2019-05-07 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m ok with your suggestion.
To scan a poem, I expect it needs the phonetic transcription (
List[str]
) and the syllables of words (List[List[str]]
). The best is to wait for #1026 to getList[List[Syllable]]
from aDoc
.