Difference between revisions of "Ideas for Google Summer of Code/Improvements in lexical-selection module"

From Apertium
Jump to navigation Jump to search
(Created page with 'Implement a number of optimisations to the lexical selection module. The lexical selection module in Apertium is currently a prototype. There are many optimisations that could be…')
 
Line 1: Line 1:
  +
{{TOCD}}
 
Implement a number of optimisations to the lexical selection module. The lexical selection module in Apertium is currently a prototype. There are many optimisations that could be made to make it more efficient and faster.
 
Implement a number of optimisations to the lexical selection module. The lexical selection module in Apertium is currently a prototype. There are many optimisations that could be made to make it more efficient and faster.
   

Revision as of 16:48, 4 March 2012

Implement a number of optimisations to the lexical selection module. The lexical selection module in Apertium is currently a prototype. There are many optimisations that could be made to make it more efficient and faster.

Tasks

  • Make the module process word by word, instead of sentence by sentence.
  • Move away from using regular expressions as transitions, to using lemma/tag pairs.

Coding challenge

Frequently asked questions

See also