topic-prediction / topic_translator.py
openfree's picture
Create topic_translator.py
4f8fe8f verified
raw
history blame
705 Bytes
# topic_translator.py
translate_topics = {
'Agriculture': '농업',
'Climate Change': '기후변화',
'Economic Growth': '경제성장',
'Education': '교육',
'Energy': '에너지',
'Environment': '환경',
'Finance': '금융',
'Gender': '성평등',
'Governance': '거버넌스',
'Health': '보건',
'Infrastructure': '인프라',
'Labor': '노동',
'Macroeconomics': '거시경제',
'Poverty': '빈곤',
'Private Sector Development': '민간부문 개발',
'Public Sector': '공공부문',
'Social Development': '사회개발',
'Social Protection': '사회보호',
'Trade': '무역',
'Urban Development': '도시개발'
}