User:Techievena/GSoC 2018 Progress
Jump to navigation
Jump to search
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)