question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Refactor prosody module

See original GitHub issue

Following #1014, the prosody module should be refactored to follow the new Process paradigm.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
clemsciencescommented, Sep 28, 2020

@clemsciences shall we split up this work? How about if I deal with the representations in phonology and you in prosody? I do have opinions about the former, but not about the latter.

I’m ok with your suggestion.

0reactions
clemsciencescommented, Sep 30, 2020

For LanguageScanner.scan(), I see it takes a Doc. Is this because it requires something that has already been processed? Perhaps a better way would be to allow this to take more generic data types (let’s say, List[str] tokens). My hope, generally speaking, is that most of our NLP code will work with and without the Process.

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 get List[List[Syllable]] from a Doc.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found