Difference between revisions of "Okinawan and Miyako"

From LING073
Jump to: navigation, search
(Morphology)
(Expansion of Miyako transducer and ryu → mvi)
Line 72: Line 72:
 
*: Old output: <code>^あいば/*あいば$</code>
 
*: Old output: <code>^あいば/*あいば$</code>
 
*: New output: <code>^あいば/あい<vaux><vaux>$</code>
 
*: New output: <code>^あいば/あい<vaux><vaux>$</code>
 +
 +
=====twol=====
 +
*I added a rule such that the accusative marker goes to う after something ending in a or u.
 +
*I added a rule such that the accusative marker goes to ぬ after something ending in ん
 +
*: Old output: <code>^みんぬ/みん<n><gen>$</code>
 +
*: New output: <code>^みんぬ/みん<n><acc>/みん<n><gen>$</code>
  
 
====Expansion of Okinawan transducer and mvi → ryu====
 
====Expansion of Okinawan transducer and mvi → ryu====

Revision as of 17:09, 6 May 2017

Resources for machine translation between Okinawan and Miyako

Lexical Selection

  • In Miyako, はい can mean field, needle, or south, and is also a causative auxiliary verb. If it is followed by string, it is probably needle.
  • Hand and arm are the same word in Okinawan (てぃい), but different words in Miyako. If てぃい is followed by an instrumental, we are assuming it is hand.

Evaluation

Evaluation as of lexical selection

ryu → mvi Evaluation

Evaluation of tests
  • WER: 100 %
  • PER: 100 %
  • Coverage: 89%
Evaluation of sentences
  • WER: 90.32 %
  • PER: 90.32 %
  • Coverage: 62.1%

mvi → ryu Evaluation

Evaluation of tests
  • WER: 88.89 %
  • PER: 77.78 %
  • Coverage: 100 %
Evaluation of sentences
  • WER: 100%
  • PER: 100%
  • Coverage: 80.65%

Final Evaluation

ryu → mvi Evaluation

Evaluation of tests
  • WER:
  • PER:
  • Coverage:
Evaluation of sentences
  • WER:
  • PER:
  • Coverage:

mvi → ryu Evaluation

Evaluation of tests
  • WER:
  • PER:
  • Coverage:
Evaluation of sentences
  • WER:
  • PER:
  • Coverage:

Expansion of Miyako transducer and ryu → mvi

Morphology
  • I added more numbers. 6 is not included because I am confused as to what it is.
  • I expanded classifiers, adding days, portion, group, and people
  • I changed how the focus marker worked, such that it was a lexicon rather than being hard-coded. This also means that the verbs which take focus markers can now get them.
    Old output: ^ぼーしなてぃどぅ/*ぼーしなてぃどぅ$
    New output: ^ぼーしなてぃどぅ/ぼーし<n><abs>+な<mod><quot><foc>$
    Old output: ^そぅだてぃどぅ/*そぅだてぃどぅ$
    New output: ^そぅだてぃどぅ/そぅだてぃ<v><cvb_abs><foc>$
  • I implemented the resultative and causal.
    Old output: ^あいば/*あいば$
    New output: ^あいば/あい<vaux><vaux>$
twol
  • I added a rule such that the accusative marker goes to う after something ending in a or u.
  • I added a rule such that the accusative marker goes to ぬ after something ending in ん
    Old output: ^みんぬ/みん<n><gen>$
    New output: ^みんぬ/みん<n><acc>/みん<n><gen>$

Expansion of Okinawan transducer and mvi → ryu