diff --git a/nlp_scripts/model_prediction/third_level_tags.py b/nlp_scripts/model_prediction/third_level_tags.py index b533fff..a9047e3 100644 --- a/nlp_scripts/model_prediction/third_level_tags.py +++ b/nlp_scripts/model_prediction/third_level_tags.py @@ -101,6 +101,15 @@ class ThirdLevel(Enum): parent_id=getattr(SecondLevel.LogisticsTag.value, "id"), alias="Supply Chain", ) + # this one was missing. + CommunicationTag = ThirdLevelCategories( + id="1402", + key="Communication", + version=version, + has_parent=True, + parent_id=getattr(SecondLevel.LogisticsTag.value, "id"), + alias="Communication", + ) # Shelter - 105 DomesticLivingSpaceTag = ThirdLevelCategories( id="1501", @@ -112,11 +121,11 @@ class ThirdLevel(Enum): ) DwellingEnvelopeTag = ThirdLevelCategories( id="1502", - key="Dwelling envelope", + key="Dwelling enveloppe", # wrongly tag in tagging sheet and model as well. "Dwelling enveloppe" version=version, has_parent=True, parent_id=getattr(SecondLevel.ShelterTag.value, "id"), - alias="Dwelling Envelope", + alias="Dwelling Enveloppe", ) # Nutrition - 106 NutritionGoodsAndServicesTag = ThirdLevelCategories(