Use language-detection library for increased accuracy

This commit is contained in:
Ryszard Goń 2015-07-02 18:41:13 +02:00
parent 90f75c8c3d
commit 59096935d0
108 changed files with 96 additions and 1890 deletions

View File

@ -93,5 +93,7 @@
<classpathentry kind="lib" path="lib/jsoup-1.8.2.jar"/>
<classpathentry kind="lib" path="lib/javax.servlet-api-3.1.0.jar"/>
<classpathentry kind="lib" path="lib/weupnp-0.1.2.jar"/>
<classpathentry kind="lib" path="lib/jsonic-1.2.0.jar"/>
<classpathentry kind="lib" path="lib/langdetect.jar"/>
<classpathentry kind="output" path="gen"/>
</classpath>

View File

@ -47,7 +47,7 @@
<property name="javadoc" location="javadoc"/>
<property name="htroot" location="htroot"/>
<property name="test" location="test"/>
<property name="langstats" location="langstats"/>
<property name="langdetect" location="langdetect"/>
<property name="locales" location="locales"/>
<property name="skins" location="skins"/>
<property name="release" location="RELEASE"/>
@ -203,8 +203,10 @@
<pathelement location="${lib}/jetty-xml-9.2.11.v20150529.jar" />
<pathelement location="${lib}/jsch-0.1.52.jar" />
<pathelement location="${lib}/json-simple-1.1.1.jar" />
<pathelement location="${lib}/jsonic-1.2.0.jar" />
<pathelement location="${lib}/jsoup-1.8.2.jar" />
<pathelement location="${lib}/log4j-over-slf4j-1.7.9.jar" />
<pathelement location="${lib}/langdetect.jar" />
<pathelement location="${lib}/lucene-analyzers-common-5.2.0.jar" />
<pathelement location="${lib}/lucene-analyzers-phonetic-5.2.0.jar" />
<pathelement location="${lib}/lucene-backward-codecs-5.2.0.jar" />
@ -382,8 +384,8 @@
</copy>
<!-- copy language statistics files -->
<copy todir="${release_main}/langstats">
<fileset dir="${langstats}">
<copy todir="${release_main}/langdetect">
<fileset dir="${langdetect}">
<include name="*"/>
</fileset>
</copy>
@ -569,8 +571,8 @@
</copy>
<!-- copy language statistics files -->
<copy todir="${DESTDIR}/usr/share/yacy/langstats">
<fileset dir="${langstats}">
<copy todir="${DESTDIR}/usr/share/yacy/langdetect">
<fileset dir="${langdetect}">
<include name="*"/>
</fileset>
</copy>

1
langdetect/af Normal file

File diff suppressed because one or more lines are too long

1
langdetect/ar Normal file

File diff suppressed because one or more lines are too long

1
langdetect/bg Normal file

File diff suppressed because one or more lines are too long

1
langdetect/bn Normal file

File diff suppressed because one or more lines are too long

1
langdetect/cs Normal file

File diff suppressed because one or more lines are too long

1
langdetect/da Normal file

File diff suppressed because one or more lines are too long

1
langdetect/de Normal file

File diff suppressed because one or more lines are too long

1
langdetect/el Normal file

File diff suppressed because one or more lines are too long

1
langdetect/en Normal file

File diff suppressed because one or more lines are too long

1
langdetect/es Normal file

File diff suppressed because one or more lines are too long

1
langdetect/et Normal file

File diff suppressed because one or more lines are too long

1
langdetect/fa Normal file

File diff suppressed because one or more lines are too long

1
langdetect/fi Normal file

File diff suppressed because one or more lines are too long

1
langdetect/fr Normal file

File diff suppressed because one or more lines are too long

1
langdetect/gu Normal file

File diff suppressed because one or more lines are too long

1
langdetect/he Normal file

File diff suppressed because one or more lines are too long

1
langdetect/hi Normal file

File diff suppressed because one or more lines are too long

1
langdetect/hr Normal file

File diff suppressed because one or more lines are too long

1
langdetect/hu Normal file

File diff suppressed because one or more lines are too long

1
langdetect/id Normal file

File diff suppressed because one or more lines are too long

1
langdetect/it Normal file

File diff suppressed because one or more lines are too long

1
langdetect/ja Normal file

File diff suppressed because one or more lines are too long

1
langdetect/kn Normal file

File diff suppressed because one or more lines are too long

1
langdetect/ko Normal file

File diff suppressed because one or more lines are too long

1
langdetect/lt Normal file

File diff suppressed because one or more lines are too long

1
langdetect/lv Normal file

File diff suppressed because one or more lines are too long

1
langdetect/mk Normal file

File diff suppressed because one or more lines are too long

1
langdetect/ml Normal file

File diff suppressed because one or more lines are too long

1
langdetect/mr Normal file

File diff suppressed because one or more lines are too long

1
langdetect/ne Normal file

File diff suppressed because one or more lines are too long

1
langdetect/nl Normal file

File diff suppressed because one or more lines are too long

1
langdetect/no Normal file

File diff suppressed because one or more lines are too long

1
langdetect/pa Normal file

File diff suppressed because one or more lines are too long

1
langdetect/pl Normal file

File diff suppressed because one or more lines are too long

1
langdetect/pt Normal file

File diff suppressed because one or more lines are too long

1
langdetect/ro Normal file

File diff suppressed because one or more lines are too long

1
langdetect/ru Normal file

File diff suppressed because one or more lines are too long

1
langdetect/sk Normal file

File diff suppressed because one or more lines are too long

1
langdetect/sl Normal file

File diff suppressed because one or more lines are too long

