feat: Add searchwords_for_filtering.py for filtering electric vehicle-related terms

This commit adds the `searchwords_for_filtering.py` file, which contains a list of search words related to electric vehicles. These search words will be used for filtering and categorizing content related to electric vehicles.
main
Lasse Studion 2 years ago
parent 335bcb94de
commit 41027a3022
  1. 22
      searchwords_for_filtering.py

@ -0,0 +1,22 @@
[
'electric car',
'electric vehicle',
'electric cars',
'electric vehicles',
'EVs',
'plug-in hybrid',
'PHEV',
'BEV',
'zero-emission vehicle',
'ZEV',
'electric mobility',
'electromobility',
'charging infrastructure',
'charging station',
'EV charging',
'EV incentives',
'renewable energy in transport',
'sustainable transport',
'green vehicles',
'clean transport'
]
Loading…
Cancel
Save