Detailed specification about Text-MDC coding process,such as how text blocks are divided, how such blocks are stuffed into descriptors, etc, is missing.
your specification only talks about how descriptors are structured (as explained in mdc_descriptor.txt).
I mean, you should describe how a codec forms the blocks that will go into descriptors as payload.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's better now, but it still miss some information. This specification will be used when somebody (for example) wants to implement the text-md codec in another language.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1903626
Originator: NO
Added a simple description into text_descriptor.txt.
Logged In: YES
user_id=63635
Originator: YES
your specification only talks about how descriptors are structured (as explained in mdc_descriptor.txt).
I mean, you should describe how a codec forms the blocks that will go into descriptors as payload.
Logged In: YES
user_id=1903626
Originator: NO
Description more puntual.
Logged In: YES
user_id=63635
Originator: YES
It's better now, but it still miss some information. This specification will be used when somebody (for example) wants to implement the text-md codec in another language.
Logged In: YES
user_id=63635
Originator: YES
Imagine that I need to reimplement the same algorithm in another language (for example, Lisp). Can you explain how I should do this thing?
Logged In: YES
user_id=1903626
Originator: NO
Wrote a detailed specific for text codec and descriptor structure. Tell me if you want more.