challenging-america-word-ga.../lm0.py

11 lines
281 B
Python
Raw Normal View History

2023-03-29 11:11:08 +02:00
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:
2023-03-29 11:23:46 +02:00
print('the:0.3 be:0.2 to:0.15 of:0.15 and:0.05 a:0.05 in:0.05 :0.05')