This commit is contained in:
louiscklaw
2025-01-31 22:17:25 +08:00
parent cdc3678990
commit 3688f9ee24
100 changed files with 65454 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
i.rows: 47
ii.columns: 5
iii.function: ngram-fingerprint, 120
iv.GREL_categoryname: if(value==null,'Unknown',value)
v.GREL_highpriced: if(toNumber(value)>90,1,0)
vi.GRE_hasoffer: if(contains(toLowercase(value), "offer") ,1,if(contains(toLowercase(value), "sale"), 1, if(contains(toLowercase(value), "discount"), 1, 0)))