Difference between revisions of "Biak/Transducer"

From LING073
Jump to: navigation, search
(Evaluation)
Line 7: Line 7:
 
** Added common conjunctions, allowing our transducer to cover 21.86%, then 22.6% of our original corpus.  
 
** Added common conjunctions, allowing our transducer to cover 21.86%, then 22.6% of our original corpus.  
 
     {{morphTest|ido<cnjsub>|ido}},  when
 
     {{morphTest|ido<cnjsub>|ido}},  when
 
 
     {{morphTest|inja<cnjcoo>|inja}}, so.
 
     {{morphTest|inja<cnjcoo>|inja}}, so.
  

Revision as of 23:08, 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,  when
   inja<cnjcoo> ↔ inja, so.

Notes