-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.py
180 lines (179 loc) · 6.28 KB
/
db.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
from blogs.nlpeli5 import nlpeli5
from blogs.nlp_role import nlp_role
from blogs.linguistics import linguistics
from blogs.mtranslation import mtranslation
from blogs.customerserv import customerserv
from blogs.marketing import marketing
from blogs.nlp_vs_ml import nlp_vs_ml
from blogs.nlp_ethics import nlp_ethics
from blogs.chatbots import chatbots
from blogs.sirialexa import sirialexa
from blogs.limits import limits
from blogs.sentiment_a import sentiment_a
from blogs.text_classification import text_classification
from blogs.bi import bi
from blogs.nlptools import nlptools
from blogs.get_started import get_started
blog_list = [
{
"id": 1,
"title": "Explain NLP like I'm five!",
"url": "explain-nlp-like-i-m-five",
"category": 'general',
"subCategory": ['general', 'foundations'],
"description": nlpeli5,
"createdAt": 'February 8, 2023',
"cover": '/assets/images/nlpeli5.jpg',
},
{
"id": 2,
"title": "Why NLP Matters: The Role of Language Processing in the Future of AI",
"url": "why-nlp-matters",
"category": 'general',
"subCategory": ['general', 'foundations'],
"description": nlp_role,
"createdAt": 'January 13, 2023',
"cover": '/assets/images/whynlp.jpg',
},
{
"id": 3,
"title": "The Science Behind NLP: A Look into Linguistics and Machine Learning",
"url": "the-science-behind-nlp",
"category": 'general',
"subCategory": ['general', 'foundations'],
"description": linguistics,
"createdAt": 'March 2, 2023',
"cover": '/assets/images/science.png',
},
{
"id": 4,
"title": "How to Build an Effective Machine Translation System",
"url": "how-to-build-an-effective-machine-translation-system",
"category": 'advanced',
"subCategory": ['advanced', 'applications', 'translation'],
"description": mtranslation,
"createdAt": 'February 4, 2023',
"cover":
'/assets/images/translation.jpg',
},
{
"id": 5,
"title": "How NLP Can Improve Customer Service and Satisfaction",
"url": "how-nlp-can-improve-customer-service",
"category": 'customer service',
"subCategory": ['customer service', 'marketing', 'applications'],
"description": customerserv,
"createdAt": 'March 2, 2023',
"cover": '/assets/images/customer.jpg',
},
{
"id": 6,
"title": "Why NLP is the Key to Personalized Marketing",
"url": "nlp-is-the-key-to-personalized-marketing",
"category": 'marketing',
"subCategory": ['marketing', 'applications'],
"description": marketing,
"createdAt": 'March 2, 2023',
"cover": '/assets/images/marketing.jpg',
},
{
"id": 7,
"title": "NLP vs. Machine Learning: What's the Difference?",
"url": "nlp-vs-machine-learning",
"category": 'foundations',
"subCategory": ['foundations', 'general'],
"description": nlp_vs_ml,
"createdAt": 'January 03, 2023',
"cover": '/assets/images/nlpvsml.jpg',
},
{
"id": 8,
"title": "The Ethics of NLP: Exploring the Challenges of Bias and Privacy",
"url": "the-ethics-of-nlp",
"category": 'advanced',
"subCategory": ['advanced', 'privacy'],
"description": nlp_ethics,
"createdAt": 'February 28, 2023',
"cover": '/assets/images/ethics.jpg',
},
{
"id": 9,
"title": "Unpacking the Power of Chatbots: Applications and Best Practices",
"url": "unpacking-the-power-of-chatbots",
"category": 'advanced',
"subCategory": ['advanced', 'applications', 'chatbots'],
"description": chatbots,
"createdAt": 'February 2, 2023',
"cover": '/assets/images/universe.png',
},
{
"id": 10,
"title": "From Siri to Alexa: The Evolution of NLP Technology",
"url": "from-siri-to-alexa",
"category": 'applications',
"subCategory": ['applications', 'general'],
"description": sirialexa,
"createdAt": 'March 1, 2023',
"cover": '/assets/images/sirialexa.jpg',
},
{
"id": 11,
"title": "Understanding the Limitations and Challenges of Natural Language Processing",
"url": "limitations-and-challenges-of-nlp",
"category": 'general',
"subCategory": ['general', 'foundations'],
"description": limits,
"createdAt": 'March 12, 2023',
"cover": '/assets/images/limits.jpg',
},
{
"id": 12,
"title": "Sentiment Analysis 101: A Beginner's Guide",
"url": "sentiment-analysis-101",
"category": 'applications',
"subCategory": ['applications', 'general'],
"description": sentiment_a,
"createdAt": 'January 30, 2023',
"cover": '/assets/images/sentiment.jpg',
},
{
"id": 13,
"title": "Introduction to Text Classification",
"url": "introduction-to-text-classification",
"category": 'foundations',
"subCategory": ['foundations', 'general'],
"description": text_classification,
"createdAt": 'February 7, 2023',
"cover": '/assets/images/intro.jpg',
},
{
"id": 14,
"title": "How NLP is Changing the Game for Business Intelligence and Analytics",
"url": "nlp-and-business-intelligence",
"category": 'business intelligence',
"subCategory": ['business intelligence', 'general', 'applications'],
"description": bi,
"createdAt": 'March 2, 2023',
"cover": '/assets/images/bi.jpg',
},
{
"id": 15,
"title": "The Top NLP Tools You Need to Know for 2023",
"url": "top-nlp-tools-you-need-to-know",
"category": 'general',
"subCategory": ['general', 'foundations'],
"description": nlptools,
"createdAt": 'March 2, 2023',
"cover": '/assets/images/tools.jpg',
},
{
"id": 16,
"title": "Getting Started with NLP",
"url": "getting-started-with-nlp",
"category": 'foundations',
"subCategory": ['foundations', 'general'],
"description": get_started,
"createdAt": 'January 10, 2023',
"cover": '/assets/images/start.jpg',
},
]