Update proj4_2_label_validation.csv
Browse files
proj4_2_label_validation.csv
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
sentence,label
|
2 |
" perms = all_permutations_substrings(string)
|
3 |
|
4 |
-
return {word for word in words if hash(word) in {hash(looking) for looking in perms}} ",
|
5 |
" perms = all_permutations_substrings(string)
|
6 |
|
7 |
return {w for w in words if w in perms}",0
|
|
|
1 |
sentence,label
|
2 |
" perms = all_permutations_substrings(string)
|
3 |
|
4 |
+
return {word for word in words if hash(word) in {hash(looking) for looking in perms}} ",1
|
5 |
" perms = all_permutations_substrings(string)
|
6 |
|
7 |
return {w for w in words if w in perms}",0
|