Difference between revisions of "Ideas for Google Summer of Code/Python library"

From Apertium
Jump to navigation Jump to search
(Created page with " ==Coding challenge== * Proof-of-concept SWIG API for lttoolbox, it should let you do the following: *# Create a transducer *# Make <tt>show()</tt> return a list of tuples (...")
 
Line 7: Line 7:
 
*# Make <tt>show()</tt> return a list of tuples (in, out, in, out)
 
*# Make <tt>show()</tt> return a list of tuples (in, out, in, out)
 
*# Perform morphological analysis using FSTProcessor
 
*# Perform morphological analysis using FSTProcessor
  +
  +
  +
[[Category:Ideas for Google Summer of Code|Python library]]

Revision as of 11:24, 27 February 2018


Coding challenge

  • Proof-of-concept SWIG API for lttoolbox, it should let you do the following:
    1. Create a transducer
    2. Make show() return a list of tuples (in, out, in, out)
    3. Perform morphological analysis using FSTProcessor