Compare commits

...

17 Commits

Author SHA1 Message Date
szymonj98
fec0103d93 test output fix 2023-06-07 01:11:18 +02:00
szymonj98
0ea85905c3 sol 12 2023-05-31 00:59:03 +02:00
szymonj98
192bdfb0db sol 11 2023-05-30 22:32:05 +02:00
szymonj98
de6961293e sol 10 2023-05-30 21:29:57 +02:00
szymonj98
32defa6e9a sol 9 2023-05-30 21:18:29 +02:00
szymonj98
31b60fa7ac sol 8 2023-05-30 20:05:30 +02:00
szymonj98
38933d296a sol 7 2023-05-30 19:57:30 +02:00
szymonj98
4b55cbcd31 test sol 6 2023-05-30 19:51:09 +02:00
szymonj98
8af3db9b85 test-solution 4 2023-05-30 19:45:56 +02:00
szymonj98
3885fc9bf5 test 3 2023-05-30 17:36:05 +02:00
szymonj98
f21e4151e2 test-sollution-2 2023-05-30 16:47:39 +02:00
szymonj98
fb067cbb0c test-solution 2023-05-30 16:40:56 +02:00
szymonj98
8932a60c7c gonito yaml 2023-04-27 21:51:47 +02:00
szymonj98
65cc35734d attempt 2 2023-04-25 17:46:27 +02:00
szymonj98
52dc7c6b2a neural 2023-04-25 17:25:17 +02:00
szymonj98
162dadf0d3 zad2 2023-04-04 20:22:09 +02:00
szymonj98
dc0c405db1 zad2 2023-04-04 18:24:12 +02:00
3 changed files with 17933 additions and 17944 deletions

File diff suppressed because one or more lines are too long

11
run.py
View File

@ -1,11 +0,0 @@
import regex as re
import sys
for line in sys.stdin:
line = re.split(r'\t',line)
last_word = re.split(r'\s',line[6])[-1]
if(last_word == 'united'):
print('states:0.8 a:0.1 :0.1')
elif (last_word != 'the'):
print('the:0.6 a:0.3 :0.1')
else:
print('and:0.6 a:0.3 :0.1')

File diff suppressed because it is too large Load Diff