Difference between revisions of "User:Techievena/GSoC 2018 Progress"
Jump to navigation
Jump to search
Techievena (talk | contribs) (Add PR links) |
Techievena (talk | contribs) (Update GSOC blog link) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''GSoC Blog:''' https://techievena.github.io/ |
'''GSoC Blog:''' https://techievena.github.io/categories/GSoC |
||
This blog will be regularly maintained during the GSoC period and it will contain proper details and code fragments necessary to give a proper insights into the project. This will prove effective and helpful for all the existing and the wanna-be open-source contributors to learn about the progress and the workflow of a GSoC project. |
This blog will be regularly maintained during the GSoC period and it will contain proper details and code fragments necessary to give a proper insights into the project. This will prove effective and helpful for all the existing and the wanna-be open-source contributors to learn about the progress and the workflow of a GSoC project. |
||
''' |
'''CODING CHALLENGE:''' https://github.com/Techievena/lexc2dix |
||
''' |
'''MORPHOGRAPHEMICS:''' |
||
*http://wiki.apertium.org/wiki/Twol_rules_in_lttoolbox |
*http://wiki.apertium.org/wiki/Twol_rules_in_lttoolbox |
||
''' |
'''WEIGHTS:''' |
||
⚫ | |||
*'''att_compiler: Support for weights to lttoolbox binary format'''<br/>Make all the tweaks necessary to have a minimal implementation of weight based analyses in the att_compiler. |
|||
⚫ | |||
*https://github.com/apertium/ |
**https://github.com/apertium/lttoolbox/pull/7 |
||
*https://github.com/apertium/ |
**https://github.com/apertium/apertium/pull/14 |
||
⚫ | |||
*'''lt-proc: Implement option to output n-best paths'''<br/>Using the same option names as hfst-proc we add options in lt-proc to output n-best paths using the weight values. |
|||
⚫ | |||
**https://github.com/apertium/apertium-lex-tools/pull/5 |
|||
*'''Allow weights on entries in lttoolbox XML'''<br/>Modify the DTD and parser to allow weights on entries in lttoolbox XML. |
|||
**https://github.com/apertium/lttoolbox/pull/23 |
|||
*'''Other merged pull requests''' |
|||
**https://github.com/apertium/lttoolbox/pull/14 (Fix inconsistencies in the weighted branch) |
|||
**https://github.com/apertium/lttoolbox/pull/25 (Use default values in lttoolbox to prevent apertium-separable from failing) |
Latest revision as of 06:25, 8 August 2018
GSoC Blog: https://techievena.github.io/categories/GSoC
This blog will be regularly maintained during the GSoC period and it will contain proper details and code fragments necessary to give a proper insights into the project. This will prove effective and helpful for all the existing and the wanna-be open-source contributors to learn about the progress and the workflow of a GSoC project.
CODING CHALLENGE: https://github.com/Techievena/lexc2dix
MORPHOGRAPHEMICS:
WEIGHTS:
- att_compiler: Support for weights to lttoolbox binary format
Make all the tweaks necessary to have a minimal implementation of weight based analyses in the att_compiler.
- lt-proc: Implement option to output n-best paths
Using the same option names as hfst-proc we add options in lt-proc to output n-best paths using the weight values.
- Allow weights on entries in lttoolbox XML
Modify the DTD and parser to allow weights on entries in lttoolbox XML.
- Other merged pull requests
- https://github.com/apertium/lttoolbox/pull/14 (Fix inconsistencies in the weighted branch)
- https://github.com/apertium/lttoolbox/pull/25 (Use default values in lttoolbox to prevent apertium-separable from failing)