hojzas commited on
Commit
175134c
1 Parent(s): 6fed4ca

Update proj4_2_label_validation.csv

Browse files
Files changed (1) hide show
  1. proj4_2_label_validation.csv +1 -1
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}} ",1
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}} ",0
5
  " perms = all_permutations_substrings(string)
6
 
7
  return {w for w in words if w in perms}",0