Difference between revisions of "User:Techievena/GSoC 2018 Progress"

From Apertium
Jump to navigation Jump to search
(Add PR links)
(Update GSOC blog link)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
'''GSoC Blog:''' https://techievena.github.io/blog/GSoC
+
'''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
+
'''CODING CHALLENGE:''' https://github.com/Techievena/lexc2dix
   
'''Morphographemics:'''
+
'''MORPHOGRAPHEMICS:'''
 
*http://wiki.apertium.org/wiki/Twol_rules_in_lttoolbox
 
*http://wiki.apertium.org/wiki/Twol_rules_in_lttoolbox
   
'''Weights:'''
+
'''WEIGHTS:'''
  +
*https://github.com/apertium/lttoolbox/pull/7
 
  +
*'''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/apertium/pull/14
 
*https://github.com/apertium/apertium-lex-tools/pull/4
+
**https://github.com/apertium/lttoolbox/pull/7
*https://github.com/apertium/lttoolbox/pull/10
+
**https://github.com/apertium/apertium/pull/14
 
**https://github.com/apertium/apertium-lex-tools/pull/4
  +
  +
*'''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/lttoolbox/pull/10
  +
**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: