forked from tdwojak/Python2017
Zadanie 4 (task 3)
This commit is contained in:
parent
9a92abc8c0
commit
df3a24d5fd
@ -13,7 +13,8 @@ jak 'set', która przechowuje elementy bez powtórzeń.)
|
||||
|
||||
|
||||
def oov(text, vocab):
|
||||
pass
|
||||
return set( text.split(' ')).difference(vocab)
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user