1
langdetect/so Normal file

File diff suppressed because one or more lines are too long

1
langdetect/sq Normal file

File diff suppressed because one or more lines are too long

1
langdetect/sv Normal file

File diff suppressed because one or more lines are too long

1
langdetect/sw Normal file

File diff suppressed because one or more lines are too long

1
langdetect/ta Normal file

File diff suppressed because one or more lines are too long

1
langdetect/te Normal file

File diff suppressed because one or more lines are too long

1
langdetect/th Normal file

File diff suppressed because one or more lines are too long

1
langdetect/tl Normal file

File diff suppressed because one or more lines are too long

1
langdetect/tr Normal file

File diff suppressed because one or more lines are too long

1
langdetect/uk Normal file

File diff suppressed because one or more lines are too long

1
langdetect/ur Normal file

File diff suppressed because one or more lines are too long

1
langdetect/vi Normal file

File diff suppressed because one or more lines are too long

1
langdetect/zh-cn Normal file

File diff suppressed because one or more lines are too long

1
langdetect/zh-tw Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,27 +0,0 @@
e 15.9622817865033
a 8.27006607562974
u 2.48638080727659
k 3.08465871553599
o 5.91990210722567
d 5.30159524167777
ê 0.0525137337862601
z 0.103233829606386
j 0.369489421023629
t 5.47796964168096
n 7.73187503923583
p 1.70724440409866
y 1.03213900295651
g 3.42096583418614
ë 0.192317848591048
w 1.82094112184083
s 6.8688362378643
c 0.691846022159401
i 9.31226938050734
m 2.22700082806286
b 1.79672700929802
v 2.24115063868459
r 6.65688801819945
x 0.141498106217247
h 1.63191160952103
f 0.992180734933192
l 4.14758850357781

View File

@ -1,33 +0,0 @@
а 16.1598236546207
б 1.8221724481654
в 3.20869036090664
г 1.72580755907973
д 3.02081434250497
е 4.04874595421366
ж 0.651350884212969
з 2.40130885775643
й 1.21142740787919
к 4.30895483162189
л 3.90585600196992
м 3.14570986828553
н 6.59010353898279
о 3.32778505184052
п 2.64660130270177
р 4.80901047228266
с 4.74342552319979
т 3.44830035538992
у 3.45966525631403
ф 0.299867646257988
х 1.09032018240666
ц 2.51318210122812
ч 1.41137863351273
ш 1.03337729340149
ы 4.36175426716514
ь 2.05124623241696
э 1.22871152803461
ю 0.607430277516674
я 3.33690064945673
ё 0.386169862650437
і 4.99949094714611
ў 1.98862089294974
0.0559958139281596

View File

@ -1,30 +0,0 @@
а 12.044703153285
б 1.38120169533782
в 4.48093828926973
г 1.51561466835767
д 3.21788993311871
е 8.44265227147085
ж 0.650818943557391
з 2.27461437568426
и 9.87328325366113
й 0.602040042058253
к 3.36617779367609
л 3.42904837783053
м 2.30236415075932
н 7.57547180037506
о 8.8649691608945
п 2.89226366622224
р 5.62323176482066
с 5.16947958331978
т 7.82695413699283
у 1.48526335186932
ф 0.448765893792072
х 0.476298873749363
ц 0.724962873836081
ч 1.12668422707121
ш 0.321940749894312
щ 0.455703337560838
ъ 1.50282375640901
ь 0.0231970776018124
ю 0.150239016617346
я 1.75040378090685

View File

@ -1,30 +0,0 @@
k 2.80981569654543
p 1.85112972123967
y 0.500716225594773
w 0.868059497566018
m 3.52890421926474
b 1.89506085696318
e 12.6512785934929
é 0.136235881569556
t 4.90192497351792
ù 0.905277560864367
n 6.87833247280959
g 2.41315209354074
i 6.49588478788172
r 7.72338982515408
a 11.8880614917434
ê 0.0753246214765008
z 2.61286599818945
j 0.352831188934487
c 1.55545836957241
v 2.05923496641983
x 0.153117284285783
l 4.33151126068539
u 3.61183040804621
o 6.40535703179528
d 4.03969005349726
ñ 0.987216533112723
s 3.61113935647303
q 0.0730540234503415
h 3.30727410758093
f 0.623920848927241

View File

@ -1,34 +0,0 @@
e 11.8852259216699
ò 0.188835992259515
í 0.351406072002428
a 12.2875719452197
ú 0.0812850398714562
u 3.47963645589267
k 0.36354410733207
é 0.409011993771795
o 5.34988881758622
d 4.48410862546699
z 0.243357659150039
j 0.417966282129728
t 6.0368817188254
n 6.21019694459783
p 2.60510095960124
y 0.409509454236125
g 1.67873008292666
w 0.219181080583621
ç 0.142373184891131
s 7.21874828997965
c 4.13897055531512
i 7.65323025952512
m 2.97342068739087
q 0.671770611030688
b 1.63943070624462
v 1.39597355500172
r 6.99310022335975
x 0.465722486705369
è 0.33648225807254
h 0.788872804333876
f 1.08426482805279
l 6.54439088453445
à 0.404136881221365
ó 0.489998557364653

View File

