My briliant solution

This commit is contained in:
Jakub Kaczmarek 2023-03-29 11:11:08 +02:00
parent 798d04eb15
commit d86512ef00
2 changed files with 10530 additions and 0 deletions

10519
dev-0/out.tsv Normal file

File diff suppressed because it is too large Load Diff

11
lm0.py Normal file
View File

@ -0,0 +1,11 @@
import sys
for line in sys.stdin:
ctx = line.split('\t')[6:]
if ctx[0].endswith('\n'):
print('The:0.7 A:0.2 :0.1')
elif ctx[0].endswith('.'):
print('The:0.9 :0.1')
else:
print('the:0.3 be:0.2 to:0.15 of:0.15 and:0.05 a:0.05 in:0.05 that:0.05')