dream

Форк
0
117 строк · 4.2 Кб
1
COBOT_TO_HUMAN_READABLE_TOPICS = {
2
    "Entertainment_Music": "music",
3
    "Entertainment_Movies": "movies",
4
    "Entertainment_Books": "books",
5
    "Entertainment_General": "celebrities",
6
    "Sports": "sports",
7
    "Politics": "politics",
8
    "Science_and_Technology": "science and technology",
9
}
10

11
# FOR TESTING PURPOSES ONLY
12
TEMPORARY_NEWS_FOR_COBOT_TOPICS = [
13
    {
14
        "Topic": "Entertainment_Movies",
15
        "News": [
16
            {
17
                "Person": "Scarlett Johansson",
18
                "Title": "Disney will release Scarlett Johansson in Black Widow in theaters and streaming in July",
19
                "Content": "Natasha Romanoff (Scarlett Johansson) is going back to where it all started",
20
            },
21
            {
22
                "Person": "Jake Gyllenhaal",
23
                "Title": "Jake Gyllenhaal to Play War Hero in Combat Control, "
24
                "MGM Nears Deal for Sam Hargrave-Directed Film",
25
                "Content": "MGM is in negotiations to acquire Combat Control, "
26
                "starring Jake Gyllenhaal and directed by Sam Hargrave - Extraction.",
27
            },
28
            {
29
                "Person": "Anne Hathaway",
30
                "Title": "Anne Hathaway: The view that women can’t be leaders is a myth that can be torn down",
31
                "Content": "Hollywood actress Anne Hathaway told CNBC "
32
                "Friday that a lack of female representation in positions of power "
33
                "is something that can be torn down "
34
                "at any moment, when we decide to tear it down..",
35
            },
36
            {
37
                "Person": "Joaquin Phoenix",
38
                "Title": "Everything Joaquin Phoenix Has Been Up To Since 'Joker'",
39
                "Content": "Joaquin Phoenix has been acting since he was a child, and has appeared in many films.",
40
            },
41
        ],
42
    }
43
]
44

45
# # Science and Technology:
46
#     ["Q1650915", "researcher"],
47
#     ["Q1622272", "university teacher"],
48
#     ["Q201788",	"historian"],
49
#     ["Q81096", "engineer"],
50
#     ["Q901", "scientist"],
51
#     ["Q170790",	"mathematician"],
52
#     ["Q169470",	"physicist"],
53

54

55
COBOT_TOPICS_TO_WIKI_OCCUPATIONS = {
56
    "Politics": [["Q82955", "politician"], ["Q193391", "diplomat"]],
57
    "Science_and_Technology": [["Q131524", "entrepreneur"]],
58
    "Entertainment_Movies": [
59
        ["Q33999", "actor"],
60
        ["Q10800557", "film actor"],
61
        ["Q2526255", "film director"],
62
        ["Q28389", "screenwriter"],
63
        ["Q10798782", "television actor"],
64
        ["Q3282637", "film producer"],
65
        ["Q2259451", "stage actor"],
66
        ["Q3455803", "director"],
67
        ["Q947873", "television presenter"],
68
        ["Q222344", "cinematographer"],
69
        ["Q2405480", "voice actor"],
70
    ],
71
    "Entertainment_Books": [
72
        ["Q36180", "writer"],
73
        ["Q49757", "poet"],
74
        ["Q6625963", "novelist"],
75
        ["Q214917", "playwright"],
76
        ["Q1607826", "editor"],
77
    ],
78
    "Entertainment_General": [
79
        ["Q1028181", "painter"],
80
        ["Q483501", "artist"],
81
        ["Q33231", "photographer"],
82
        ["Q1281618", "sculptor"],
83
        ["Q644687", "illustrator"],
84
        ["Q15296811", "drawer"],
85
        ["Q1930187", "journalist"],
86
    ],
87
    "Sports": [
88
        ["Q2066131", "athlete"],
89
        ["Q937857", "association football player"],
90
        ["Q3665646", "basketball player"],
91
        ["Q10871364", "baseball player"],
92
        ["Q12299841", "cricketer"],
93
        ["Q11513337", "athletics competitor"],
94
        ["Q19204627", "American football player"],
95
        ["Q11774891", "ice hockey player"],
96
        ["Q2309784", "sport cyclist"],
97
        ["Q628099", "association football manager"],
98
        ["Q13141064", "badminton player"],
99
        ["Q10873124", "chess player"],
100
        ["Q14089670", "rugby union player"],
101
        ["Q11338576", "boxer"],
102
        ["Q15117302", "volleyball player"],
103
        ["Q10843402", "swimmer"],
104
        ["Q12840545", "handball player"],
105
        ["Q10833314", "tennis player"],
106
    ],
107
    "Entertainment_Music": [
108
        ["Q177220", "singer"],
109
        ["Q36834", "composer"],
110
        ["Q639669", "musician"],
111
        ["Q753110", "songwriter"],
112
        ["Q486748", "pianist"],
113
        ["Q488205", "singer-songwriter"],
114
        ["Q855091", "guitarist"],
115
        ["Q2865819", "opera singer"],
116
    ],
117
}
118

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.