forked from tdwojak/Python2017
kk
This commit is contained in:
parent
dea7ff8de5
commit
cd6b55c938
@ -13,7 +13,11 @@ jak 'set', która przechowuje elementy bez powtórzeń.)
|
||||
|
||||
|
||||
def oov(text, vocab):
|
||||
pass
|
||||
s=set()
|
||||
for i in text.split():
|
||||
if i not in vocab:
|
||||
text.lower()
|
||||
return s
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user