@ -1,31 +0,0 @@
y 0.11269887301127
g 1.97988020119799
e 6.9240307596924
ò 0.0635993640063599
w 0.34069659303407
a 10.7783922160778
u 8.25661743382566
k 0.40149598504015
s 4.67245327546725
c 6.09133908660913
i 14.0522594774052
m 3.6319636803632
o 4.49775502244978
d 3.66286337136629
ì 0.0837991620083799
b 0.942290577094229
q 0.0821991780082199
z 1.41038589614104
j 0.575394246057539
t 5.58034419655803
ù 0.0670993290067099
v 1.34268657313427
r 6.55833441665583
x 0.19739802601974
è 0.620993790062099
h 1.47948520514795
f 1.63478365216348
n 6.92213077869221
l 3.7849621503785
p 2.15217847821522
à 1.01888981110189

View File

@ -1,37 +0,0 @@
e 8.0349203783041
í 2.55346284769937
č 0.855744867277214
ě 1.09804790374941
a 7.32936746732452
ú 0.136021020886162
u 2.83448646825361
k 3.88203794018468
é 1.03876948378875
o 8.08172438328987
d 3.31200707349227
z 1.89511312298476
š 0.647472034856509
j 1.6601949401777
t 5.52706399175291
ý 0.79357238304238
n 6.24060052831642
p 2.90853459554454
ň 0.0513945896965324
y 1.75759517230161
g 0.710742267609134
w 0.334513911966557
ř 0.939373345268854
s 4.83817689917978
c 2.90633909850896
i 5.56299030688059
m 3.00264158211508
ž 0.704055981182594
á 1.98822215635731
b 1.83284084343012
ů 0.382016484190924
v 4.09420279007755
r 4.48959184712155
x 0.153784587810401
h 2.24309940312419
f 0.567635779017236
l 4.32792342904702

View File

@ -1,28 +0,0 @@
e 8.5738952139427
a 10.2119142830307
u 2.89873319064492
k 0.513198678633309
o 5.67746022610319
d 7.72555861316451
z 0.101320767160081
j 0.190351145404294
t 3.84479337158342
ï 0.0830350665779361
n 7.62453761158774
p 1.32576325313605
y 6.04946931499567
g 4.03604381373766
w 3.41732764977787
ô 0.0808367856336345
â 0.0562560078018989
s 3.32599906872825
c 3.17671580823796
i 7.16429751933988
m 2.46856957858954
b 1.55618306484329
v 0.276283945954264
r 7.25872367808374
x 0.0719437399953237
h 3.48807232743994
f 2.80800414076192
l 5.58603172319246

View File

@ -1,29 +0,0 @@
y 0.864537466956212
g 3.84157778337673
e 14.5280687230801
w 0.407923310417641
ø 0.66857430803009
a 6.5529680420081
u 1.99592476614396
k 3.31867608889529
é 0.158670170008038
s 5.99487296388279
c 0.872935888053046
å 0.720164609053498
i 6.71533751654689
m 3.18580106939895
o 5.08944318468128
d 5.55245613824601
b 1.93183681467884
z 0.0918827260475031
æ 0.655576751570705
j 0.586489739928893
t 6.78602422744524
v 2.02042016100973
r 8.68806664347103
x 0.0790851319951849
h 1.88434574300032
f 2.39105048250929
n 7.4213047946986
l 5.00085983835039
p 1.83535495326879

View File

@ -1,29 +0,0 @@
e 15.0454339050204
a 6.37621568754647
u 3.72113911607228
k 1.72703729023308
ö 0.26077714183063
o 3.51445352069101
d 4.46714337752806
z 1.09540371555032
j 0.327643075633355
t 6.21244404968039
n 9.08069321011372
p 1.28761832525786
y 0.346704856762192
g 2.85268037584643
w 1.39650001746498
ü 0.468760135927465
ß 0.128941472347942
s 6.2645395981058
c 2.95936647022719
i 8.17341230832182
m 2.69958732740855
b 2.41585620830235
ä 0.436225368136886
v 1.0019910080289
r 7.73519094216097
x 0.122155079066472
h 4.05966038093622
f 1.59789621808274
l 3.98660685325922

View File

@ -1,26 +0,0 @@
a 8.69161966252553
k 0.907674180694932
z 0.168080439775654
j 0.285209319358806
p 2.35362373068916
y 1.58228477941557
w 1.59124110835566
c 3.59944908625542
m 2.70381619224661
b 1.65463201429828
v 1.03186860866415
x 0.255951978154519
l 4.34700400845477
e 11.6362615884945
u 2.72252496825479
o 7.16964083130655
d 3.78454655101724
t 8.19514049494664
n 7.31274306481596
g 2.03308666940001
s 6.65176598903745
i 7.96287303110036
q 0.120810925925189
r 6.70550396267798
h 4.22022219656953
f 2.00084388521569

View File

@ -1,32 +0,0 @@
e 8.92933897102188
ŭ 0.357853280155136
a 11.6249337771514
u 3.0655431273178
k 4.0937215741546
é 0.0597754920482602
ĵ 0.0883637708539499
o 10.0566767625274
d 3.49866554712568
ŝ 0.253096230545476
z 0.60765086314611
j 2.97637968432942
t 6.06241441009186
ĉ 0.286182665107306
n 6.63987765016343
p 2.46988734618806
y 0.210913525454564
g 2.178506812207
w 0.477804100318869
ĝ 0.623744264851411
s 4.92238182345239
c 1.57215541627933
i 8.49891544466769
m 2.94829120060775
á 0.0870643036355094
b 1.41731889925131
v 1.6066412770764
r 6.30951309962915
x 0.051478893653602
h 0.965704061334853
f 1.01658320088764
l 5.53093231774972

View File

