Updated rand distribs

This commit is contained in:
Jakub Kaczmarek 2023-03-29 11:34:12 +02:00
parent 91d85e28d6
commit bad4620b17
2 changed files with 5904 additions and 5906 deletions

File diff suppressed because it is too large Load Diff

2
lm0.py
View File

@ -5,9 +5,7 @@ distribs = [
'a:0.6 the:0.2 :0.2',
'the:0.7 a:0.2 :0.1',
'the:0.9 :0.1',
'in:0.3 of:0.2 to:0.15 and:0.15 a:0.05 the:0.05 be:0.05 :0.05',
'the:0.3 be:0.2 to:0.15 of:0.15 and:0.05 a:0.05 in:0.05 :0.05',
'of:0.3 in:0.2 to:0.15 and:0.15 a:0.05 the:0.05 be:0.05 :0.05'
]
for line in sys.stdin: