Difference between revisions of "Nivkh/Transducer"

From LING073
Jump to: navigation, search
(Initial Evaluation of Morphological Generation)
Line 46: Line 46:
  
 
<code>morph-test.py -csi niv.yaml</code>: 45/80 tests passed  
 
<code>morph-test.py -csi niv.yaml</code>: 45/80 tests passed  
 
  
 
<code>morph-test.py -cs niv.yaml</code>: 45/91 tests passed  
 
<code>morph-test.py -cs niv.yaml</code>: 45/91 tests passed  
 
  
 
<code>morph-test.py -cl niv.yaml</code>:  45/104 tests passed.
 
<code>morph-test.py -cl niv.yaml</code>:  45/104 tests passed.
Line 58: Line 56:
  
 
Current coverage from using autogen: 0.11%
 
Current coverage from using autogen: 0.11%
 
  
 
=== Notes ===
 
=== Notes ===

Revision as of 20:54, 1 March 2019

Evaluation

  • Total number of stems: 31

Current coverage: 8.93%

Top Unknown Words

Word Occurrences Gloss Tags
ойдам 12 "baby" ойдам<n><nom> ↔ ойдам
имғу 12 "they" имғу<prn><pers><p3><pl> ↔ имғу ?
курӈ 12 "universe" курӈ<n><nom> ↔ курӈ
ызык 11 <unk> ↔ ызык
маӈӷла 10 <unk> ↔ маӈӷла
ирод 7 <unk> ↔ ирод
оӻла 6 <unk> ↔ оӻла
ӿур 6 <unk> ↔ ӿур
ес 6 <unk> ↔ ес
р̌ыпрк 6 <unk> ↔ р̌ыпрк
сык 5 <unk> ↔ сык


niv.yaml file: 45/80 tests pass.

Notes

Before adding the top 3 words, our coverage was 7.48%. The top three unknown words were ойдам "baby", имғу "they", and курӈ "universe".

Generator Evaluation

Initial Evaluation of Morphological Generation

morph-test.py -csi niv.yaml: 45/80 tests passed

morph-test.py -cs niv.yaml: 45/91 tests passed

morph-test.py -cl niv.yaml: 45/104 tests passed.

  • Total number of stems: 31

Current coverage from using automorf: 10.27%

Current coverage from using autogen: 0.11%

Notes