@ -1,32 +0,0 @@
y 0.852984898054128
g 1.41085938428148
e 12.7233918928498
í 0.550786245618519
w 0.226124858859153
a 11.6814205233518
ú 0.106822781006311
u 3.56378767624511
k 0.25347947754675
é 0.311283580539884
s 6.73862062837752
c 4.64169942066112
i 7.08075303072203
m 2.7082070844469
á 0.352814680445142
o 8.08888054717224
d 5.36250360651679
b 1.3945863811936
q 0.544796183132184
z 0.428189633398192
ñ 0.185292599577301
j 0.43827290525019
t 4.70828894863422
v 0.958809335312716
r 6.67552530352146
x 0.220933471370996
h 0.829623654357421
f 0.98646345712463
n 6.89725744989063
l 5.61298805282037
p 2.61516144715916
ó 0.778308785724483

View File

@ -1,30 +0,0 @@
e 9.76074815475643
a 12.6645307188225
u 4.92285592626732
k 4.30736309236246
ö 0.165284030677823
o 4.71242258177015
õ 0.821085223528621
d 3.97649864601456
z 0.106501007214999
š 0.0601661534266551
j 1.61707651771345
t 6.72892727403855
n 5.14939285534338
p 1.90348321522391
y 0.165481620672656
g 2.07400338076481
w 0.309030751918846
ü 0.634560268406249
s 7.98342615123341
c 0.49437016707222
i 10.2612436116685
m 3.44616709988273
b 1.1416749901452
ä 1.03082700304387
v 2.30340536476595
r 4.69730694716542
x 0.0694528831838071
h 1.63693431219417
f 0.375519785180158
l 5.92700828000873

View File

@ -1,26 +0,0 @@
e 10.8758887847797
a 15.9459826628282
u 4.89638252857397
k 5.12183768427488
o 6.37138068058089
d 3.35935174400601
z 3.30031585697932
ñ 0.0729208080025093
j 0.38108614045147
t 6.79871659377916
n 6.56966534343703
p 1.38279828106676
y 0.211869909278524
g 2.42726399130544
w 0.37629134759651
s 3.0019398932759
c 0.639605388548037
i 8.80363924777691
m 1.82721564381082
b 2.32996965295689
v 0.336434631989659
r 8.32695692477969
x 0.359010115015094
h 1.56390160285929
f 0.578371888129491
l 3.85071812012155

View File

@ -1,27 +0,0 @@
e 7.95531898942949
a 12.1829222580403
u 5.11402653872104
k 5.2218807007022
ö 0.381138016343054
o 5.86440762675863
d 1.3037459079891
z 0.0852637629007672
j 1.78014343903841
t 8.42731838968438
n 7.87825174300922
p 2.00774670764925
y 1.62610890371592
g 0.696404028287978
w 0.36904315665842
s 6.98683059699628
c 0.606642177074743
i 10.3993802633881
m 3.2978983931829
b 0.532873528750281
ä 2.77322138091311
v 2.10450558512632
r 3.61466376789864
x 0.0537771447134968
h 2.12309768348452
f 0.609440987580278
l 5.76724891920934

View File

@ -1,32 +0,0 @@
y 1.08795915416411
g 3.23166748936722
e 5.80318011158811
í 1.4213273899451
w 0.54756954312696
ø 0.997511954088323
a 10.7527460747212
ú 0.446751330032559
u 4.36789174257949
k 3.68121101521248
s 5.08040028121401
c 0.504489950588106
i 8.25841772246571
m 4.55626523865795
á 1.08307281149188
o 3.52883690086209
d 2.82749714547839
b 1.58277614068678
z 0.0821703339167028
æ 0.495515035475845
ð 1.8360681894106
j 1.01476373535967
t 5.84865301482357
v 2.49103755004762
r 8.76121241131039
ý 0.220782911761626
h 2.0567513798932
f 1.96829860539791
n 7.42993333632497
l 4.3167347264396
p 2.51377400166535
ó 0.865680423217108

View File

@ -1,31 +0,0 @@
e 13.3154384090329
a 8.04623708216382
u 4.83551687292677
k 0.470564078846645
é 2.27666895253891
o 5.83355926256698
d 4.04459843072212
ê 0.0811351747894871
z 0.207721995406992
j 0.359825529471804
t 6.45612720081653
n 7.08926065322787
p 2.86285563919367
y 0.532362369226844
g 1.49830951773412
w 0.338694501148252
ç 0.0542230160755295
s 7.23199476907374
c 3.58390214340393
i 7.9445689270222
m 3.09719076932891
q 0.619478023730544
b 1.31321367057923
v 1.23068305052309
r 7.16012933784129
x 0.411855702985455
è 0.318460544781832
h 1.36913115590712
f 1.32058959556009
l 5.38871124649145
à 0.286464978310794

View File

@ -1,29 +0,0 @@
y 2.11685148067696
g 2.07578540125856
e 15.6152018432775
w 1.96617593867465
ô 0.0841305082002266
â 0.39567317395831
a 7.50540053915466
ú 0.219019090231469
u 2.17630237423888
k 3.79836255253161
s 6.1068557371611
c 0.919440542112215
i 7.24671421405919
m 2.43209109275738
o 4.54034967117161
d 4.5825148427399
ê 0.230909268943852
b 1.82059618754908
z 0.317138043975676
j 1.84567547206008
t 6.75482051825192
v 0.371792899065372
û 0.375689680324052
r 7.13071003351232
h 1.77753175876726
f 2.83925477555539
n 9.23557141800872
l 3.70274153549168
p 1.6517356663396

View File

