Difference between revisions of "Biak/Transducer"

From LING073
Jump to: navigation, search
(Evaluation)
(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 a common conjunction, allowing our transducer to cover 21.86% of our original corpus.
+
** Added a common conjunction, allowing our transducer to cover 21.86% of our original corpus. {{morphTest|ido<cnjsub>|ido}}, which translates to when
  
 
==Notes==
 
==Notes==
  
 
[[Category:Sp21_Transducers]]
 
[[Category:Sp21_Transducers]]

Revision as of 23:01, 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 a common conjunction, allowing our transducer to cover 21.86% of our original corpus. ido<cnjsub> ↔ ido, which translates to when

Notes