Difference between revisions of "Wamesa/Disambiguator"

From LING073
Jump to: navigation, search
(Initial Evaluation of Ambiguity)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Initial Evaluation of Ambiguity==
 
==Initial Evaluation of Ambiguity==
After running the disambiguation test script, my ambiguity was ~1.05322763306908267271. But, I decided to find other words that had more interesting ambiguous forms rather than pursue the negligible ambiguity already in my corpus. My ambiguous words were ''re'': landward, eye, and sentences with ambiguity were:<br/>
+
After running the disambiguation test script, my ambiguity was ~1.05322763306908267271. But, I decided to find other words that had more interesting ambiguous forms rather than pursue the negligible ambiguity already in my corpus.
* ''Yau bo va''<br/>'''I don't row'''<br/><code>"<yau>"<br/>" yau" prn p1 sg<br/>; "<bo>"<br/>"bo" v<br/>; "bo" n REMOVE:26<br/>"<va>"<br/>"va" neg<br/>; "va" v REMOVE:29</code>
 
* ''Yau va va''<br/>'''I don't open my mouth'''<br/><code>"<yau>"<br/>" yau" prn p1 sg<br/>; "<va>"<br/>"va" v<br/>; "va" neg REMOVE:47<br/>"<va>"<br/>"va" neg<br/>; "va" v REMOVE:29</code>
 
 
 
  
 +
==Ambiguity==
 +
My ambiguous words were ''bo; to row, fruit (n)'' and ''va; to open one's mouth, not''. My sentences with ambiguity were:<br/>
 +
* ''Yau bo va''<br/>'''I don't row'''<br/><code>"<yau>"<br/>'''"yau" prn p1 sg'''<br/>"<bo>"<br/>'''"bo" v'''<br/>; "bo" n REMOVE:26<br/>"<va>"<br/>'''"va" neg'''<br/>; "va" v REMOVE:29</code>
 +
* ''Yau va va''<br/>'''I don't open my mouth'''<br/><code>"<yau>"<br/>'''"yau" prn p1 sg'''<br/>"<va>"<br/>'''"va" v'''<br/>; "va" neg REMOVE:47<br/>"<va>"<br/>'''"va" neg'''<br/>; "va" v REMOVE:29</code>
 +
* ''Yane bo''<br/>'''I eat fruit'''<br/><code>"<yau>"<br/>'''"yau" prn p1 sg'''<br/>"<bo>"<br/>'''"bo" n'''<br/>; "bo" v REMOVE:29</code><br/>
 +
I should also note that none of these were in my corpus; I had to construct all of them.
  
 +
==Final Assessment of Ambiguity==
 +
After running the disambiguation test script, my ambiguity was ~1.03737259343148357871
  
 +
==Development==
 +
[git@github.swarthmore.edu:twarner2/ling073-wad.git Disambiguator]
  
 
[[Category:Sp17_Disambiguation]]
 
[[Category:Sp17_Disambiguation]]
 
[[Category:Wamesa]]
 
[[Category:Wamesa]]

Latest revision as of 20:17, 27 March 2017

Initial Evaluation of Ambiguity

After running the disambiguation test script, my ambiguity was ~1.05322763306908267271. But, I decided to find other words that had more interesting ambiguous forms rather than pursue the negligible ambiguity already in my corpus.

Ambiguity

My ambiguous words were bo; to row, fruit (n) and va; to open one's mouth, not. My sentences with ambiguity were:

  • Yau bo va
    I don't row
    "<yau>"
    "yau" prn p1 sg
    "<bo>"
    "bo" v
    ; "bo" n REMOVE:26
    "<va>"
    "va" neg
    ; "va" v REMOVE:29
  • Yau va va
    I don't open my mouth
    "<yau>"
    "yau" prn p1 sg
    "<va>"
    "va" v
    ; "va" neg REMOVE:47
    "<va>"
    "va" neg
    ; "va" v REMOVE:29
  • Yane bo
    I eat fruit
    "<yau>"
    "yau" prn p1 sg
    "<bo>"
    "bo" n
    ; "bo" v REMOVE:29

I should also note that none of these were in my corpus; I had to construct all of them.

Final Assessment of Ambiguity

After running the disambiguation test script, my ambiguity was ~1.03737259343148357871

Development

[git@github.swarthmore.edu:twarner2/ling073-wad.git Disambiguator]