Difference between revisions of "Biak/Transducer"

From LING073
Jump to: navigation, search
(Evaluation)
Line 5: Line 5:
 
*Our initial transducer was capable of analyzing approximately 20% of our corpus file.
 
*Our initial transducer was capable of analyzing approximately 20% of our corpus file.
 
*Additions following initial analysis
 
*Additions following initial analysis
** Added common conjunctions, allowing our transducer to cover 21.86% of our original corpus. {{morphTest|ido<cnjsub>|ido}}, which translates to when, and {{morphTest|inja<cnjcoo>|inja}} which translates to so.
+
** Added common conjunctions, allowing our transducer to cover 21.86%, then 22.6% of our original corpus. {{morphTest|ido<cnjsub>|ido}}, which translates to when, and {{morphTest|inja<cnjcoo>|inja}} which translates to so.
  
 
==Notes==
 
==Notes==
  
 
[[Category:Sp21_Transducers]]
 
[[Category:Sp21_Transducers]]

Revision as of 23:07, 12 March 2021

Code

Our github repository can be found here: Our Github

Evaluation

  • As of now, our Transducer passes 76/76 tests generated from our Wikipedia page.
  • Our initial transducer was capable of analyzing approximately 20% of our corpus file.
  • Additions following initial analysis
    • Added common conjunctions, allowing our transducer to cover 21.86%, then 22.6% of our original corpus. ido<cnjsub> ↔ ido, which translates to when, and inja<cnjcoo> ↔ inja which translates to so.

Notes