Skip to content

Commit

Permalink
attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
goulven authored and goulven committed Dec 13, 2024
1 parent 29cd8d3 commit 37d90dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 84 deletions.
2 changes: 1 addition & 1 deletion verticals/src/main/resources/verticals/_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ attributesConfig:

name:
default: "Power consumption"
fr: "Consommation électrique"
fr: "Consommation électrique en marche"

synonyms:
all:
Expand Down
84 changes: 1 addition & 83 deletions verticals/src/main/resources/verticals/tv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,89 +128,7 @@ attributesConfig:
##################################################################################################################
configs:

################################################################################
# CONSOMMATION ELECTRIQUE (MAX / TYPIQUE)
################################################################################
# Generated on 10/12/2024 21:22, coverage was 40% (956/2389) .
# TOP attributes values are :
# - 70 (26 items)
# - 54 (21 items)
# - 84 (20 items)
# - 53 (18 items)
# - 112 (17 items)
# - 65 (16 items)
# - 80 (16 items)
# - 71 (15 items)
# - 77 (15 items)
# - 110 (14 items)
# + 144 more attributes...
#
##################################
- key: "POWER_CONSUMPTION"
filteringType: "NUMERIC"
asScore: true
faIcon: ""

icecatFeaturesIds:
- 445
- 9137

name:
default: "Power consumption"
fr: "Consommation électrique"

synonyms:
all:
- "CONSOMMATION ELECTRIQUE TYPIQUE"
- "CONSOMMATION (MAX)"


parser:
normalize: true
trim: false
lowerCase: false
upperCase: true
removeParenthesis: false

################################################################################
# CONSOMMATION ELECTRIQUE (ARRET / VEILLE)
################################################################################
# Generated on 10/12/2024 21:22, coverage was 2% (63/2389) .
# TOP attributes values are :
# - 0.3 (34 items)
# - 0.5 (24 items)
# - 0 (2 items)
# - 0, 3 W (2 items)
#
##################################
- key: "CONSOMMATION ELECTRIQUE (ARRET)"
filteringType: "NUMERIC"
asScore: false
faIcon: ""

icecatFeaturesIds:
- 2034
- 2036

name:
default: "Power consumption (off)"
fr: "Consommation électrique (arrêt)"

synonyms:
all:
- "CONSOMMATION ELECTRIQUE (ARRET)"
- "CONSOMMATION D'ENERGIE (MODE VEILLE)"

parser:
normalize: true
trim: true
lowerCase: false
upperCase: true
removeParenthesis: false
deleteTokens:
- "W"




###################################################################################################################
# ATTRIBUTES DEFINITIONS
Expand Down

0 comments on commit 37d90dc

Please sign in to comment.