summaryrefslogtreecommitdiff
path: root/report/pyp_clustering/acl09-short/code/plot2.eps
diff options
context:
space:
mode:
Diffstat (limited to 'report/pyp_clustering/acl09-short/code/plot2.eps')
-rw-r--r--report/pyp_clustering/acl09-short/code/plot2.eps552
1 files changed, 552 insertions, 0 deletions
diff --git a/report/pyp_clustering/acl09-short/code/plot2.eps b/report/pyp_clustering/acl09-short/code/plot2.eps
new file mode 100644
index 00000000..e5c5536a
--- /dev/null
+++ b/report/pyp_clustering/acl09-short/code/plot2.eps
@@ -0,0 +1,552 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: MATLAB, The Mathworks, Inc. Version 7.7.0.471 (R2008b). Operating System: Linux 2.6.18-128.1.6.el5.inf.1PAE #1 SMP Wed Apr 15 10:23:41 BST 2009 i686.
+%%Title: /afs/inf.ed.ac.uk/user/s/sgwater/research/papers/2009/acl09-short/code/plot2.eps
+%%CreationDate: 07/23/2009 17:33:05
+%%DocumentNeededFonts: Helvetica
+%%DocumentProcessColors: Cyan Magenta Yellow Black
+%%LanguageLevel: 2
+%%Pages: 1
+%%BoundingBox: -44 170 641 672
+%%EndComments
+
+%%BeginProlog
+% MathWorks dictionary
+/MathWorks 160 dict begin
+% definition operators
+/bdef {bind def} bind def
+/ldef {load def} bind def
+/xdef {exch def} bdef
+/xstore {exch store} bdef
+% operator abbreviations
+/c /clip ldef
+/cc /concat ldef
+/cp /closepath ldef
+/gr /grestore ldef
+/gs /gsave ldef
+/mt /moveto ldef
+/np /newpath ldef
+/cm /currentmatrix ldef
+/sm /setmatrix ldef
+/rm /rmoveto ldef
+/rl /rlineto ldef
+/s {show newpath} bdef
+/sc {setcmykcolor} bdef
+/sr /setrgbcolor ldef
+/sg /setgray ldef
+/w /setlinewidth ldef
+/j /setlinejoin ldef
+/cap /setlinecap ldef
+/rc {rectclip} bdef
+/rf {rectfill} bdef
+% page state control
+/pgsv () def
+/bpage {/pgsv save def} bdef
+/epage {pgsv restore} bdef
+/bplot /gsave ldef
+/eplot {stroke grestore} bdef
+% orientation switch
+/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
+% coordinate system mappings
+/dpi2point 0 def
+% font control
+/FontSize 0 def
+/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
+ makefont setfont} bdef
+/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
+ exch dup 3 1 roll findfont dup length dict begin
+ { 1 index /FID ne {def}{pop pop} ifelse } forall
+ /Encoding exch def currentdict end definefont pop} bdef
+/isroman {findfont /CharStrings get /Agrave known} bdef
+/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
+ exch FMS} bdef
+/csm {1 dpi2point div -1 dpi2point div scale neg translate
+ dup landscapeMode eq {pop -90 rotate}
+ {rotateMode eq {90 rotate} if} ifelse} bdef
+% line types: solid, dotted, dashed, dotdash
+/SO { [] 0 setdash } bdef
+/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
+/DA { [6 dpi2point mul] 0 setdash } bdef
+/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
+ dpi2point mul] 0 setdash } bdef
+% macros for lines and objects
+/L {lineto stroke} bdef
+/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
+/AP {{rlineto} repeat} bdef
+/PDlw -1 def
+/W {/PDlw currentlinewidth def setlinewidth} def
+/PP {closepath eofill} bdef
+/DP {closepath stroke} bdef
+/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
+ neg 0 exch rlineto closepath} bdef
+/FR {MR stroke} bdef
+/PR {MR fill} bdef
+/L1i {{currentfile picstr readhexstring pop} image} bdef
+/tMatrix matrix def
+/MakeOval {newpath tMatrix currentmatrix pop translate scale
+0 0 1 0 360 arc tMatrix setmatrix} bdef
+/FO {MakeOval stroke} bdef
+/PO {MakeOval fill} bdef
+/PD {currentlinewidth 2 div 0 360 arc fill
+ PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
+/FA {newpath tMatrix currentmatrix pop translate scale
+ 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
+/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
+ 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
+/FAn {newpath tMatrix currentmatrix pop translate scale
+ 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
+/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
+ 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
+/vradius 0 def /hradius 0 def /lry 0 def
+/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
+/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
+ /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
+ vradius add translate hradius vradius scale 0 0 1 180 270 arc
+ tMatrix setmatrix lrx hradius sub uly vradius add translate
+ hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
+ lrx hradius sub lry vradius sub translate hradius vradius scale
+ 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
+ translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
+ closepath} bdef
+/FRR {MRR stroke } bdef
+/PRR {MRR fill } bdef
+/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
+ newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
+ rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
+ sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
+ closepath} bdef
+/FlrRR {MlrRR stroke } bdef
+/PlrRR {MlrRR fill } bdef
+/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
+ newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
+ rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
+ sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
+ closepath} bdef
+/FtbRR {MtbRR stroke } bdef
+/PtbRR {MtbRR fill } bdef
+/stri 6 array def /dtri 6 array def
+/smat 6 array def /dmat 6 array def
+/tmat1 6 array def /tmat2 6 array def /dif 3 array def
+/asub {/ind2 exch def /ind1 exch def dup dup
+ ind1 get exch ind2 get sub exch } bdef
+/tri_to_matrix {
+ 2 0 asub 3 1 asub 4 0 asub 5 1 asub
+ dup 0 get exch 1 get 7 -1 roll astore } bdef
+/compute_transform {
+ dmat dtri tri_to_matrix tmat1 invertmatrix
+ smat stri tri_to_matrix tmat2 concatmatrix } bdef
+/ds {stri astore pop} bdef
+/dt {dtri astore pop} bdef
+/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
+ currentfile
+ 3 index 0 eq {/ASCIIHexDecode filter}
+ {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
+ ifelse exch readstring pop
+ dup 0 3 index getinterval /rbmap xdef
+ dup 2 index dup getinterval /gbmap xdef
+ 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
+/it {gs np dtri aload pop moveto lineto lineto cp c
+ cols rows 8 compute_transform
+ rbmap gbmap bbmap true 3 colorimage gr}bdef
+/il {newpath moveto lineto stroke}bdef
+currentdict end def
+%%EndProlog
+
+%%BeginSetup
+MathWorks begin
+
+0 cap
+
+end
+%%EndSetup
+
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: -44 170 641 672
+MathWorks begin
+bpage
+%%EndPageSetup
+
+%%BeginObject: obj1
+bplot
+
+/dpi2point 12 def
+portraitMode -0528 8064 csm
+
+ 0 0 8231 6023 rc
+88 dict begin %Colortable dictionary
+/c0 { 0.000000 0.000000 0.000000 sr} bdef
+/c1 { 1.000000 1.000000 1.000000 sr} bdef
+/c2 { 0.900000 0.000000 0.000000 sr} bdef
+/c3 { 0.000000 0.820000 0.000000 sr} bdef
+/c4 { 0.000000 0.000000 0.800000 sr} bdef
+/c5 { 0.910000 0.820000 0.320000 sr} bdef
+/c6 { 1.000000 0.260000 0.820000 sr} bdef
+/c7 { 0.000000 0.820000 0.820000 sr} bdef
+c0
+1 j
+1 sg
+ 0 0 8232 6024 rf
+6 w
+0 4908 6379 0 0 -4908 1070 5360 4 MP
+PP
+-6379 0 0 4908 6379 0 0 -4908 1070 5360 5 MP stroke
+4 w
+DO
+SO
+6 w
+0 sg
+1070 5360 mt 7449 5360 L
+1070 452 mt 7449 452 L
+1070 5360 mt 1070 452 L
+7449 5360 mt 7449 452 L
+1070 5360 mt 7449 5360 L
+1070 5360 mt 1070 452 L
+1247 5360 mt 1247 5296 L
+1247 452 mt 1247 515 L
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 192 FMSR
+
+1194 5572 mt
+(1) s
+1780 5360 mt 1780 5296 L
+1780 452 mt 1780 515 L
+1754 5572 mt
+( ) s
+2092 5360 mt 2092 5296 L
+2092 452 mt 2092 515 L
+2066 5572 mt
+( ) s
+2314 5360 mt 2314 5296 L
+2314 452 mt 2314 515 L
+2288 5572 mt
+( ) s
+2485 5360 mt 2485 5296 L
+2485 452 mt 2485 515 L
+2459 5572 mt
+( ) s
+2626 5360 mt 2626 5296 L
+2626 452 mt 2626 515 L
+2600 5572 mt
+( ) s
+2744 5360 mt 2744 5296 L
+2744 452 mt 2744 515 L
+2718 5572 mt
+( ) s
+2847 5360 mt 2847 5296 L
+2847 452 mt 2847 515 L
+2821 5572 mt
+( ) s
+2938 5360 mt 2938 5296 L
+2938 452 mt 2938 515 L
+2912 5572 mt
+( ) s
+3019 5360 mt 3019 5296 L
+3019 452 mt 3019 515 L
+2913 5572 mt
+(10) s
+3552 5360 mt 3552 5296 L
+3552 452 mt 3552 515 L
+3526 5572 mt
+( ) s
+3864 5360 mt 3864 5296 L
+3864 452 mt 3864 515 L
+3838 5572 mt
+( ) s
+4085 5360 mt 4085 5296 L
+4085 452 mt 4085 515 L
+4059 5572 mt
+( ) s
+4257 5360 mt 4257 5296 L
+4257 452 mt 4257 515 L
+4231 5572 mt
+( ) s
+4397 5360 mt 4397 5296 L
+4397 452 mt 4397 515 L
+4371 5572 mt
+( ) s
+4516 5360 mt 4516 5296 L
+4516 452 mt 4516 515 L
+4490 5572 mt
+( ) s
+4619 5360 mt 4619 5296 L
+4619 452 mt 4619 515 L
+4593 5572 mt
+( ) s
+4710 5360 mt 4710 5296 L
+4710 452 mt 4710 515 L
+4684 5572 mt
+( ) s
+4791 5360 mt 4791 5296 L
+4791 452 mt 4791 515 L
+4631 5572 mt
+(100) s
+5324 5360 mt 5324 5296 L
+5324 452 mt 5324 515 L
+5298 5572 mt
+( ) s
+5636 5360 mt 5636 5296 L
+5636 452 mt 5636 515 L
+5610 5572 mt
+( ) s
+5857 5360 mt 5857 5296 L
+5857 452 mt 5857 515 L
+5831 5572 mt
+( ) s
+6029 5360 mt 6029 5296 L
+6029 452 mt 6029 515 L
+6003 5572 mt
+( ) s
+6169 5360 mt 6169 5296 L
+6169 452 mt 6169 515 L
+6143 5572 mt
+( ) s
+6288 5360 mt 6288 5296 L
+6288 452 mt 6288 515 L
+6262 5572 mt
+( ) s
+6391 5360 mt 6391 5296 L
+6391 452 mt 6391 515 L
+6365 5572 mt
+( ) s
+6481 5360 mt 6481 5296 L
+6481 452 mt 6481 515 L
+6455 5572 mt
+( ) s
+6563 5360 mt 6563 5296 L
+6563 452 mt 6563 515 L
+6350 5572 mt
+(1000) s
+7096 5360 mt 7096 5296 L
+7096 452 mt 7096 515 L
+7070 5572 mt
+( ) s
+7408 5360 mt 7408 5296 L
+7408 452 mt 7408 515 L
+7382 5572 mt
+( ) s
+1070 5201 mt 1133 5201 L
+7449 5201 mt 7385 5201 L
+ 769 5272 mt
+(0.1) s
+1070 4725 mt 1133 4725 L
+7449 4725 mt 7385 4725 L
+ 982 4796 mt
+( ) s
+1070 4446 mt 1133 4446 L
+7449 4446 mt 7385 4446 L
+ 982 4517 mt
+( ) s
+1070 4248 mt 1133 4248 L
+7449 4248 mt 7385 4248 L
+ 982 4319 mt
+( ) s
+1070 4095 mt 1133 4095 L
+7449 4095 mt 7385 4095 L
+ 982 4166 mt
+( ) s
+1070 3969 mt 1133 3969 L
+7449 3969 mt 7385 3969 L
+ 982 4040 mt
+( ) s
+1070 3863 mt 1133 3863 L
+7449 3863 mt 7385 3863 L
+ 982 3934 mt
+( ) s
+1070 3771 mt 1133 3771 L
+7449 3771 mt 7385 3771 L
+ 982 3842 mt
+( ) s
+1070 3690 mt 1133 3690 L
+7449 3690 mt 7385 3690 L
+ 982 3761 mt
+( ) s
+1070 3618 mt 1133 3618 L
+7449 3618 mt 7385 3618 L
+ 929 3689 mt
+(1) s
+1070 3141 mt 1133 3141 L
+7449 3141 mt 7385 3141 L
+ 982 3212 mt
+( ) s
+1070 2863 mt 1133 2863 L
+7449 2863 mt 7385 2863 L
+ 982 2934 mt
+( ) s
+1070 2665 mt 1133 2665 L
+7449 2665 mt 7385 2665 L
+ 982 2736 mt
+( ) s
+1070 2511 mt 1133 2511 L
+7449 2511 mt 7385 2511 L
+ 982 2582 mt
+( ) s
+1070 2386 mt 1133 2386 L
+7449 2386 mt 7385 2386 L
+ 982 2457 mt
+( ) s
+1070 2280 mt 1133 2280 L
+7449 2280 mt 7385 2280 L
+ 982 2351 mt
+( ) s
+1070 2188 mt 1133 2188 L
+7449 2188 mt 7385 2188 L
+ 982 2259 mt
+( ) s
+1070 2107 mt 1133 2107 L
+7449 2107 mt 7385 2107 L
+ 982 2178 mt
+( ) s
+1070 2035 mt 1133 2035 L
+7449 2035 mt 7385 2035 L
+ 822 2106 mt
+(10) s
+1070 1558 mt 1133 1558 L
+7449 1558 mt 7385 1558 L
+ 982 1629 mt
+( ) s
+1070 1279 mt 1133 1279 L
+7449 1279 mt 7385 1279 L
+ 982 1350 mt
+( ) s
+1070 1082 mt 1133 1082 L
+7449 1082 mt 7385 1082 L
+ 982 1153 mt
+( ) s
+1070 928 mt 1133 928 L
+7449 928 mt 7385 928 L
+ 982 999 mt
+( ) s
+1070 803 mt 1133 803 L
+7449 803 mt 7385 803 L
+ 982 874 mt
+( ) s
+1070 697 mt 1133 697 L
+7449 697 mt 7385 697 L
+ 982 768 mt
+( ) s
+1070 605 mt 1133 605 L
+7449 605 mt 7385 605 L
+ 982 676 mt
+( ) s
+1070 524 mt 1133 524 L
+7449 524 mt 7385 524 L
+ 982 595 mt
+( ) s
+1070 452 mt 1133 452 L
+7449 452 mt 7385 452 L
+ 715 523 mt
+(100) s
+1070 5360 mt 7449 5360 L
+1070 452 mt 7449 452 L
+1070 5360 mt 1070 452 L
+7449 5360 mt 7449 452 L
+gs 1070 452 6380 4909 rc
+24 w
+438 -2 439 -1 439 -1 439 -1 439 -2 439 -1 439 -1 439 -2
+438 -1 439 -1 439 -2 439 -1 439 -3 1466 3618 14 MP stroke
+/c8 { 1.000000 0.400000 0.200000 sr} bdef
+c8
+438 -10 439 -10 439 -11 439 -11 439 -11 439 -11 439 -11 439 -12
+438 -12 439 -13 439 -11 439 -16 439 -26 1466 3618 14 MP stroke
+DA
+438 -36 439 -37 439 -41 439 -42 439 -46 439 -49 439 -53 439 -57
+438 -64 439 -70 439 -65 439 -95 439 -147 1466 5110 14 MP stroke
+SO
+/c9 { 0.400000 0.400000 1.000000 sr} bdef
+c9
+438 -37 439 -38 439 -42 439 -43 439 -48 439 -51 439 -55 439 -60
+438 -68 439 -75 439 -71 439 -109 439 -180 1466 3618 14 MP stroke
+DA
+438 -46 439 -49 439 -53 439 -56 439 -63 439 -69 439 -76 439 -85
+438 -100 439 -113 439 -110 439 -169 439 -276 1466 4150 14 MP stroke
+SO
+/c10 { 0.000000 0.700000 0.500000 sr} bdef
+c10
+438 -61 439 -66 439 -75 439 -81 439 -94 439 -108 439 -125 439 -144
+438 -177 439 -208 439 -205 439 -305 439 -473 1466 3618 14 MP stroke
+DA
+438 -63 439 -68 439 -77 439 -84 439 -98 439 -112 439 -130 439 -151
+438 -185 439 -218 439 -213 439 -315 439 -484 1466 3710 14 MP stroke
+gr
+
+24 w
+c10
+DA
+0 sg
+ 617 4557 mt -90 rotate
+(Mean number of lexical entries \(tables\)) s
+90 rotate
+3390 5724 mt
+(Word frequency \(n) s
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 144 FMSR
+
+4963 5820 mt
+(w) s
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 192 FMSR
+
+5066 5724 mt
+(\)) s
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 120 FMSR
+
+1053 5403 mt
+( ) s
+7433 494 mt
+( ) s
+SO
+6 w
+1 sg
+0 500 2507 0 0 -500 1129 1012 4 MP
+PP
+-2507 0 0 500 2507 0 0 -500 1129 1012 5 MP stroke
+4 w
+DO
+SO
+6 w
+0 sg
+1129 1012 mt 3636 1012 L
+1129 512 mt 3636 512 L
+1129 1012 mt 1129 512 L
+3636 1012 mt 3636 512 L
+1129 1012 mt 3636 1012 L
+1129 1012 mt 1129 512 L
+1129 1012 mt 3636 1012 L
+1129 512 mt 3636 512 L
+1129 1012 mt 1129 512 L
+3636 1012 mt 3636 512 L
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 192 FMSR
+
+1603 713 mt
+(Expectation) s
+gs 1129 512 2508 501 rc
+24 w
+365 0 1201 645 2 MP stroke
+gr
+
+24 w
+1603 948 mt
+(Antoniak approximation) s
+gs 1129 512 2508 501 rc
+DA
+365 0 1201 878 2 MP stroke
+SO
+6 w
+gr
+
+6 w
+
+end %%Color Dict
+
+eplot
+%%EndObject
+
+epage
+end
+
+showpage
+
+%%Trailer
+%%EOF