@ -1,28 +0,0 @@
y 0.195590078375953
g 3.27366020296593
e 5.67231216056576
í 1.75711250277344
w 0.289037560890779
a 15.6869839150397
ú 0.84162700562284
u 2.18447232655248
k 0.360997119618774
é 1.41510471115233
s 5.1868849706465
c 4.36074925891649
i 10.6310253637456
m 2.3768642023183
á 1.92381881382663
o 4.05422152750154
d 3.10535479060768
b 2.05794343578909
j 0.0874508526208271
t 5.16579682218593
v 0.253857332179315
r 6.0717876553377
h 7.12629502219752
f 1.12896552137699
n 7.9993043909323
l 4.53185309855861
p 0.992042472130663
ó 0.964857749944531

View File

@ -1,30 +0,0 @@
e 7.34433304859956
ò 0.320300519014721
a 16.5607157307917
u 2.39665912371932
k 0.871784881136138
o 4.01384705300544
d 4.38410086569058
z 0.103503224485106
j 0.224190381992837
t 4.6657375354044
ù 0.216997107704297
n 8.24419168077847
p 1.20007792713813
y 0.519114627822985
g 3.34197525313832
w 0.832121965961826
s 4.6302706968984
c 4.45743230079875
i 9.53068880596642
m 2.43752091794172
ì 0.275042834949322
b 2.14899069370139
v 0.271845824154416
r 6.68984499492974
x 0.0614425512146143
è 0.219494772387817
h 7.68801170905204
f 0.941819398862064
l 4.03412809023563
à 0.937923041955771

View File

@ -1,32 +0,0 @@
e 11.0217144134872
í 0.705246776478198
a 12.3693197188596
ú 0.22080762485064
u 3.4027533073728
k 0.325721193439258
é 0.492724428690217
o 9.55492090555084
d 5.2542631743392
z 0.391903587325323
ñ 0.222903899770108
j 0.0904392893827668
t 5.07168761111505
n 6.98039583659836
p 2.60746653197268
y 0.158817780803512
g 1.52528956045108
w 0.226896804378619
s 6.9540426661822
c 4.45079094449164
i 7.37838860345167
m 2.88287712734471
á 0.504403674670111
b 1.38124552669906
q 0.543933430294367
v 1.00760947795767
r 6.8954467910523
x 0.829925222878944
h 0.845797018697774
f 1.02358109639171
l 3.71449933468227
ó 0.771528992979475

View File

@ -1,30 +0,0 @@
y 0.224000735018016
g 1.90954884274609
e 8.64804621026309
w 0.320371983030671
č 0.838979123890482
đ 0.18245623846541
a 11.2369873848538
u 3.86903097461791
k 3.78294598416516
s 4.85401503591202
c 1.39793236236388
i 10.1238745036631
ć 0.47326771433365
m 2.98950601995734
ž 0.489645833166889
o 8.35833326675561
d 3.30538400696669
b 1.57229940799092
z 1.66397692682576
š 0.65362675465578
j 4.62831656906373
t 4.56500115845231
v 3.23228167168663
r 5.67801417306479
x 0.0708054039802823
h 1.15895164060815
f 0.475664512211685
n 6.46965653886408
l 3.74090215472129
p 2.83471282366758

View File

@ -1,34 +0,0 @@
y 1.90948164968566
g 2.94681801069421
e 9.57005621264452
í 0.575834423514944
w 0.22985697015932
a 8.76873547873128
ú 0.285284882583219
ü 0.441535969039836
u 1.51026161378665
k 4.49005823904132
é 2.84609416983788
s 6.74988800184362
c 1.42016642280372
ö 0.93204319403842
i 5.18558914010249
m 3.02161589251356
ő 0.789202086394037
á 3.24571153844244
o 4.60170872930021
d 2.19526319815081
b 2.04954142839121
z 3.81647996996165
j 1.07250030544952
t 7.09020346414519
v 1.86537771936987
r 5.4322334170712
x 0.168767066681368
ű 0.17224372785491
h 1.5660868589161
f 1.0529316697013
n 5.25422836498585
l 5.94687860393181
p 1.50797695072975
ó 1.05710366310955

View File

@ -1,26 +0,0 @@
e 13.5313613820317
a 9.94714632113208
u 3.47696846970209
k 0.557422403642986
o 7.78502305851686
d 3.84628455029395
z 0.0992505732145392
j 0.383708912961345
t 6.95333723805545
n 6.59371632926802
p 3.08006612706872
y 0.362619415531066
g 1.65957353238087
w 0.513644205185817
s 6.05518451810998
c 4.3982096915736
i 9.81061431407159
m 3.36212566142061
b 1.26257123952272
q 0.426087808271481
v 1.18590941711028
r 6.65658502065971
x 0.313244004485766
h 1.23198647073757
f 1.10554943638068
l 5.18012030009055

View File

@ -1,35 +0,0 @@
e 6.11408987234449
í 1.56275500252763
a 9.44489557086732
ú 0.581057466872062
u 4.25090457481998
k 3.43360281502888
é 0.24649415061519
ö 0.811032429355592
þ 0.964581268434817
o 2.61401225206291
d 2.19695250832925
z 0.0554288421044252
æ 0.767147116307026
j 1.35417537407005
t 5.0652209391656
ý 0.247887335156415
n 7.93547963363227
p 1.23874008351146
y 1.07106037265696
g 3.53460869426764
w 0.31107820541909
s 6.27281339686255
c 0.450297146360007
i 7.78342349227579
m 3.26990363143502
á 1.51190376677295
b 1.57569171612472
ð 3.11774797689702
v 1.79850172953909
r 9.01161517854655
x 0.0995131815160236
h 1.92488347006444
f 3.21109134115905
l 4.93456013183506
ó 1.09285375940897

View File

