Skip to content

Commit

Permalink
Update models
Browse files Browse the repository at this point in the history
  • Loading branch information
Dargones committed Jul 27, 2024
1 parent 02d3056 commit 7f17a4c
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ data/.DS_Store
python/tmp
models/*
!models/EN.vocab
!models/EN_cm.vocab
!models/EN_cm.csv
!models/RU.vocab
!models/RU_cm.vocab
!models/RU_cm.csv
!models/FR.vocab
!models/FR_cm.vocab
!models/FR_cm.csv

# Compiled class file
*.class
Expand Down
26 changes: 26 additions & 0 deletions models/EN_cm.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
a,593928780
b,112841842
c,246143453
d,314121178
e,915113458
f,184654342
g,145263176
h,401347830
i,558385318
j,19777622
k,49766003
l,300280445
m,181561489
n,522132498
o,570806792
p,159204946
q,8901113
r,472038450
s,477535032
t,686870785
u,218459723
v,81966880
w,136072036
x,16700585
y,123884063
z,6371046
24 changes: 24 additions & 0 deletions models/FR_cm.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
a,407233358
b,46909197
c,180594224
d,218368507
e,887590865
f,59379991
g,63646636
h,50002825
i,429734232
k,11170966
l,295359069
m,149835707
n,351949304
o,297745011
p,155259954
q,58641943
r,358553230
s,412579232
t,368045334
u,417612146
w,9978029
x,24387503
y,16504766
z,7673892
30 changes: 30 additions & 0 deletions models/RU_cm.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
р,198282013
с,238507135
т,256502163
у,109975499
ф,9316512
х,41413460
ц,19332743
ч,60193723
ш,31522299
щ,15569034
ы,78922563
э,12833107
ю,28959077
я,90217859
а,329629724
б,73341078
в,198568128
г,78705554
д,130840053
е,346244295
ж,41830515
з,68976520
и,304239642
й,50686805
к,140578347
л,188578595
м,135531035
н,280111838
о,464147835
п,115193000

0 comments on commit 7f17a4c

Please sign in to comment.