1
00:00:00,630 --> 00:00:00,870
Hi.

2
00:00:00,870 --> 00:00:02,160
Welcome to a new day.

3
00:00:02,190 --> 00:00:09,040
Yesterday, we did some regular expression analysis, extracting pieces of strings.

4
00:00:09,060 --> 00:00:13,620
Today we're going to be working on more intelligent strings.

5
00:00:15,610 --> 00:00:22,000
Working on intelligence things requires the use of natural processing techniques.

6
00:00:22,950 --> 00:00:30,510
In Python, you can do natural language processing using the analytical library, which we will install

7
00:00:30,510 --> 00:00:32,520
and use in the next video.

8
00:00:34,060 --> 00:00:42,450
The analytical library will allow us to treat strings as real text text that has meaning.

9
00:00:42,460 --> 00:00:47,410
So we can do sentiment analysis, for example, to find the mood of that text.

10
00:00:47,800 --> 00:00:52,470
And we can also know if a word is an article or a noun.

11
00:00:52,480 --> 00:00:54,790
So natural language processing.

12
00:00:55,870 --> 00:00:58,230
Allows us to do such analysis.

13
00:00:58,240 --> 00:01:00,840
So get ready and I'll talk to you in the next videos.

14
00:01:00,850 --> 00:01:01,420
See you there.