@ -1,29 +0,0 @@
e 10.6144222228418
a 11.1187897569078
u 3.03994710364579
k 0.395129392926706
é 0.191988273579307
o 8.48492573399666
d 3.66082204439629
z 0.930963884695507
j 0.16430531711922
t 6.55100236201341
n 7.0635353724453
p 2.63476023373178
y 0.463639731216417
g 2.08767331721482
w 0.257212505526633
s 5.25338867269186
c 4.23658770717407
i 10.7995395467961
m 2.99344371995204
q 0.251237766722298
b 1.33346212214756
v 1.49726954436642
r 6.53586635704242
x 0.191988273579307
è 0.210211226932529
h 1.0407994997152
f 1.08760162034916
l 6.31599596904289
à 0.177051426568469

View File

@ -1,58 +0,0 @@
ب 0.292858617192805
ی 0.538652451506821
e 10.0916068136245
ل 0.201321603034482
و 0.749347125707841
ك 0.276007031797645
a 9.47886721449276
u 1.8109970056029
k 3.64562611616825
î 3.85342909820087
ز 0.0732894394404875
گ 0.105596620908131
o 2.30517722583019
d 3.94366983655956
ى 0.230836805856773
ê 3.60434471762626
z 1.02196389772185
ن 0.549620939042132
ڵ 0.0844573540218951
j 1.09385734783966
t 3.73736255737267
ە 0.108787453645676
n 6.78959349788059
p 1.06484071263261
y 2.82318897806602
ر 0.517413471097537
g 1.81787723869323
ۆ 0.132519272131167
ه 1.18170496164519
w 1.72354824588956
ێ 0.18925626674564
ç 0.535760759338421
ش 0.121052216980615
ئ 0.0932321440501439
s 2.55196819537469
c 0.794916205740906
ک 0.178686633302522
ي 0.0722923042100047
خ 0.0594292597367762
ت 0.33613428619576
i 7.59866902389435
m 2.3888368716677
م 0.192247672437088
q 0.28268783784188
b 2.75109610090211
س 0.189854547883929
د 0.322373820015097
ş 0.915270428060183
ı 0.0642155088430938
v 1.50647190621345
û 1.44205697032426
r 5.95140162313673
x 0.817750602518963
ا 0.767594700425677
پ 0.0707966013642804
h 2.07144872780502
f 0.482314310984541
l 2.82099528055895

View File

@ -1,26 +0,0 @@
e 10.7009003747895
a 10.7755982832481
u 6.0876295463727
k 0.454887263156632
o 5.5150455787238
d 2.63092633406265
z 0.142796001711952
j 0.0842976396660894
t 6.66151347762263
n 6.73251148967829
p 2.96991684232842
y 0.399288819913042
g 1.86114788785914
w 0.397988856312023
s 6.87360753898891
c 4.76886647173879
i 11.242385213214
m 4.31047930657942
q 0.384389237101361
b 1.44515953553301
v 1.19226661653474
r 6.60491506237825
x 0.509985720399829
h 1.54185682800882
f 0.925774078325807
l 4.13438423724136

View File

@ -1,34 +0,0 @@
e 5.50531489769821
ū 0.407908407928389
č 0.370644181585678
a 11.8021699168798
u 4.01194852941177
k 3.97088794757033
o 6.44191576086957
d 2.79341831841432
ė 1.42513187340153
ą 0.35096307544757
z 0.39372202685422
š 1.0177229859335
j 2.1086756713555
t 5.5152054028133
n 5.26724344629156
p 2.85176230818414
ę 0.121483375959079
į 0.362951566496164
y 1.56639625959079
g 2.01926150895141
w 0.274736253196931
ų 0.957281010230179
s 8.01710358056266
c 0.931605658567775
i 12.9789402173913
m 3.2288003516624
ž 0.627897218670077
b 1.407648657289
v 2.40928708439898
r 5.68634111253197
x 0.0755274936061381
h 0.570652173913043
f 0.478440696930946
l 3.70464354219949

View File

@ -1,36 +0,0 @@
e 6.18886324350789
ļ 0.439435268726957
ū 0.439435268726957
ņ 0.318036030095021
č 0.106411678307005
a 11.9552771199904
u 4.49596834627259
k 3.70132789784479
ē 1.28913002208167
ā 3.14888642426786
o 4.27105502432981
d 3.10752075777105
z 1.6713128103674
š 0.918537613780562
j 2.3017895147028
t 6.06336740505381
ī 1.59667475994924
n 4.57919926461037
ģ 0.134288540511376
p 2.86142501723569
y 0.0933225422898994
g 1.88743343025289
w 0.237003287271565
s 8.73824725477853
c 1.16932945655106
i 9.53648471768432
m 3.27038557996863
ž 0.217819210055654
ķ 0.145379335151824
b 1.5488144839783
v 2.50412157908936
r 5.69637201123068
x 0.0505580368294316
h 0.509277299841132
f 0.554539732022421
l 3.85619935453574

View File

@ -1,28 +0,0 @@
a 15.4737458785798
d 1.4002331389176
y 0.174154371554653
u 5.18264214775729
k 4.74535671654027
g 3.32003015210015
t 9.92569946673971
e 8.97554840631754
v 0.165556624164469
s 0.375801539996521
ī 0.126466865681192
ē 0.338011441002457
c 0.393097008583751
b 0.161057802855652
z 0.211944470548716
w 3.00241336769766
ū 0.598843103106986
r 5.45277137390004
ā 3.75181702393973
h 5.48186375169706
ō 0.712913216737215
f 0.265830352447659
i 10.4083730062724
n 6.59747146247683
m 2.96932203762614
l 0.712413347702902
p 2.27130491811146
o 6.77202572925894

