Difference between revisions of "User:SilentFlame/updatedPipeline"
Jump to navigation
Jump to search
SilentFlame (talk | contribs) (Created page with "For the work done at Progress regarding Automatic_blank_handling ==Tasks done== ===Pretransfer=== #* Task: Making pretransfer disperse tags when...") |
SilentFlame (talk | contribs) |
||
Line 3: | Line 3: | ||
==Tasks done== |
==Tasks done== |
||
===Pretransfer=== |
===Pretransfer=== |
||
* Task: Making pretransfer disperse tags when splitting lexical units. |
|||
* Category: Code cleanup |
|||
* PR: https://github.com/unhammer/apertium/pull/4 |
|||
* Tests: https://github.com/unhammer/apertium/tree/blank-handling/tests |
|||
* personnel repo branch for all the work on pretransfer: https://github.com/SilentFlame/apertium-1/tree/blank-handling |
|||
All the pretransfer tests pass here. |
All the pretransfer tests pass here. |
||
===Taransfer(chunker)=== |
===Taransfer(chunker)=== |
||
* Task: Fixing a memory bug which raises due to uncommenting of '''apertium/transfer.cc:1259 // delete[] format;''' |
|||
* Category: system bug |
|||
* PR: https://github.com/unhammer/apertium/pull/5 |
|||
* Tests: https://github.com/unhammer/apertium/tree/blank-handling/tests |
|||
* personnel repo for the work on this module: https://github.com/SilentFlame/apertium-1/tree/blank-handling |
|||
All the tests mentioned in '''https://github.com/SilentFlame/apertium-1/tree/blank-handling/tests/transfer''' passes with the updated module. |
|||
===Interchunk=== |
Revision as of 17:44, 25 August 2017
For the work done at Progress regarding Automatic_blank_handling
Tasks done
Pretransfer
- Task: Making pretransfer disperse tags when splitting lexical units.
- Category: Code cleanup
- PR: https://github.com/unhammer/apertium/pull/4
- Tests: https://github.com/unhammer/apertium/tree/blank-handling/tests
- personnel repo branch for all the work on pretransfer: https://github.com/SilentFlame/apertium-1/tree/blank-handling
All the pretransfer tests pass here.
Taransfer(chunker)
- Task: Fixing a memory bug which raises due to uncommenting of apertium/transfer.cc:1259 // delete[] format;
- Category: system bug
- PR: https://github.com/unhammer/apertium/pull/5
- Tests: https://github.com/unhammer/apertium/tree/blank-handling/tests
- personnel repo for the work on this module: https://github.com/SilentFlame/apertium-1/tree/blank-handling
All the tests mentioned in https://github.com/SilentFlame/apertium-1/tree/blank-handling/tests/transfer passes with the updated module.