luojunhui 2 тижнів тому
батько
коміт
16fe9f097e

+ 0 - 0
app/domains/algorithm_tasks/account_user_category/__init__.py


+ 20 - 0
app/domains/algorithm_tasks/account_user_category/_const.py

@@ -0,0 +1,20 @@
+
+class AccountUserCategoryConst:
+
+    class ScoreThreshold:
+        HIGH = 2.0
+        LOW = 0.5
+
+    HUMAN_TO_ARTICLE = {
+        # "无品类": "社会现象",
+        "时事政治": "政治新闻",
+        "时政历史": "军事历史",
+        "退休榜样": "现代人物",
+        "个人情感": "情感故事",
+        # "全品类": "社会现象",
+        "奇观技艺": "奇闻趣事",
+        "家国情怀": "国家大事",
+        "才艺怀旧": "怀旧时光",
+        # "泛祝福": "家长里短",
+        "生活科普": "知识科普"
+    }

+ 0 - 0
app/domains/algorithm_tasks/account_user_category/_mapper.py


+ 0 - 0
app/domains/algorithm_tasks/account_user_category/_utils.py


+ 0 - 0
app/domains/algorithm_tasks/account_user_category/entrance.py