View File

@ -1,31 +0,0 @@
а 13.2640364281792
б 1.2998311453528
в 4.11976545451928
г 1.52935829063978
д 3.55664240452308
е 8.48839098591781
ж 0.435607969281206
з 1.79384924838087
и 9.70081260013533
к 4.06731973583811
л 3.09964480879936
м 2.52644395403698
н 7.12685899505776
о 10.6368144264804
п 2.78270813237711
р 5.30791806950395
с 4.83179321167298
т 7.53099953313027
у 2.14348737292197
ф 0.469132095340146
х 0.270044033836744
ц 0.842833549629075
ч 0.85044332057497
ш 0.77907600927158
ѓ 0.115380581098563
ѕ 0.00843244888599123
ј 1.7056170393055
љ 0.0150138724067649
њ 0.45206152808314
ќ 0.194357663347847
џ 0.0553250914715035

View File

@ -1,28 +0,0 @@
e 16.3410628627746
a 8.06098061970175
u 2.16762673559572
k 2.33964949737568
é 0.0744665645125339
o 6.12804850622071
d 4.82913171985778
z 0.837324041505364
j 1.12649420410236
t 6.31816314474801
n 9.22705705138393
p 1.86976047754558
y 0.38192851409717
g 2.88130629347423
ë 0.125943451390326
w 1.46584183701518
s 4.90249877804866
c 2.04528166853083
i 7.05403273930006
m 2.55985062706845
q 0.0503773805561303
b 1.95512215015458
v 2.33355223504646
r 6.80954251541058
x 0.13773815556815
h 2.40212144747009
f 1.00874707256442
l 4.1423400892999

View File

@ -1,28 +0,0 @@
y 0.882356760622894
g 3.49856003931797
e 14.3486612810905
w 0.413058440527077
ø 0.685966701595994
a 6.97184709545496
u 2.0387206076704
k 3.68376205835961
s 6.31025433811256
c 0.740508396524116
å 0.802042616443022
i 6.72271341935471
m 3.08210522950965
o 5.34828268580887
d 4.14906464988927
b 1.75552334554361
z 0.11487719627718
æ 0.12666459554736
j 0.803840694297796
t 7.47031423408376
v 2.0828734083265
r 8.82346771301479
x 0.0687265313379997
h 1.80706824404711
f 1.96320133776992
n 7.87208474141143
l 5.21182855527441
p 2.02313726626237

View File

@ -1,34 +0,0 @@
a 9.17898011554199
k 3.72727372694384
ć 0.199334418976157
z 4.23850553168008
j 2.14489432976551
ź 0.141253527589423
ń 0.208531393171647
p 2.89034907515427
y 3.2720235042671
ł 1.47601439126527
w 4.33527369495436
c 3.76046280773625
ś 0.565413978800975
m 2.78428397057368
b 1.42403149363859
v 0.202733300744055
x 0.0900703668493066
l 2.86705673833309
ó 0.816631328292992
e 7.7827394787115
u 2.64103110076785
o 7.63688746402434
d 3.25462922698432
ą 0.734158461866046
t 4.38175840148591
n 5.78839561784173
ę 0.713865138369476
g 1.84299365508748
s 4.47592741987886
i 8.26188184087435
ż 0.606900329791499
r 5.28006285931928
h 1.41013606523454
f 0.559515919262563

View File

@ -1,37 +0,0 @@
e 10.7341926450275
í 0.378534004822051
a 12.0936684934426
ú 0.0888324999477163
u 3.42831705235441
k 0.477225717207911
é 0.574921549549514
o 9.80583326777123
õ 0.125182121563093
d 5.44039309377107
ê 0.16501732333337
z 0.34666584340583
ã 0.603403718815261
j 0.384409697083167
t 5.15228499696755
n 5.25356599746847
p 2.74096064580829
y 0.293187085029234
g 1.80782104433957
w 0.361703632074109
ç 0.597627614558571
ô 0.0510886462703794
â 0.0592548626332861
s 6.9841067503737
c 3.7655220353398
i 7.6140008783662
m 3.9531458356778
á 0.373056664578638
q 0.459100700402435
b 1.44681452829644
v 1.20133009738711
r 6.85105717646098
x 0.323760602387921
h 1.15790972745751
f 1.16338706770092
l 3.36687125362376
ó 0.231143758272029

View File

@ -1,30 +0,0 @@
e 10.9013417774153
ţ 0.930868077212174
a 10.4270618433047
u 5.27785107710023
k 0.499468246733516
î 0.737257912328679
ă 2.00446992595436
o 5.38650066369205
d 3.53485982504118
z 0.693378272481568
j 0.344540133378113
t 6.34065793471829
n 6.25989540853044
p 2.89145836331942
y 0.183214988245454
g 1.5053015400854
w 0.366829790976987
â 0.398814949863263
s 3.97095747573126
c 4.60666250859601
i 11.1234387244319
m 2.98071694733644
b 1.19644484958979
ş 0.95775560140095
v 1.04861344336228
r 7.31900398215228
x 0.253382430552224
h 0.841109725087559
f 1.1842505077644
l 5.1920908698364

View File

