Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
565bc8edec | |||
ca02f7739e | |||
d539be81fe |
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@
|
|||||||
*.o
|
*.o
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.token
|
.token
|
||||||
|
.gin
|
||||||
|
geval
|
13
lm0.py
13
lm0.py
@ -1,13 +0,0 @@
|
|||||||
#!/usr/bin/python3
|
|
||||||
import sys
|
|
||||||
for i, line in enumerate(sys.stdin):
|
|
||||||
if(line.split('\t')[6].endswith('\n')):
|
|
||||||
print('hence:0.95 :0.05')
|
|
||||||
elif(line.split('\t')[6].endswith('ot')):
|
|
||||||
print('be:0.6 a:0.35 :0.05')
|
|
||||||
elif(line.split('\t')[6].endswith('.')):
|
|
||||||
print('but:0.85 :0.15')
|
|
||||||
elif([l.split(' ') for l in line.split('\t')][5][0].endswith('ing')):
|
|
||||||
print('this:0.88 :0.12')
|
|
||||||
else:
|
|
||||||
print('the:0.5 a:0.3 :0.2')
|
|
Loading…
Reference in New Issue
Block a user