@ -1,33 +0,0 @@
а 7.83402561206694
б 1.51429795928269
в 4.47658606403825
г 1.62292417458901
д 3.04315129232851
е 8.78039445062898
ж 0.799197837179276
з 1.63855772418645
и 8.19710132426947
й 1.21537370922137
к 3.13398760636878
л 4.0175527025825
м 3.22859753582913
н 6.89304765267644
о 10.4685482631935
п 2.98951204457179
р 5.09087674563406
с 5.5970802998407
т 6.2286217947854
у 2.37872543443748
ф 0.392456003687361
х 0.994617207147228
ц 0.61644703326442
ч 1.32885171578207
ш 0.576284983436524
щ 0.442321636024011
ъ 0.0407011377450492
ы 1.81645673684693
ь 1.61349013603884
э 0.274126205872285
ю 0.701083836257436
я 1.99732073305175
ё 0.0576824071353677

View File

@ -1,42 +0,0 @@
y 1.47214111435543
g 0.921063157473701
e 7.89758409663613
í 0.988360465581377
w 0.388684452621895
č 0.836166553337866
ě 0.061897524099036
ô 0.174793008279669
ř 0.0921963121475141
a 8.68595256189752
ú 0.6263749450022
u 2.5219991200352
k 4.70721171153154
é 0.794168233270669
s 4.52331906723731
c 2.64409423623055
i 6.12515499380025
m 2.8596856125755
ž 0.598476060957562
á 1.80592776288948
ť 0.488380464781409
o 8.82994680212792
d 2.97658093676253
ľ 0.333086676532939
b 1.90052397904084
z 1.84602615895364
ď 0.0553977840886365
š 0.905863765449382
j 1.64533418663253
ä 0.0501979920803168
t 4.88020479180833
v 4.28392864285429
r 5.94096236150554
ý 0.844066237350506
x 0.170093196272149
h 2.30890764369425
f 0.568477260909564
n 5.87416503339866
l 3.81244750209992
p 2.95538178472861
ň 0.0901963921443142
ó 0.273989040438382

View File

@ -1,28 +0,0 @@
y 0.204691001048296
g 1.91326467241987
e 9.71725813423159
w 0.390502735009614
č 0.914551443518698
a 10.3700833171866
u 2.20281301079596
k 3.81112783747932
s 4.74495600633946
c 1.56449505412885
i 9.59215814863945
m 2.86587274380338
ž 0.371226009668172
o 8.38626980459959
d 3.15323506177992
b 1.81399947336781
z 1.82363783603853
š 0.88116495014383
j 3.61378981413858
t 4.71633901201814
v 3.6411150691329
r 6.39023445068785
x 0.0788954635108481
h 1.31538809314434
f 0.658091504826634
n 6.81501796014487
l 4.74058396554037
p 3.03439504369557

View File

@ -1,30 +0,0 @@
а 11.984888265292
б 1.59223383146932
в 3.79535026051628
г 1.95667991086616
д 3.73317142964107
е 9.39714205258506
ж 0.50752249913324
з 1.71024339268536
и 10.5481015110107
к 4.03332264465124
л 2.98344447934995
м 3.497152307209
н 5.86873755812988
о 9.40088580418226
п 2.82311424790472
р 6.0105118033977
с 4.93003253808453
т 4.60302397465968
у 4.38181708680783
ф 0.470410526778404
х 0.616416839069141
ц 0.8998025577962
ч 0.967352858354344
ш 0.869852545018613
ђ 0.271177833084021
љ 0.540239632656582
њ 0.710987259850543
ћ 0.726287809856484
џ 0.0369492005462622
j 0.133147339413403

View File

@ -1,28 +0,0 @@
y 0.821722542867923
g 3.05630476403427
e 10.069794509472
w 0.455980147694445
a 9.45769506427444
u 1.94620073108551
k 3.30356019876263
s 6.21542466644972
c 1.60022279940667
å 1.09153741572652
ö 1.01677184422409
i 6.60432542288964
m 3.29836953158222
o 4.68487659188779
d 4.37762902301662
b 1.65642175368687
z 0.108305267129701
j 0.649532141210104
ä 1.73058840205311
t 7.10841906252558
v 2.17199475343333
r 8.85158485043891
x 0.207526866693685
h 2.2658260447715
f 1.91246139441285
n 7.96108596743056
l 5.21931567042458
p 1.9981074028896

View File

@ -1,25 +0,0 @@
e 5.13464697369694
a 18.8792002066505
u 5.72048921916624
k 6.07943478291224
o 4.46393040904236
d 2.08595344977704
z 1.51327619858795
j 1.00383081386593
t 3.61319252108643
n 5.99256576762389
p 1.38132705137041
y 2.45078336702708
g 1.81666947586368
w 4.0902240941337
s 3.34400828197822
c 1.22903200390163
i 12.3438776293835
m 4.21299763927716
b 1.90822602699422
v 0.59013084209088
r 3.69457612209136
x 0.057048308547572
h 3.4012560601361
f 1.09139797279035
l 3.59524025615887

View File

@ -1,31 +0,0 @@
y 3.09131061161211
g 1.37746073050483
e 9.09556781870479
w 0.280856027636951
ç 0.953135826840345
a 11.5182875459245
ü 1.53987268258882
u 2.95781177561428
k 4.88541931495855
s 3.60755928435053
c 1.36230626965967
ö 0.995807598167507
i 8.52697643581039
m 3.12421174371015
o 3.00736287456194
d 3.85152616387755
i̇ 0.331802932188773
b 2.23528297466114
z 1.10567743929492
ğ 1.06240746556597
j 0.133698236798421
ş 1.41066096380377
ı 3.87565366074945
t 4.39828315910688
v 1.16779078868002
r 7.29069147212626
h 1.36539698206888
f 0.808769647210134
n 6.30734642399589
l 6.89328567654199
p 1.22940563606363

Some files were not shown because too many files have changed in this diff Show More